Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyamvyas04/masteringpython
MasteringPython features programs that reflect my growing proficiency and ongoing journey with the Python programming language.
https://github.com/satyamvyas04/masteringpython
jupyter-notebook machine-learning ml numpy openpyxl python3 tkinter
Last synced: 4 days ago
JSON representation
MasteringPython features programs that reflect my growing proficiency and ongoing journey with the Python programming language.
- Host: GitHub
- URL: https://github.com/satyamvyas04/masteringpython
- Owner: SatyamVyas04
- Created: 2022-09-27T11:06:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:23:20.000Z (2 months ago)
- Last Synced: 2024-12-03T17:33:15.792Z (2 months ago)
- Topics: jupyter-notebook, machine-learning, ml, numpy, openpyxl, python3, tkinter
- Language: Jupyter Notebook
- Homepage:
- Size: 6.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MasteringPython
This repository contains programs and small projects created while learning important Python libraries such as OpenPyXL, NumPy, Pandas, and Tkinter.
## Libraries Covered
- **OpenPyXL**: Used for working with Excel files.
- **NumPy (np)**: Essential for numerical computing in Python.
- **Pandas (pd)**: Provides data structures and data analysis tools.
- **Tkinter**: Python's standard GUI (Graphical User Interface) toolkit.
- **ML Basics**: Added a readme for the concepts I'm learning otw.## Contents
- Each directory or file in this repository represents a learning exercise or a small project.
- Programs demonstrate basic functionalities and usage of the respective libraries.## Usage
- Clone the repository:
```
git clone https://github.com/SatyamVyas04/LearningPythonPkgs.git
```
- Navigate to specific directories to explore programs related to each library.## Notes
- Projects in this repository are intended for learning purposes and may not represent complete applications.
- Feel free to explore, modify, or expand upon these examples as part of your learning journey.---
Feel free to customize this template further based on your specific directory structure or additional details you'd like to include.