Tag: python
-
Notes from #PyData Seattle 2015
I was among 900 attendees at the recent PyData Seattle 2015 conference, an event focused on the use of Python in data management, analysis and machine learning. Nearly all of the tutorials & talks I attended last weekend were very interesting and informative, and several were positively inspiring. I haven't been as excited to experiment with…
-
Motivating and Visualizing Recursion in Python: Three Flavors
Yesterday, I encountered some great instructional posts on programming, Python and the IPython Notebook. How to more effectively teach the concept of recursion (by Gustavo Duarte) How to use the web-based PythonTutor to learn Python (by Philip Guo) How to embed an IPython Notebook inside a blog post (by Brian Granger) I thought it would…
-
Python for Data Science: A Rapid On-Ramp Primer
In my last post, I was waxing poetic about an IPython Notebook demonstration that was one of my highlights from Strata 2014: "this one got me the most excited about getting home (or back to work) to practice what I learned" Well, I got back to work, and learned how to create an IPython Notebook. Specifically, I…