Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 526 Bytes

day2.rst

File metadata and controls

29 lines (20 loc) · 526 Bytes

Day 2 -- Applied Programming and Testing

.. toctree::
   :maxdepth: 2

   2-Python/index.rst

   sql

   pandas


Continuing With Python - focus: data processing
  • Basic operations;
  • For loops & if statements;
  • Reading, transforming, and writing data;
  • Organizing code in functions and modules;
  • Scripting with Python;

SQL Databases - focus: - To be filled in

Best practices in software carpentry - focus: testing - To be filled in

Numpy / Panads: - To be filled in