Posts
-
Pythonic code pays off: shows a simple code example from less to more Pythonic.
-
Tips and tricks: some useful (staple) tricks.
-
A code kata: an example of scraping a web page using collections.Counter to count common book links.
-
Create a Twitter bot: for fun and non-profit, bots are cool 🙂
-
First Flask app: how I started learning Flask building upon an existing Flask project.
-
Brexit data analysis with Pandas: this post really got me into Pandas and matplotlib (data science). I detected some cool trends in the data, really enjoyed the process. The (Spanish translated) article got featured on Pybonacci as well.
Book tips
-
I learned a great deal from: Fluent Python and Powerful Python.
-
Currently I am enjoying / learning from Mastering Python and The Hitchhiker’s Guide to Python