Displaying posts tagged with

“Python”

Brainf**k while waiting for a flight

Warning: NSFW language. Brainfuck is a Turing-complete programming language consisting of eight commands, each of which is represented as a single character. > Increment the pointer. < Decrement the pointer. + Increment the cell at the pointer. – Decrement the cell at the pointer. . Output the ASCII value of the cell at the pointer. [...]

Warren DeLano

For those who are not in the structural biology community: Warren DeLano wrote and maintained PyMol, the software of choice for molecular visualization. Practically anyone who published anything requiring a biomolecular image used PyMol. It is a great piece of software, powerful and extensible. Warren was strongly committed to writing quality product that served the [...]

Ten years of coding with the snake

Biopython is entering its 10th year; the unofficial birthday is on September, since that is when the mailing list started: September 1999. I stumbled onto that list mid-September, 1999. I believe the Python version was 1.5, I was still working on SGI Irix, and I was an 0.3 PhD candidate. Today I am coding with [...]

Genetic Algorithms

XKCD appeals to my geeky humor side. Also, as a staunch Pythoneer, I cherish the occasional Python reference. To complete the trifecta, I just saw T2 for the umptieth time two days ago.