Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 619 Bytes

day1.rst

File metadata and controls

34 lines (24 loc) · 619 Bytes

Day 1 -- the shell, and basic programming

.. toctree::
   :maxdepth: 2

   introductions

   1-Shell/index.rst

   1-Git/local.rst

   1-Git/remote.rst

   1-Python/index.rst


The shell - focus: automating stuff
  • files & directories;
  • creating things;
  • pipes and filters;
  • loops;
  • scripts;
Git - focus: version control and collaborating
  • fill this in
Intro Python - focus: data processing
  • Basic operations;
  • For loops & if statements;
  • Reading, transforming, and writing data;
  • Organizing code in functions and modules;
  • Scripting with Python;