This repository contains my basic Python programming practice. I created this repository to learn Python from the beginner level and to build a strong programming foundation for mathematics, cryptography, and cybersecurity.
All code in this repository is written by me during my learning journey.
This repository includes practice programs related to:
- Python syntax and basic structure
- Variables and data types
- User input and output
- Conditional statements (
if,elif,else) - Loops (
for,while) - Functions
- Lists, tuples, sets, and dictionaries
- Basic problem-solving programs
- Mathematical logic using Python
Each file or folder focuses on a specific Python concept. Programs are written in a simple way to understand logic clearly.
Example:
- Variables and input programs
- Loop-based programs
- Function-based programs
- Basic mathematical problems
- To learn Python from beginner to intermediate level
- To improve logical thinking and problem-solving
- To prepare Python for cryptography and number theory
- To use Python as a tool for mathematical applications
- Install Python (version 3.x recommended)
- Open terminal or command prompt
- Navigate to the repository folder
- Run a Python file:
python filename.py