Welcome to my REPO project Python-practice 🚀 . This repo contains a collection of exercises, experiments, and practice files At the Python language from basics to cool ideas for developing algorithmic thinking.
Python-practice/
│
├── sol2exe/ # This folder include solution for my course
├── priv-proj/ # This folder include private projects
├── basics/ # This folder include Basic exercises
├── logic/ # This folder includes logic and algorithm exercises
├── utils/ # This folder includes Helper fofo
├── need2sort/ # This folder includes files that need sorting
└── README.md
- Retaining and managing my knowledge
- Reinforce Python fundamentals
- Practice algorithmic thinking
- Solve problems cleanly and efficiently
- Build good coding habits
- Prepare for interviews/courses/exams
✔ Variables and Types ✔ Conditions and Loops ✔ Functions ✔ Strings ✔ Lists and Dictionaries ✔ Basic Recursion ✔ Logic Problems ✔ Input-Output Exercises
- Palindrome Test
- Number Guessing Game
- Simple Calculator
- Counting Characters in a String
- Finding the Largest Number in a List
- Creating Patterns with Loops
python file_name.py in this link: https://htmlpreview.github.io/ you just need to copy the url's project in index.html to the link below.