workshop

Python for data analysis and visualization (part 2)

This is the second of two python workshops. This workshop focuses on importing, cleaning and plotting data. It is recommended to attend the “Introduction to Python programming” workshop first for attendees with no previous Python experience.

Version Control with GIT

This workshop is intended for users who are interested in using version control to organize and track history for their files. Version control helps keep track of all the revision of your files, track changes over time and revert unwanted changes without losing track. Version control is commonly used for maintaining programming source code, but can also be used for other types of flat files (csv, txt with data). It can also help with collaboration between multiple authors.

An introduction to supervised and unsupervised multivariate statistical analysis