Lesson 44: Bootcamp recap

This lesson was generated from a Jupyter notebook. You can download the notebook here.

Hello, world

In [1]:
print('hello, world')
hello, world

Command line mastery

"Ugh. I'm just going to do it on the command line." --Anders

Scripting

You now have a very efficient assistant.

Version control

You can now sleep easy

...and the bootcamp now has code on the internet for all!

Data types

  • ints
  • floats
  • strings
  • bools
  • lists
  • tuples
  • dictionaries
  • sets
  • functions, file handles, NumPy arrays, DataFrames, Matplotlib axs, ...

NumPy arrays

  • Slicing and dicing
  • Random number generation (probability is the mathematical language of biology)
  • Regressions
  • Anything you want to do with groups of numbers

Biopython

You will no longer have mouse fatigue with BLAST!

Pandas

  • Your data are now tidy!
  • And organized.
  • And accessible.

Your data

has a new master. Whether images, time series, counts, you name it.

This is the beginning!

I look forward to seeing what you will do!