Skip to content

debug-node/Python-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.” 💻


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages