Skip to content

ErkanSoftwareDeveloper/python-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Basics

A clean, simple, and beginner-friendly repository to learn Python programming from scratch. Go step by step.

About

This repository contains a step-by-step guide to Python basics. Each folder covers a fundamental topic with clear code examples. Perfect for anyone starting their coding journey.

Topics Covered

  • 1-variables: Learn how to store information.
  • 2-data-types: Understand numbers, text, lists, and more.
  • 3-conditions: Make decisions with if, elif, else.
  • 4-loops: Repeat tasks with for and while.
  • 5-functions: Write reusable blocks of code.
  • 6-modules: Use built-in and external tools.
  • 7-file-operations: Read from and write to files.
  • 8-errors: Handle problems gracefully with try-except.

🛠️ How to Use

  1. Clone the repo: git clone https://github.com/ErkanSoftwareDeveloper/python-basics.git
  2. Navigate into a folder (e.g., cd 1-variables).
  3. Run the Python files: python3 variables.py

Contributing

Found a bug or want to improve an example? Feel free to open an issue or submit a pull request.

License

This project is open source. No strict license feel free to use it for learning.

About

A complete course for learning Python. Enjoy your journey!

Topics

Resources

Stars

Watchers

Forks

Languages