Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudssrali/working-with-python
Basics of Python, data analysis and visualization with Python workshop
https://github.com/mudssrali/working-with-python
Last synced: 3 days ago
JSON representation
Basics of Python, data analysis and visualization with Python workshop
- Host: GitHub
- URL: https://github.com/mudssrali/working-with-python
- Owner: mudssrali
- License: mit
- Created: 2023-09-19T08:41:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T08:45:44.000Z (about 1 year ago)
- Last Synced: 2023-09-19T11:38:46.546Z (about 1 year ago)
- Language: Python
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Working with Python
Basics, Data Analysis and Visualization### Agenda
**Introduction**
- Why learn Python?
- Course overview
- Setup and running your first program**Basics**
- Variables, data types, and control structures
- Loops, Lists and Tuples, Dictionaries and Sets
- Functions, modules, and packages
- File Reading and Writing**Data Analysis and Visualization**
- Numpy – Working with arrays and matrices
- Pandas – Data analysis and manipulation
- Matplotlib – Data visualization
- `Seaborn` – Data visualization
- `Plotly` – Data visualization