Free learning resources for Bioinformatics and Biotechnology:
In this Page you will get to know free learning resources for Bioinformatics ana Biotechnology. Free Learning Resources Below are some free resources to start learning some of the skills you will need. SPSS: The SPSS-Tutorials website contains a very nice tutorials. SAS: Furthermore, SASCrunch provides a list of free resources to help you learn SAS. Python: If you are just a beginner of python, “Bioinformatics Programming Using Python: Practical Programming for Biological Data” from O’Reilly is a good starting point. After that, you should get familiar with numpy for vectorized array computation. scipy is also very useful for some special functions or linear algebra. If you really want to process large data, you will need to understand some of the python-C binding (e.g. SWIG , ctypes , Cython , etc.) for high performance data processing in C and manipulation in python. R: David Romney ...