bootcamp_python icon indicating copy to clipboard operation
bootcamp_python copied to clipboard

Bootcamp to learn Python for Machine Learning

Results 16 bootcamp_python issues
Sort by recently updated
recently updated
newest added

* Day: 00 * Exercise: 03 The examples for the text_analyzer() function are strange and I think wrong **Examples** ```shell $> python3 count.py 'Hello World!' The text contains 8 character(s):...

enhancement

correction of a wrong example about dot product for vector exercise in day 01

fixme

* Day: module00 * Exercise: contact section (after module10) The 42 AI Slack link is no longer active.

fixme

* Day: 02 * Exercise: 01 ```py obj = what_are_the_vars(42, "Yes", a=10, var_2="world") ``` outputs ``` a: 10 var_0: 12 var_1: Yes var_2: world end ``` but `var_0` should be...

fixme

* Day: 00 * Exercise: 04 The subjects gives the following: ``` >>> text_analyzer() What is the text to analyze? >> Hello World! The text contains 8 character(s): - 2...

fixme