https://github.com/mituskillologies/python-pcp-feb26
Programs conducted at Python Programming Session at Pimpri Chinchwad Polytechnic, Pune in February 2026
https://github.com/mituskillologies/python-pcp-feb26
Last synced: 27 days ago
JSON representation
Programs conducted at Python Programming Session at Pimpri Chinchwad Polytechnic, Pune in February 2026
- Host: GitHub
- URL: https://github.com/mituskillologies/python-pcp-feb26
- Owner: mituskillologies
- Created: 2026-04-03T13:37:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T09:41:09.000Z (3 months ago)
- Last Synced: 2026-04-04T11:33:03.715Z (3 months ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Programming Session - PCP Pune (Feb 2026)
Welcome to the repository for the **Python Programming Session** conducted at Pimpri Chinchwad Polytechnic (PCP), Pune, in February 2026. This repository houses the hands-on Jupyter Notebooks and code demonstrations utilized during the training program.
## 📂 Repository Contents
The session is organized into three core practical modules, each documented in its own Jupyter Notebook:
* **[`01 Data Analysis.ipynb`](./01%20Data%20Analysis.ipynb)** Explores foundational data analysis and manipulation techniques in Python. This module covers handling datasets, data cleaning, and exploratory data analysis using industry-standard libraries like Pandas and NumPy.
* **[`02 GUI Design.ipynb`](./02%20GUI%20Design.ipynb)** Covers the creation of Graphical User Interfaces (GUIs). This notebook demonstrates how to build interactive, user-friendly desktop applications using Python.
* **[`03 Database Connection.ipynb`](./03%20Database%20Connection.ipynb)** Focuses on backend integration. It provides practical examples of how to connect Python applications to databases, execute SQL queries, and manage data programmatically.
## 🚀 Getting Started
To run these notebooks and experiment with the code locally, follow these steps:
1. **Clone the repository:**
```bash
git clone [https://github.com/mituskillologies/python-pcp-feb26.git](https://github.com/mituskillologies/python-pcp-feb26.git)
cd python-pcp-feb26
```
2. **Install Jupyter Notebook:**
Ensure you have Python installed on your system. Install Jupyter if you haven't already:
```bash
pip install notebook
```
3. **Install Required Dependencies:**
Depending on the specific code executed in the notebooks, install the necessary Python packages:
```bash
pip install pandas numpy
http://googleusercontent.com/immersive_entry_chip/0
This command will open a new tab in your default web browser where you can navigate to the `.ipynb` files, view the code, and execute the cells step-by-step.
## 👨🏫 Instructor Profile
**Tushar B. Kute** Data Scientist & Researcher | MITU Research, Pune
*Training conducted in association with MITU Skillologies.*