-
Notifications
You must be signed in to change notification settings - Fork 23
Python and Coding Resources
There's a lot of great resources out there that you can go take advantage of today. Here's a short list of resources used inside of the Geodesy Miami team to write good code and think about computing:
This was a talk given at RSMAS on how to write "Pythonic" code. Topics covered include: writing reusable and readable code, writing Pythonic code (includes a partial style guide), and how to structure your projects.
2. Code Review
We are experimenting with how to conduct Code Reviews within the Geodesy Miami team. This doc explains what Code Review is and provides a how-to for you to get your code reviewed.
As our work is often highly parallelizable. This talk provides some background on how parallelization works and some ideas on how to write parallelizable code in Python.