Python Basics With Examples (Free Course)
Learn the basics of Python, with Overly Simplified Examples and Step By Step Explanation. We will Setup Python in few Steps, and we would be ready to go! This a Beginner to Intermediate Course.
1. Installing Environment
2. Opening IDE
3. Resources Note
1. Resources
2. Creating Variables in Python
3. Taking Input from user via Command Line
4. Performing Arithmetic Operation
5. What is a Random Number Generator
6. Let's Build a Game!
1. Resources
2. How does a Car Utilize The IF Statement
3. IF-ELSE To Which City Can Our Adventurer Go?
4. Controlling an RC Toy With ELIF Statement
5. What is my Grade Letter?
1. Resources
2. Storing Names-Ages Using Lists
3. Lists Append & Adding To A Shopping Cart
4. List Delete & Removing Items from Shopping Cart
5. List Empty & Preventing A Shopping Cart Crash
6. Nested Lists
7. Tuples
8. While Statement and Repeating The Program Forever
1. Resources
2. Saving Code Space By Using FOR loops
3. Enumeration
4. Zip
5. Advanced Loops with List Comprehension
6. Image Coordinates Shift Using For Loop
1. Resources
2. List Entries Using Functions
3. Global Variables & What Can't My Function See
4. Returning A Value After Function Execution