DevAtharv /
Learn_Python
π This repository is your key to unlocking the world of Python! π It contains all the basics and even some advanced concepts, providing everything you need to kickstart your Python journey. Happy coding! π
Loading repository dataβ¦
CyberSquad6351 / repository
π Kickstart your Python journey with 20 beginner projects! DM for access. Letβs code! π»π₯ #PythonProjects #pythonprogramming #CyberSquad6351 @cyber__squad6351
This repository contains 25 beginner-friendly Python projects designed to help you learn programming concepts while building practical applications. Each project focuses on different aspects of Python, from basic calculations to more complex functionalities like data manipulation and algorithm implementation.
Perfect for:
| # | Project Name | Description | Concepts Covered |
|---|---|---|---|
| 1 | BMI Calculator | Calculate Body Mass Index | Variables, Input/Output, Formulas |
| 2 | Compound Interest | Calculate interest over time | Functions, Math Operations |
| 3 | Cube Calculator | Solve cube-related calculations | Geometry, Math Functions |
| 4 | Dictionary | Simple dictionary implementation | Data Structures, Dictionaries |
| 5 | Directory Explorer | Navigate file directories | File I/O, OS Module |
| 6 | Divisors | Find all divisors of a number | Loops, Conditionals |
| 7 | Even Factors | Calculate even factors of numbers | Math Operations, Lists |
| 8 | Even Number Checker | Check if numbers are even | Conditionals, Modulo Operations |
| 9 | Factorial Calculator | Calculate factorials | Recursion, Math Functions |
| 10 | Leap Year Checker | Determine if a year is a leap year | Conditionals, Date Handling |
| 11 | Mirror Characters | Reverse and mirror strings | String Manipulation |
| 12 | Multiplication List | Generate multiplication tables | Nested Loops, Lists |
| 13 | Number Game | Guess the number game | Random Module, User Input |
| 14 | Perimeter Calculator | Calculate shapes' perimeters | Geometry, Functions |
| 15 | Positive & Negative | Identify number signs | Conditionals, Number Properties |
| 16 | Positive-Negative Counter | Count positive/negative numbers | Lists, Iteration |
| 17 | Power Calculator | Calculate powers of numbers | Math Operations, Exponents |
| 18 | Prime Number Checker | Test if numbers are prime | Algorithms, Number Theory |
| 19 | Quotient Calculator | Division with quotients | Basic Math, Division |
| 20 |
git clone https://github.com/CyberSquad6351/-Python-Basics-25.git
cd 25-basic-python-projects
Each project is contained in its own Python file. To run any project:
python project_name.py
For example:
python BMI_Calc.py
25-basic-python-projects/
βββ BMI_Calc.py
βββ Compound_Int.py
βββ cube.py
βββ dictionary.py
βββ directrix.py
βββ Divisors.py
βββ Even_Factors.py
βββ Even_Num.py
βββ Factorial_Num.py
βββ Leap_Year.py
βββ mirror_character.py
βββ Multiply_list.py
βββ Number_Game.py
βββ perimeter_cylinder.py
βββ Positive_&_Negative.py
βββ positive_negative.py
βββ power_of_3.py
βββ prime_num.py
βββ Quots.py
βββ reverse_list.py
βββ Small_List.py
βββ sum_element.py
βββ swap_data.py
βββ tetrahedron.py
βββ Volume_Of_Cylinder.py
βββ README.md
βββ LICENSE
Contributions are welcome! If you'd like to add improvements to existing projects or suggest new ones:
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)Please make sure your code follows good practices and includes comments.
This project is licensed under the MIT License - see the LICENSE file for details.
Your Email : mishraaditya.skm14@gmail.com
Selected from shared topics, language and repository descriptionβnot editorial ratings.
DevAtharv /
π This repository is your key to unlocking the world of Python! π It contains all the basics and even some advanced concepts, providing everything you need to kickstart your Python journey. Happy coding! π
| Reverse List |
| Reverse elements in a list |
| Lists, Array Manipulation |
| 21 | Small List Operations | Work with small lists | List Methods, Data Structures |
| 22 | Sum Elements | Add elements in collections | Iteration, Summation |
| 23 | Swap Data | Swap values between variables | Variables, Assignment |
| 24 | Tetrahedron Calculator | Calculate tetrahedron properties | 3D Geometry, Math |
| 25 | Cylinder Volume | Calculate cylinder volumes | Geometry, Math Constants |