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! 🎉