Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 502 Bytes

day1.rst

File metadata and controls

27 lines (20 loc) · 502 Bytes

Day 1 -- the shell, and basic programming

.. toctree::
   :maxdepth: 2

   introductions

   1-Shell/index

   python-day1


The shell - focus: automating stuff
  • files & directories;
  • creating things;
  • pipes and filters;
  • loops;
  • scripts;
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;