https://github.com/shubhansu-kr/int213-python-programming
Python Programming | Semester 3 | Python | OOPS | Tkinter | Pandas | Numpy
https://github.com/shubhansu-kr/int213-python-programming
lpu numpy oops-in-python pandas python sem3 tkinter-gui
Last synced: 25 days ago
JSON representation
Python Programming | Semester 3 | Python | OOPS | Tkinter | Pandas | Numpy
- Host: GitHub
- URL: https://github.com/shubhansu-kr/int213-python-programming
- Owner: shubhansu-kr
- Created: 2022-08-30T06:11:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:20:08.000Z (over 3 years ago)
- Last Synced: 2025-03-16T15:53:04.687Z (about 1 year ago)
- Topics: lpu, numpy, oops-in-python, pandas, python, sem3, tkinter-gui
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# INT213: Python Programming
Course Instructor: [Cherry Khosla](https://www.linkedin.com/in/cherry-khosla-824a74137/)
This repo tracks the progress of python course i took during the third semester as a part of my B.Tech program.
Started this course as a beginner in python and gradually learnt the advance topics like:
- OOPS: Object Oriented Programming
- Regex
- File Management
- Tkinter: Graphics Library for Python
- Database Management: mysql connector
- Numpy
- MatplotLib
- Pandas
## Documentation
1. [00_Basics](./00_Basics/): Contains files for programming basics like loops, conditionals, data structures, methods, functions, etc.
2. [01_OOPS](./01_Oops/): Object Oriented Programming files.
3. All the program files are placed in the respective folders.
4. [files](./files/): Contains the non-program files used for file management.
5. [Practicals](./Practicals/): Contains the practical solutions.
6. [Practice](./Practice/): Practice files (Repeated).
## Mini Project
I Built a Morse Code Translator as a mini project for the course completion.
Project link: [Click here](https://github.com/shubhansu-kr/MorseCodeTranslator)
StartDate: 29th July 2022
EndDate: 22 November 2022