/PythonZeroToAll

Primary LanguageJupyter Notebook

PythonZeroToAll

Table Of Contents

Lab1 Introduction

> Datatypes, I/O, Import, Operators
> Flow Control: if-else, for Loop, while Loop

Lab2 Basic DataTypes

> List, Tuple, Dictionary, Set, etc.

Lab3 Strings

Lab4 Functions

> Built-Ins, Python Functionals

Lab5 Class

> Object, Class, Inheritance, Overloading

Lab6 Advanced Topics

> Closures, Decorators, etc.

Lab7 Numpy

References

Learn to Program with Python (Irv Kalb)