Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 713 Bytes

Python course

Homework & Projects for Python course at Bioinformatics Institute

##Here is the README markdown Well, the most dissatisfying thing I've found so far is that the default .md files in GitHub do not support math rendering via MathJax or anything. That means, no beautiful LaTeX whatsoever. And that's surely miserable.
Thankfully, GitHub still supports text styling in the classic manner. Many thanks.

And code blocks are looking as usual, that is also cool. I.e.:

import numpy as np
will_you_be_happy = np.random.random(1) <= 0.00000001
print(will_you_be_happy)

========2015-09-27=========
Added homework number 1!

Yury A. Barbitoff, 2015.
All rights reserved ©