-
Notifications
You must be signed in to change notification settings - Fork 4
ProgrammingResources
joshdahmer edited this page Jan 18, 2018
·
2 revisions
codecademy provides a beginner-level course, covering programming in general, using the Python programming language. They provide an in-browser programming environment to interactively write and run code through lessons ranging from beginner concepts (e.g., variables, comments, etc.), to more advanced topics, such as classes and file input/output.
If you have very little or no prior programming experience, the codecademy Python course is a good place to start.
software carpentry provides lessons targeted towards scientists who would like to use programming to assist in running experiments and analyzing results. In relation to DropBot/Microdrop development, we recommend the following lessons:
- Programming with Python.
-
Version control with Git (we use
Gitversion control to manage changes to the DropBot/Microdrop source code and CAD files).