https://github.com/hunkim/pythonzerotoall
https://github.com/hunkim/pythonzerotoall
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunkim/pythonzerotoall
- Owner: hunkim
- Created: 2017-02-25T02:09:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T22:00:33.000Z (over 8 years ago)
- Last Synced: 2025-04-30T21:09:41.073Z (9 months ago)
- Language: Jupyter Notebook
- Size: 166 KB
- Stars: 30
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)