项目作者: pythonites

项目描述 :
This is a repository where anyone can put there python codes.
高级语言: Python
项目地址: git://github.com/pythonites/Every-Python-Code-Ever.git
创建时间: 2020-10-20T04:41:15Z
项目社区:https://github.com/pythonites/Every-Python-Code-Ever

开源协议:MIT License

下载


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

  1. Hello world in python
  2. Even Odd number check
  3. star pattern 1
  4. star pattern 2
  5. star pattern 3
  6. star pattern 4
  7. factors of a number
  8. factorial of a number (using for loop)
  9. factorial of a number (using recursion)

SECTION 2: OOPs

  1. TBD
  2. TBD

SECTION 3: QUICK PROGRAMS