from IPython.core.display import HTML
HTML(open("custom.html", "r").read())
Interesting practical use cases (no science):
Develop simple graphical games with Python:
More about encryption and breaking ciphers:
Other introduction courses:
More about plotting:
This tutorial uses so numpy
arrays, and not lists as we did during the course. Actually numpy
is the preferred way to go:
https://github.com/jrjohansson/scientific-python-lectures/blob/master/Lecture-4-Matplotlib.ipynb,
Usually the course material is for free but you have to pay (about \$29-\$99) for certificates and for participating in examns:
If you want to apply Python for genomics BioPython
might be interesting for you: http://biopython.org/DIST/docs/tutorial/Tutorial.html
Usually every two weeks, unformal, come for any question you have. Sometimes we announce this per email, but the code clinics are announced at https://sis.id.ethz.ch/news/
If you want to know more about or work look at