Post Views: 0 Python – Basic course Introduction – What is Python? Chapter 1 1.1 Python console1.2 Simple operations1.3 Floating numbers1.4 Other numeric operations1.5 Strings1.6 Input and output1.7 Operations on Strings1.8 Type conversions1.9 Variables1.10 In-place Operators1.11 Using an editor Chapter 2 2.1 Flow control2.2 The conditional construct IF2.3 The ELSE command2.4 Boolean Logic2.5 The precedence of the operators2.6 The WHILE Loop2.7 Lists2.8 Operations on lists2.9 Functions on lists2.10 The range() function2.11 FOR loop Chapter 3 3.1 Funzions e modules – code reuse3.2 Functions3.3 Functions arguments3.4 Return values from functions3.5 Comments and Docstrings3.6 Functions as objects3.7 Modules3.8 The standard library and pip Chapter 4 4.1 Exceptions4.2 Handling exceptions4.3 Finally4.4 Raise exceptions4.5 Asserts4.6 Opening files4.7 Reading files4.8 Writing on files4.9 Handling files Python – Intermediate course Chapter 5 5.1 None5.2 Dictionaries5.3 Functions on dictionaries5.4 Tuples5.5 Slicing Lists5.6 List comprehension5.7 String formatting5.8 Some useful functions for numbers and strings Chapter 6 6.1 Functional Programming6.2 Lambda functions6.3 Map and Filter6.4 Generators6.5 Decorators6.6 Recursions6.7 Sets6.8 The itertools module Chapter 7 7.1 Classes7.2 Inheritance7.37.4 Object lifecycle7.5 Data Hiding7.6 Class methods and static methods7.7. Properties [:]