Welcome to my Python learning repository β a collection of mini projects and scripts organized by domain. Each folder showcases practical examples from different areas of Python development.
games/β Text-based and graphical games (e.g. Pygame)tools_set/β Utility scripts for automation and productivityweb_development/β Flask/Django apps and API integrationsdata_analysis/β Data visualization and analysis using Pandas, Matplotlibscripting/β System automation and file manipulation scriptsalgorithms/β Classic algorithms and data structuresgui_applications/β GUI projects using Tkinter and PyQtmachine_learning/β Basic ML projects (scikit-learn, TensorFlow)
- Python 3.x
venv(recommended for managing dependencies)
# Clone the repo
git clone https://github.com/CodeNaveen-in/Python-solves
cd Python-solves
# Create and activate virtual environment
python3 -m venv venv
# macOS/Linux
source venv/bin/activate
# Windows
venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt # if availablecd folder_name
python script_name.pyFeel free to reach out via LinkedIn or email. Always happy to connect and help.
Happy coding! π