This repo documents progress in completing the various Python projects in FreeCodeCamp including:
- Scientific Computing with Python
- Data Analysis with Python
- Information Security
- Machine Learning with Python
- Progress is also documented in this thread with #66daysofdata
- 4/12 to 4/21: Multiple tries for arithmetic formatter;
- split problem into two functions
check_format
andarithmetic_arranger
- Primary challenges: a) printing vertically vs horizontally