Skip to content

Latest commit

Β 

History

History
47 lines (37 loc) Β· 1.14 KB

File metadata and controls

47 lines (37 loc) Β· 1.14 KB

Python From Scratch

A simple repository to learn basic Python concepts step-by-step. This repo contains small Python files that explain topics in an easy and beginner-friendly way.

πŸ“Œ What this repo includes

  • Basic Python programs
  • Examples of lists, loops, functions, and other fundamentals
  • Practice files to understand syntax and logic
  • Clean and simple code for beginners

πŸš€ How to use

  1. Clone the repo:
    git clone https://github.com/debug-node/Python-From-Scratch.git
  2. Open any Python file and run it:
    python filename.py
  3. Read the comments in each file β€” they explain the concept clearly.

πŸ“ Repo Structure (Simple)

basics/
  variables.py
  loops.py
  conditions.py
lists/
  list_examples.py
projects/
  small beginner projects

✨ Goal of this repository

This project is meant to help absolute beginners learn Python from scratch through simple examples instead of long theory.

πŸ“œ License

Feel free to use and modify the code.

πŸ‘€ Author

  • debug-node

🌐 GitHub Profile

β€œCode. Learn. Build. Repeat.” πŸ’»