Welcome to my Python learning repository! This project serves as a digital journal where I document my progress, experiments, and code snippets as I master the Python programming language.
This repository contains my initial steps into the world of Python, covering basics to functional scripts.
| File Name | Description |
|---|---|
first.py |
My very first Python script (Hello World and basics). |
calculator.py |
A practical project implementing basic arithmetic operations. |
datatype.md |
Comprehensive notes on Python data types (Strings, Ints, Lists, etc.). |
module.py |
Practice files for importing and using Python modules/libraries. |
Chapter_1.py |
Core concepts and exercises from the beginning of my curriculum. |
- Basic Syntax & Output
- Variables and Dynamic Typing
- Mathematical Logic (Calculator Project)
- Working with External Modules
- Control Flow (If/Else) - Coming Soon
- Loops & Functions - Coming Soon
- Clone the repo:
git clone https://github.com/ATechopS/python.git
- Run a specific file:
python calculator.py
My goal is to transition from these basics to building full-scale applications and exploring Data Science and Web Development using Python.
⭐ Follow my journey! I update this repository regularly as I learn new concepts.