Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cchudant/42ai_python_bootcamp
Bootcamp created by 42ai, learn python for machine learning
https://github.com/cchudant/42ai_python_bootcamp
Last synced: 27 days ago
JSON representation
Bootcamp created by 42ai, learn python for machine learning
- Host: GitHub
- URL: https://github.com/cchudant/42ai_python_bootcamp
- Owner: cchudant
- Created: 2019-11-05T17:54:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T01:56:04.000Z (about 5 years ago)
- Last Synced: 2024-11-08T18:53:17.309Z (3 months ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42ai python bootcamp
![img](https://raw.githubusercontent.com/42-AI/bootcamp_python/master/tools/logo_v4_noir.png)
Bootcamp created by 42ai, learn python for machine learning
Duration: 1 week
[Subjects](https://github.com/42-AI/bootcamp_python/)
Notions: python basics, object oriented programming, generators,
iterators, objects, inheritance, decorators, map/filter/reduce,
build a pip package, numpy and pandas## Setup
Python 3.7
numpy, pandas, matplotlib, tkinter and pillow need to be installed
If you are using the nix package manager, open a nix-shell using
`nix-shell shell.nix` to automagically spawn a shell with the correct
dependencies