Welcome to the Genome Toolbox! I am glad you navigated to the blog and hope you find the contents useful and insightful for your genomic needs. If you find any of the entries particularly helpful, be sure to click the +1 button on the bottom of the post and share with your colleagues. Your input is encouraged, so if you have comments or are aware of more efficient tools not included in a post, I would love to hear from you. Enjoy your time browsing through the Toolbox.

Monday, August 25, 2014

Python List Comprehension

Python list comprehension enables for easy manipulation of a list variable.  For example, list comprehension can be used to convert from a string to an integer or float as well as do some common operation on a list.  Below is an example script that shows the syntax for list comprehension and how to utilize the code in Python.  Hope its helpful.

No comments:

Post a Comment