Quantcast
Channel: Teaching Software Carpentry » Joshua Adelman
Browsing latest articles
Browse All 6 View Live

Joshua Adelman

I am a computational biophysicist and postdoctoral fellow at the University of Pittsburgh. My research involves trying to understand how membrane proteins facilitate the movement of small molecules...

View Article



Image may be NSFW.
Clik here to view.

Concept Map: numpy arrays

View Article

Assessment Questions: Numpy Arrays

Novice from Competent Given the 2D array generated using the following code snippet: ———————————- import numpy as np x = np.random.normal(size=(10,10)) y = x[2:5,1:5] ———————————- What is the shape of...

View Article

Screencast: Working efficiently with numpy arrays

I intend to cover the basics of working with numpy arrays efficiently in terms of using ufuncs and similar functionality. The idea will be to introduce students to the concept of ‘vectorized’...

View Article

Visualizing spatial data using python

Sharon Benjamin and I are planning on giving a short introduction to loading and visualizing basic spatial data using python. The presentation will be based on introductory material we are developing...

View Article


Motivation: Collaborative writing using version control

While we usually advocate the use of version control in the context of best software development practices, it is a powerful tool whose utility has transformed the way that I write papers. As a...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images