Quantcast
Channel: Teaching Software Carpentry » Luke Lee
Browsing latest articles
Browse All 9 View Live

Luke Lee

I’m a Software Engineer in the Oil and Gas industry.  I primarily write Python GUI applications to visualize and interpret various types of industry data.  I’ve also spent several years writing...

View Article



Image may be NSFW.
Clik here to view.

Core Python data types

This is my attempt at trying to give a high-level organization to the core built-in Python data types and their uses.  I avoided including other ‘types’ like object, type, etc. to simplify the map as...

View Article

Python novice/intermediate/expert assessment

Novice question: Select all of the following Python data structures that do NOT have guaranteed order when looping with a standard ‘for’ loop: a) List b) Set c) Tuple d) Dict e) String Experienced...

View Article

Screencast idea proposal

My short 3 minute screencast is going to show students how to: Make a web API request in Python Decode JSON that is returned from the request Turn data into simple CSV that could then be exported into...

View Article

Screencast software/tips?

Does anyone have recommendations for what software to use when making a screencast?  I’ve never made one before so I’m not even sure what features, glitches, etc. I should expect or want. Also, any...

View Article


Screencast to send web requests to NikePlus API

I’m making a new post for my screencast video.  I posted a lengthy comment on my original post, http://teaching.software-carpentry.org/2013/06/26/screencast-idea-proposal/,  but I wasn’t sure if anyone...

View Article

Tutorial critique: Regular expressions

I watched all of the regular expressions videos and overall I thought they were well narrated and packed full of useful information. The pacing was nicely done. Also, the incremental approach of...

View Article

Testing effectiveness of live tutoring vs. recorded video

Regarding our live-tutoring sessions, Luke chose to teach an introduction to Python’s virtualenv, and Philipp chose to teach a fast introduction to Go (the programming language). Here’s how we think...

View Article


Image may be NSFW.
Clik here to view.

Final project: Analyzing csv data in Pandas and IPython notebook

Description: I’m going to demonstrate the following for my final project: Open IPython notebook Read csv with Pandas Plot different columns with Pandas/matplotlib plotting in notebook Save notebook to...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images