2016 py articles and useful books

By on 22 December 2016

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

Want a career as a Python Developer but not sure where to start?