pythonites / Every-Python-Code-Ever

This is a repository where anyone can put there python codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

SECTION 4: PROJECT IDEAS

About

This is a repository where anyone can put there python codes.

License:MIT License


Languages

Language:Python 70.1%Language:C++ 29.9%