Add the whole blog
This commit is contained in:
parent
0d2f58ce7a
commit
c4f23c1529
418 changed files with 15708 additions and 0 deletions
20
content/post/2007-03-12-old-code.markdown
Normal file
20
content/post/2007-03-12-old-code.markdown
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
author: einar
|
||||
categories:
|
||||
- General
|
||||
- Science
|
||||
comments: true
|
||||
date: "2007-03-12T20:03:05Z"
|
||||
header:
|
||||
image_fullwidth: banner_other.jpg
|
||||
slug: old-code
|
||||
title: Old code
|
||||
disable_share: true
|
||||
wordpress_id: 185
|
||||
---
|
||||
|
||||
Today I went over my old Python code, back when I first started programming. I'd say that I found what I had written to be largely amusing to say the least. Loads of ugly hacks all over the place, duplicated functions, etc... in short, a real mess.
|
||||
|
||||
I'm quite happy of the results I achieved in the past month, since I finally learnt how to code properly and started making my own classes ([this book](http://corepython.com) was immensely helpful). I hope I improve enough to be able to make a package for what I've made, as there is a distinct lack of annotation tools for microarray data in Python ([Bioconductor](http://bioconductor.org) steals the spotlight for everything, but I can't stand R).
|
||||
|
||||
I will probably post a small script to make [BED files](http://http://genome.ucsc.edu/goldenPath/help/customTrack.html#BED) from properly formatted files tomorrow or so, once I clean up the hardcoded stuff.
|
Loading…
Add table
Add a link
Reference in a new issue