42AI subject.
In this python bootcamp we learn about the use of python (day00-02) and its specific libraries in relation to data-science such as numpy and pandas (day03-04).
Numpy is a library, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
Pandas is a software library for data manipulation and analysis.
Python and its data-science libraries numpy and pandas have implications for AI.
To learn more about the learned theory, read the code and its comments. Research what you don't understand.
Here are extra resources to learn more about programming in python that present notions lacking in this bootcamp.
- Is Python call by reference or call by value
- stackoverflow - How do I pass a variable by reference?
- geeksforgeeks - copy in Python (Deep Copy and Shallow Copy)
- artainmo - minishell unittest
- artainmo - NeuralNetworkLib
- geeksforgeeks - Destructors in Python
- stackoverflow - Explicitly Define Datatype in Python Function
- grepper - private class methods