Introduction to Python
URL to this page: https://hackmd.io/@k8hertweck/introPython
Sign in to each class meeting here
Have you installed Anaconda and run the conda script to add plotnine? Instructions here, command to install plotnine:conda install -c conda-forge plotnine
This page is for easy access to links we'll use during class. You don't need to do anything with this information until directed by your instructor. Links to the instructor's script will be added as the course progresses.
If you have feedback about this course, please comment here
Complete class notes here
Instructors:
Class 1: Intro to Python and Jupyter Notebooks
Class 2: Working with data
Class 4: Data visualization
- matplotlib - the standard Python library for producing high-quality figures with a more imperative approach
- Altair - a declarative visualization toolkit with a similar approach to figure construction as ggplot
Resources for continued learning
- Learn about other courses through fredhutch.io here. Intermediate Python: Programming includes more content on programming structures like loops and functions
- The Fred Hutch Bioinformatics and Data Science Cooperative, or Coop, hosts many community meetings and office hours about data science. Learn more information about these groups here
- Join the Coop Community Slack to talk about data science with other Hutch researchers. There is a channel specific to discussion about Python!
- The Fred Hutch Biomedical Data Science Wiki is written by Hutch researchers and staff, and is a great place to find information about data management, bioinformatics, computing, and more.