Archives
- November 2018 (1)
- February 2018 (1)
- March 2017 (1)
- February 2017 (1)
- September 2016 (1)
- August 2016 (1)
- July 2016 (1)
- April 2016 (1)
- March 2016 (1)
- February 2016 (2)
- January 2016 (3)
- November 2015 (3)
- October 2015 (4)
- September 2015 (5)
- August 2015 (11)
- July 2015 (1)
- April 2015 (2)
- March 2015 (4)
- February 2015 (1)
- July 2014 (3)
- January 2014 (16)
- December 2013 (3)
- November 2013 (9)
- October 2013 (22)
- September 2013 (19)
- July 2013 (1)
- June 2013 (3)
- May 2013 (7)
- April 2013 (5)
- January 2013 (1)
- August 2012 (1)
- July 2012 (1)
Monthly Archives: April 2013
Ubuntu OS
Different versions of Ubuntu. Installing Ubuntu from USB drive. Testing first to see whether hardware works before fully installing. I like the Cinnamon desktop environment. I upgraded Ubuntu 13.04. Graphics troubleshooting procedure: https://help.ubuntu.com/community/GraphicsTroubleshootingProcedure https://answers.launchpad.net/ubuntu/+question/227596
Posted in Ubuntu
Leave a comment
Python Dictionary Objects
Dictionaries stored as hashtables vs. linear searching keys. THis kinda fits into your discussion of why linear searching is slow. http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2010-the-mighty-dictionary-55-3352147 http://stackoverflow.com/questions/327311/how-are-pythons-built-in-dictionaries-implemented http://stackoverflow.com/questions/1602934/what-is-a-good-way-to-test-if-a-key-exists-in-python-dictionary http://wiki.python.org/moin/DictionaryKeys
Posted in Python
Leave a comment
Problem
The first step is admitting you have a problem. I’m addicted: http://cscircles.cemc.uwaterloo.ca/visualize/#mode=edit
Posted in Python
Leave a comment
README
Focus on writing good, clear descriptive “Read Me” files. http://thechangelog.com/top-ten-reasons-why-i-wont-use-your-open-source-project/
Posted in github
Leave a comment
Programming Ideas
Ideas for Python coding: – put sequences in fasta format – parses sequences from fasta format – reverse translate amino acid sequence – search fasta file with EST for ORF – search ncbi and pull fasta files for taxonomic groups … Continue reading
Posted in Python
Leave a comment