Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
Solve more than 30 exercises and 4 Biology projects using Python programming language! Step by step implementations!
What you'll learn
Learn the basic syntax of Python language quickly and easily
Implement the main Python language operators: mathematical, logical, relational and conditional
Create loop structures using for and while commands
Implement functions for modularization of programs
Implement the main Python language collections: tuples, lists, dictionaries, sets and arrays
Manipulate text files
Perform error and exception handling
Learn the basic intuition and practice about regular expressions
Learn the basic intuition and practice of Object Orientation
Estimate the rate of recombination between genes
Analyze genetic sequences
Model bacterial growth
Write a code that simulates a biology test, where at the end the grade is calculated
Analyze gene sequence files directly from databases in .fasta format
Analyze protein structure files in .pdb format
Build a basic identification key for plant species Requirements
Programming logic
Basic biological knowledge Description
Biologists, biology students, and professionals in related fields generally have little or no contact with computer programming. However, the growing of data in genomic, protein and organism databases can be used to model the solution for some problems, such as the discovery of medicines and insecticides. It leads biologists to benefit from computer programming knowledge, so that they can develop useful applications in molecular biology, ecology, research on diseases, among others.
This course was developed with the purpose of introducing biologists, students...