Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 1.2 KB

File metadata and controls

35 lines (20 loc) · 1.2 KB

PythonModules

Python Modules

Pylint


This project was a Python bootcamp [a 42 project] created by 42 AI.

It taught essential Python3 knowledge for further Machine Learning, Data Science and Statistics learning.

It started with Python3 basics and then common machine learning libraries.

42 Artificial Intelligence is a student association at the Paris campus of 42. It aims to foster the learning and the sharing of knowledge concerning artificial intelligence, by organizing various activities such as lectures and workshops.

Summary

  • Module00: Basic setup, variables, types, functions.

  • Module01: Objects, cast, inheritance, built-in functions, generator, construtors, iterator.

  • Module02: Decorators, multiprocessing, lambda, build package.

  • Module03: NumPy array, slicing, stacking, dimensions, broadcasting, normalization.

  • Module04: Pandas library.