Language Basics
Here are the articles in this section:
Lesson 1. Obligatory Hello World
Lesson 2. Code Comments
Lesson 3. Data Types
Lesson 4. Variables
Lesson 5. String Concatenation
Lesson 6. Arithmetic Operators
Lesson 7. Making Decisions
Lesson 8. Control Flow With if-elif-else
Lesson 9. Control Flow With while
Lesson 10. Data Structures Part I: List
Lesson 11. Data Structures Part II: Tuples
Lesson 12. Data Structures Part III: Dictionaries
Lesson 13. Looping With for
Lesson 14. Functions
Lesson 15. Importing Modules
Lesson 16. Python Programming Standards