Python: The Language Fundamentals¶

Topics¶
- Python Installation
- Blahblah
- Hello World
- Running Python Programs
- Syntax etc.
- Commandline Arguments (
sys.argv
) - Variables
- Datatypes
- Compound Datatypes
- Boolean
- The
if
Statement while
Loops- Sequential Datatypes
- Indexing and Slicing
for
Loops- The
range
Function - References, (Im)mutability
- Functions
- More About Strings
- String Formatting
- Miscellaneous String Methods
- More About Lists
- More About Dictionaries
- More About Sets
- File I/O
- Function Objects