Introduction to Python Programming, Data Analysis and Data Visualization

Introduction to Python Programming, Data Analysis and Data Visualization#

Learning Goals#

In this tutorial you will learn to:

  • Work with jupyter notebookds (a graphical user interface to code and report analysis)

  • Grasp the basic concepts of Python programming such as variables and functions

  • Perform basic manipulations on data

  • Define different useful visualizations

Material#

All the material for the following two session is available in the shared folder, copy it by:

cp -R  /nfs/nas22/fs2202/biol_micro_teaching/551-1119-00L-2024/s0506_python ./

For the record, you can also access to the HTML version.