Skip to content

CodeNaveen-in/Python-solves

Repository files navigation

🐍 Python Solves

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.

📁 Folder Overview

  • games/ – Text-based and graphical games (e.g. Pygame)
  • tools_set/ – Utility scripts for automation and productivity
  • web_development/ – Flask/Django apps and API integrations
  • data_analysis/ – Data visualization and analysis using Pandas, Matplotlib
  • scripting/ – System automation and file manipulation scripts
  • algorithms/ – Classic algorithms and data structures
  • gui_applications/ – GUI projects using Tkinter and PyQt
  • machine_learning/ – Basic ML projects (scikit-learn, TensorFlow)

🚀 Getting Started

Requirements

  • Python 3.x
  • venv (recommended for managing dependencies)

Setup Steps

# 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 available

Running a Script

cd folder_name
python script_name.py

📬 Contact

Feel free to reach out via LinkedIn or email. Always happy to connect and help.

Happy coding! 🎉

About

Just a compilation of beginner python codes to understand and fine python usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published