Python Basics (original) (raw)

Skip to content

In this section, you’ll learn basic Python. If you’re completely new to Python programming, this Python basics section is perfect for you.

After completing the tutorials, you’ll be confident in Python programming and be able to create simple programs in Python.

Section 1. Fundamentals #

Section 2. Operators #

Section 3. Control flow #

Section 4. Functions #

Section 5. Lists #

Section 6. Dictionaries #

Section 7. Sets #

Section 8. Exception handling #

Section 9. More on Python Loops #

Section 10. More on Python functions #

Section 11. Modules & Packages #

Section 12. Working with files #

Section 14. Strings #