Size: 3384
Comment:
|
Size: 9169
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
||Lecture ||Notes ||Video ||Homework ||Extra Practice || ||1 - Introduction ||[[attachment:lecture_1.pdf||&do=get]]<<BR>>[[attachment:terminal_1.txt||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/lecture1.mov|Lecture Video]]|| 1. Take this survey: <<BR>>2. Get Python 2.7.X working on your computer || || |
||Lecture ||Notes ||Video ||Homework || Other || ||1 - Introduction ||[[attachment:lecture_1.pdf||&do=get]]<<BR>>[[attachment:terminal_1.txt||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture1.mp4|Lecture Video]]|| 1. Take this survey: http://goo.gl/forms/fHCmTavj1c <<BR>>2. Email passport style photo to sludtke@bcm.edu<<BR>>3. Get Python 2.7.X working on your computer || || ||2 - Program Flow ||[[attachment:lecture_2.pdf||&do=get]]<<BR>>[[attachment:terminal_2.txt||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture2.mp4|Lecture Video]]|| [[attachment:homework_1.pdf||&do=get]] || [[attachment:practice_soln_1.pdf||&do=get]] || ||3 - Lab 1 ||[[attachment:lecture_3.pdf||&do=get]]<<BR>>[[attachment:terminal_3.txt||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture3.mp4|Lecture Video]]|| [[attachment:Lab1.pdf||&do=get]]<<BR>>[[attachment:translate_orig.py||&do=get]] || || ||4 - More Basics ||[[attachment:lecture_4.pdf||&do=get]]<<BR>>[[attachment:terminal_4.txt||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture4.mp4|Lecture Video]]|| [[attachment:homework_2.pdf||&do=get]] ||[[attachment:extra_practice_2.pdf||&do=get]] || ||5 - Loops and Modules ||[[attachment:lecture_5.pdf||&do=get]]<<BR>>[[attachment:terminal_5.txt||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture5.mp4|Lecture Video]]|| [[attachment:homework_3.pdf||&do=get]] || http://anandology.com/python-practice-book/index.html || ||6 - Lab 2 (BioPython) ||[[attachment:lecture_6.pdf||&do=get]] ||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture6.mp4|Lecture Video]]|| [[attachment:lab_2.pdf||&do=get]]||[[attachment:pubmed.py||&do=get]] || ||7 - Numerical Computing ||[[attachment:lecture_7.pdf||&do=get]] <<BR>>[[attachment:terminal_7.txt||&do=get]]||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture7.mp4|Lecture Video]]|| [[attachment:homework_4.pdf||&do=get]] || || ||8 - Lab 3 (NumPy & Matplotlib) ||[[attachment:lecture_8.pdf||&do=get]]||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture8.mp4|Lecture Video]]|| [[attachment:lab3_hw4.pdf||&do=get]] ||[[attachment:plot.py||&do=get]] <<BR>> [[attachment:sample1.txt||&do=get]] <<BR>> [[attachment:sample2.txt||&do=get]] || ||9 - Image Processing and Networking ||[[attachment:lecture_9.pdf||&do=get]] <<BR>>[[attachment:terminal_9.txt||&do=get]]||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture9.mp4|Lecture Video]]|| [[attachment:homework_5.pdf||&do=get]] || || ||10 - Lab 4 (Network Programming) ||[[attachment:lecture_10.pdf||&do=get]]||[[http://blake.grid.bcm.edu/dl/Intro_Programming_15/Lecture10.mp4|Lecture Video]]|| [[attachment:tcp_send_file.py||&do=get]] ||[[attachment:udp_chat.py||&do=get]]<<BR>>[[attachment:tcp_send.py||&do=get]]<<BR>>[[attachment:tcp_receive.py||&do=get]] || ---- == Important Instructions for Class Projects == If you believe you will need an exception to something below, please ask by Feb 27 (the final lecture !) For your class presentation, your first slide should have: * Your name (so other students who may not know you can vote for you) * Your department/program * Descriptive title of your project * You may wish to say something very briefly about your previous programming experience * We will be on a tight schedule, so I will have to enforce the 5 minute timeline pretty rigorously. Please practice in advance ! '''Please follow these instructions exactly:''' * Your class project MUST be submitted by 11:59 PM on Sat, Feb 28. No revisions will be accepted after this time. You can use Sunday to prepare your oral presentation :^) * Your submission should consist of: * one or more .py files (should have sufficient comments to figure out how they work) * any necessary additional files to demonstrate that the program works * A PDF file with a brief description of your program, what inputs the program takes, what outputs the program produces, and what it is supposed to do. * The final item in the PDF should be a command-line to use in running the program, and any necessary instructions to demonstrate that it works. * Combine all files into a .zip file named: Familyname_Givenname_project_2015.zip * Email sludtke@bcm.edu with the subject "Class project submission", and attach the .zip file ''Note:'' If your project requires data files too large to email (even for a basic demonstration), you can share the extra files with me via BigFile, DropBox or Google Drive. If you need to do this, prepare the files in advance, and include the download instructions in the PDF in the .zip file. == Class Project Overview == The class project will count for 1/2 of your grade in the class, and will be scored on both your presentation and the program itself. You will likely have only ~5 minutes to present your projects when the time comes, but that shouldn't limit their complexity or your ambitions. It is a good idea to select a project which is somewhat ambitious but has some fallback positions in case you don't succeed in everything you had planned to do. Your initial project plan will not be a factor in your final grade. If the program meets the criteria below, even if it's very different than your original aim, you will still receive full credit. Each person will, over the course of the term, write a program, and briefly present it at a special class at the end of the term. The sole requirements for the program are: 1. It must do something useful not easily completed with existing freely available tools 1. Not be completely trivial. The complexity of your project is expected to correspond somewhat to your level of past programming experience. === Examples of past class projects === * Analysis of DNA capture targets that failed during sequencing * Calculating the probabilities of different discrete distributions * A Candidate Gene Searcher * Calculating dN/dS automatically from pairs of orthologs by pipelining clustal and paml * Pubmed search tool * Identify evolutionarily conserved water molecules in structure * 96-well reader and calculator * PCR Annealing Temperature Calculator * One click identifier for PDF files * Scraping and processing microarray data from the lab webpage |
Line 22: | Line 78: |
'''Homework will be assigned each Friday, due before class the following Friday''', at least for the first 2/3 of the term, and is handed in via email to the class TA, Amanda Koire <koire@bcm.edu>. We will go over solutions to homework assignments in-class. Since the class is offered for credit, homework will be graded, but on a lenient scale: | '''Homework will be assigned each Friday, due before class the following Friday''', at least for the first 2/3 of the term, and is handed in via email to the class TA, Amanda Koire <koire@bcm.edu> with a cc to sludtke@bcm.edu. We will go over solutions to homework assignments in-class. Since the class is offered for credit, homework will be graded, but on a lenient scale: |
Line 29: | Line 85: |
'''There will be a class project in lieu of a final exam.''' Each person will, over the course of the term, write a program, and briefly present it at a special class at the end of the term. The sole requirements for the program are: 1) it must do something useful not easily completed with existing tools 2) not be completely trivial. |
|
Line 33: | Line 87: |
'''Introduction to programming book draft''' - [[attachment:Ludtke_book_draft_2015_01.pdf||&do=get]] I started writing a programming book a couple of years ago, but like many such projects, it is far from complete. Since this website is publicly accessible, and I do hope to eventually finish the book, it is password protected. I provided the password in-class, and I ask that you not circulate it outside the class. Thanks. | '''Introduction to programming book draft''' - [[attachment:Ludtke_book_draft_2015_01.pdf||&do=get]] I started writing a programming book a couple of years ago, but like many such projects, it is far from complete. Since this website is publicly accessible, and I do hope to eventually finish the book, it is password protected. I provided the password in-class, and I ask that you not circulate it outside the class. Thanks. Note that the book is not required reading. It is there as an additional resource. |
Practical Introduction to Programming for Scientists
Spring 2015
Mondays & Fridays, 9am - 10:30 N315
Since some of you don't have Blackboard access, this Wiki page will host all class material, including:
- Lecture notes
- Screen-capture video of each lecture
- Homework assignments
Please note that we will use Python 2.7.X for this class. While Python 3.X is available, it remains much less widely used than Python 2, and most important features for purposes of this class have been back-ported to Python 2.7.
Lecture |
Notes |
Video |
Homework |
Other |
1 - Introduction |
1. Take this survey: http://goo.gl/forms/fHCmTavj1c |
|
||
2 - Program Flow |
||||
3 - Lab 1 |
|
|||
4 - More Basics |
||||
5 - Loops and Modules |
||||
6 - Lab 2 (BioPython) |
||||
7 - Numerical Computing |
|
|||
8 - Lab 3 (NumPy & Matplotlib) |
||||
9 - Image Processing and Networking |
|
|||
10 - Lab 4 (Network Programming) |
Important Instructions for Class Projects
If you believe you will need an exception to something below, please ask by Feb 27 (the final lecture !)
For your class presentation, your first slide should have:
- Your name (so other students who may not know you can vote for you)
- Your department/program
- Descriptive title of your project
- You may wish to say something very briefly about your previous programming experience
- We will be on a tight schedule, so I will have to enforce the 5 minute timeline pretty rigorously. Please practice in advance !
Please follow these instructions exactly:
- Your class project MUST be submitted by 11:59 PM on Sat, Feb 28. No revisions will be accepted after this time. You can use Sunday to prepare your oral presentation :^)
- Your submission should consist of:
- one or more .py files (should have sufficient comments to figure out how they work)
- any necessary additional files to demonstrate that the program works
- A PDF file with a brief description of your program, what inputs the program takes, what outputs the program produces, and what it is supposed to do.
- The final item in the PDF should be a command-line to use in running the program, and any necessary instructions to demonstrate that it works.
- Combine all files into a .zip file named: Familyname_Givenname_project_2015.zip
Email sludtke@bcm.edu with the subject "Class project submission", and attach the .zip file
Note: If your project requires data files too large to email (even for a basic demonstration), you can share the extra files with me via BigFile, DropBox or Google Drive. If you need to do this, prepare the files in advance, and include the download instructions in the PDF in the .zip file.
Class Project Overview
The class project will count for 1/2 of your grade in the class, and will be scored on both your presentation and the program itself. You will likely have only ~5 minutes to present your projects when the time comes, but that shouldn't limit their complexity or your ambitions. It is a good idea to select a project which is somewhat ambitious but has some fallback positions in case you don't succeed in everything you had planned to do. Your initial project plan will not be a factor in your final grade. If the program meets the criteria below, even if it's very different than your original aim, you will still receive full credit.
Each person will, over the course of the term, write a program, and briefly present it at a special class at the end of the term. The sole requirements for the program are:
- It must do something useful not easily completed with existing freely available tools
- Not be completely trivial. The complexity of your project is expected to correspond somewhat to your level of past programming experience.
Examples of past class projects
- Analysis of DNA capture targets that failed during sequencing
- Calculating the probabilities of different discrete distributions
- A Candidate Gene Searcher
- Calculating dN/dS automatically from pairs of orthologs by pipelining clustal and paml
- Pubmed search tool
- Identify evolutionarily conserved water molecules in structure
- 96-well reader and calculator
- PCR Annealing Temperature Calculator
- One click identifier for PDF files
- Scraping and processing microarray data from the lab webpage
This class attracts people with widely varying backgrounds and skill levels. Since the course is supposed to be accessible to people with little to no programming experience, the bar for achieving an acceptable grade (B) in the class is set fairly low. If you make a reasonable attempt at all of the homework assignments, even if not completely successful, and complete a class project of some sort, you can expect to get at least a B in the class. This does not mean you can slip through without making an effort at all. Particularly if you have no programming experience at all, the class WILL take a significant effort on your part. Those who don't make a reasonable attempt at virtually every assignment may not achieve a B. Turning in something incomplete is better than turning in nothing.
Homework will be assigned each Friday, due before class the following Friday, at least for the first 2/3 of the term, and is handed in via email to the class TA, Amanda Koire <koire@bcm.edu> with a cc to sludtke@bcm.edu. We will go over solutions to homework assignments in-class. Since the class is offered for credit, homework will be graded, but on a lenient scale:
- Homework turned in, something attempted, but not functional
- A good effort, but with major flaws
- Largely correct solution, but with some flaws
- Program does what it should, with minimal flaws
Auditors are welcome, but if possible (all students, and some others) please formally audit the class, rather than just showing up. 1) this means you have at least a small commitment to actually attend and 2) if you don't formally audit, the GS has no record of your interest and they may give me a very small room to teach in next time.
Introduction to programming book draft - Ludtke_book_draft_2015_01.pdf I started writing a programming book a couple of years ago, but like many such projects, it is far from complete. Since this website is publicly accessible, and I do hope to eventually finish the book, it is password protected. I provided the password in-class, and I ask that you not circulate it outside the class. Thanks. Note that the book is not required reading. It is there as an additional resource.