Mastering Python
CHAPTER 1:INTRODUCTION
- An Introduction to Python
CHAPTER 2:BEGINNING PYTHON BASICS
- The print statement
- Comments
- Python Data Structures & Data Types
- String Operations in Python
- Simple Input & Output
- Simple Output Formatting
CHAPTER 3:PYTHON PROGRAM FLOW
- Indentation
- The If statement and its’ related statement
- An example with if and it’s related statement
- The while loop
- The for loop
- The range statement
- Break & Continue
- Assert
- Examples for looping
CHAPTER 4:FUNCTIONS & MODULES
- Create your own functions
- Functions Parameters
- Variable Arguments
- Scope of aFunction
- FunctionDocumentation/Docstrings
- Lambda Functions & map
- An Exercise with functions
- Create a Module
- Standard Modules
CHAPTER 5:EXCEPTIONS
- Errors
- Exception Handling with try
- Handling Multiple Exceptions
- Writing your own Exceptions
Comments
Post a Comment