https://github.com/alanmenchaca/python-programming
collection of python exercises on core concepts, algorithms, and simulation
https://github.com/alanmenchaca/python-programming
algorithms python simulation
Last synced: about 6 hours ago
JSON representation
collection of python exercises on core concepts, algorithms, and simulation
- Host: GitHub
- URL: https://github.com/alanmenchaca/python-programming
- Owner: alanmenchaca
- Created: 2020-09-22T04:26:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T16:07:33.000Z (almost 3 years ago)
- Last Synced: 2025-11-07T14:01:52.792Z (8 months ago)
- Topics: algorithms, python, simulation
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python programming pratices
This repository contains a collection of Python programming practices covering various topics and concepts. It includes exercises and examples for basic programming concepts like variables, classes, loops, dictionaries, as well as more advanced topics such as sorting algorithms, searching algorithms, software architecture, and design patterns. The repository also includes assignments from college courses and practical exercises. Additionally, it covers file management, exception handling, and simulations for events, stocks, and systems. The repository serves as a resource for learning and practicing software development concepts in Python.
- Basic programming concepts:
- Variables
- Classes
- Loops
- Dictionaries
- ...
- College assignments:
- Sorting algorithms
- Searching algorithms
- Software Architecture & Design:
- Design Patterns
- Refactoring
- Simulation:
- Event simulation
- Stock simulation
- System simulation
- ...
- Python Crash Course Book - practices
- Managing Files and Exceptions
- ...