Mike

PyDev of the Week: Nicholas Hunt-Walker

This week we welcome Nicholas Hunt-Walker (@nhuntwalker) as our PyDev of the Week! Nicholas studied to be an astrophysicist and then decided to switch to teaching programming and software development. You can find out more about what Nicholas is up to over on his website, Rational Whimsey or possibly see him at a Python conference. […]

PyDev of the Week: Nicholas Hunt-Walker Read More »

Flask 101: Filtering Searches and Deleting Data

Last time we got our Flask based music database application partially functional. It could now add data to the database, edit said data and also display everything in the database. But we didn’t cover how to filter the data by using the user’s filter choice (Artist, Album name or publisher name) and search string. We

Flask 101: Filtering Searches and Deleting Data Read More »