An open API service indexing awesome lists of open source software.

https://github.com/hunkim/pythonzerotoall


https://github.com/hunkim/pythonzerotoall

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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
##### https://www.hackerrank.com/domains/python/
##### https://www.programiz.com/python-programming/
##### https://docs.python.org/3/tutorial/index.html
##### https://www.codecademy.com/learn/python
##### https://leetcode.com/
##### https://www.datascienceschool.net/view-notebook/661128713b654edc928ecb455a826b1d/
##### Learn to Program with Python (Irv Kalb)