Skip to content

Latest commit

Β 

History

History
57 lines (41 loc) Β· 1.41 KB

File metadata and controls

57 lines (41 loc) Β· 1.41 KB

Python Basics

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.


πŸ“š Topics Covered

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

πŸ“‚ Repository Structure

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

🎯 Purpose of This Repository

  • 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

πŸ› οΈ How to Run the Programs

  1. Install Python (version 3.x recommended)
  2. Open terminal or command prompt
  3. Navigate to the repository folder
  4. Run a Python file:
    python filename.py