DCS

27 Pins
·
1mo
22 Tricks That Can Make Anyone A Keyboard Ninja - LifeHack
22 Tricks That Can Make Anyone A Keyboard Ninja
EVERYTHING about working with Dates & Time in Excel
These guides go under the hood to expose how Excel treats dates and times, as well as formulas for common calculations, functions, shortcuts and more. - Excel Date & Time 101 - Get up to speed fast! - Date Functions - Date Formatting - Common Date & Time Calculations Download the hi-res cheat sheets, PDF and Excel example file from the link. #Exceltips
Coding For Beginners Python - Learn the Basics - Operators
Logical operators are used to combine conditional statements.
Coding For Beginners Python - Learn the Basics - Loops
Here in this post, you will learn about Python loops. 1. Python has two primitive loop commands: while loops for loops 2. With the while loop we can execute a set of statements as long as a condition is true. 3. With the break statement we can stop the loop even if the while condition is true. 4. With the continue statement we can stop the current iteration, and continue with the next. 5. With the else statement we can run a block of code once when the condition no longer is true.