项目作者: pythonites
项目描述 :
This is a repository where anyone can put there python codes.
高级语言: Python
项目地址: git://github.com/pythonites/Every-Python-Code-Ever.git
Every-Python-Code-Ever
- This is a repository where anyone can put there python codes.
- Codes ranging from very basic to advanced.
Check out this @python.learning/the-roadmap-for-python-from-beginner-to-pyguru-48503ca4e794">PYTHON ROADMAP
INDEX
SECTION 1: BASICS
- Hello world in python
- Even Odd number check
- star pattern 1 ◣
- star pattern 2 ◤
- star pattern 3 ◢
- star pattern 4 ◥
- factors of a number
- factorial of a number (using for loop)
- factorial of a number (using recursion)
SECTION 2: OOPs
- TBD
- TBD
SECTION 3: QUICK PROGRAMS