This repository contains my Python Programming codes, data structure algorithms, and practice problems for the AU course. It covers a wide range of topics, from basic Python programs to sorting, searching, and structured problem-solving to strengthen my coding skills for academics, placements, and real-world applications.
- Python 3.x β Programming language
- VS Code / PyCharm β IDEs used for coding
- Git & GitHub β Version control and portfolio hosting
βοΈ Basic Python programs and logical implementation
βοΈ Sorting algorithms β Bubble, Insertion, Selection, Merge, Quick sort
βοΈ Searching algorithms β Linear and Binary search
βοΈ Palindrome checks and largest common factor programs
βοΈ Structured problem-solving assignments and questions
βοΈ Practice programs for interviews and coding rounds
This repository demonstrates my:
- Strong understanding of Python programming and data structures
- Ability to implement standard algorithms efficiently
- Problem-solving skills essential for technical interviews and courses
- Dedication towards continuous learning and coding practice
Python-Programming-AU/
β
βββ Binary\_search.py
βββ Bubble\_Sort.py
βββ Eighth.py
βββ EleventhQ.py
βββ FifthQ.py
βββ FirstQ.py
βββ ForthQ.py
βββ FourteenQ.py
βββ Insertion\_sort.py
βββ Largest\_common\_factor.py
βββ Linear\_search.py
βββ Merge\_sort.py
βββ NinthQ.py
βββ palindrome.py
βββ Prctise.py
βββ Quick\_sort.py
βββ SecondQ.py
βββ Selection\_sort.py
βββ SeventhQ.py
βββ SixthQ.py
βββ TenthQ.py
βββ ThirdQ.py
βββ ThirteenQ.py
βββ README.md
-
Clone this repository:
git clone https://github.com/zahir2003/Python-Programming-AU.git
-
Open any
.py
file in your preferred IDE. -
Run using:
python filename.py
Through this repository, I have:
- Strengthened my Python fundamentals and coding efficiency
- Practiced important algorithms for interviews and exams
- Enhanced my problem-solving approach systematically
- Built a strong foundation for advanced topics like Data Science and Machine Learning
π βLearning to write programs stretches your mind and helps you think better.β β Bill Gates
β If you find this repository useful, give it a star and explore my other projects on Machine Learning, Web Development, and Java Programming.