Team:Illinois-Tools/Notebook/Week2

From 2009.igem.org

(Difference between revisions)
Line 3: Line 3:
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week1 <<previous week]  [https://2009.igem.org/Team:Illinois-Tools/Notebook/Week3 next week>>]
[https://2009.igem.org/Team:Illinois-Tools/Notebook/Week1 <<previous week]  [https://2009.igem.org/Team:Illinois-Tools/Notebook/Week3 next week>>]
-
This is week2
+
'''Donny'''
 +
 
 +
This week, I learned the basics of the python programming language. I spend most of my time working with the Kegg API to access data via the SOAP protocol. I was able to utilize this new information to create a module that converts the common name to a usable keggid and also to convert the keggid back to a name. One concern I have is that even these simple functions are somewhat slow. Perhaps we will find ways to speed these processes up in the weeks to come.

Revision as of 16:09, 4 June 2009

back to notebook

<<previous week next week>>

Donny

This week, I learned the basics of the python programming language. I spend most of my time working with the Kegg API to access data via the SOAP protocol. I was able to utilize this new information to create a module that converts the common name to a usable keggid and also to convert the keggid back to a name. One concern I have is that even these simple functions are somewhat slow. Perhaps we will find ways to speed these processes up in the weeks to come.