Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcheon/python_piscine
This is Python Piscine(Bootcamp) at Ecole 42
https://github.com/jmcheon/python_piscine
matplotlib numpy pandas python37 seaborn
Last synced: about 16 hours ago
JSON representation
This is Python Piscine(Bootcamp) at Ecole 42
- Host: GitHub
- URL: https://github.com/jmcheon/python_piscine
- Owner: jmcheon
- Created: 2023-04-12T11:38:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T00:42:50.000Z (10 months ago)
- Last Synced: 2024-01-31T02:00:49.664Z (10 months ago)
- Topics: matplotlib, numpy, pandas, python37, seaborn
- Language: JavaScript
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Piscine
> ***Summary : This is Python Piscine(Bootcamp) created by the Paris-based student organization 42AI.***
| Module | Title | Description |
| :----: | :-----: | :----------------------------------------------------------: |
| 00 | Basic 1 | The goal of the module is to get started with the Python language. |
| 01 | Basic 2 | The goal of the module is to get familiar with object-oriented programming and much more. |
| 02 | Basic 3 | Let’s continue practicing with more advanced Python programming exercises.
Destination: Decorators, lambda, context manager and build package. |
| 03 | Numpy | Today you will learn how to use the Python library that will allow you to manipulate multidimensional arrays (vectors)
and perform complex mathematical operations on them. |
| 04 | Pandas | Today you will learn how to use a Python library that will allow you to manipulate dataframes. |