It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Articles on learning
Simple API Part 2 – Building a Deep Work Logger with Flask, Slack and Google Docs
By Bob Belderbos on 10 March 2017
After Simple API – part 1 a more practical app in this part 2 tutorial: a Deep Work logger integrating Google docs and Slack, including deployment of the app to Heroku.
Comparing Lists with Difflib
By Julian Sequeira on 8 March 2017
Learn to compare blocks of text with the difflib module.
Code Challenge 09 – The With Statement and Context Managers
By PyBites Team on 6 March 2017
A new week, more coding! This week we have a free form exercise. This week you will implement your own Context Manager (= support with on your object).
Code Challenge 08 – House Inventory Tracker – Review
By PyBites Team on 5 March 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Pythonic String Formatting
By Julian Sequeira on 2 March 2017
The formatting of strings has been a hot topic in Python and something that I struggled with at the beginning. It’s quite interesting to see how it’s evolved over time to be what it is today!
I have been coding in Python for years and I still …
By PyBites Team on 1 March 2017
A quick post on a fun trend we saw on Twitter this morning: people posting how long they coded for and what they still had to lookup. Some of this is tongue in cheek of course, but the point is that programming is not easy. Secondly there is no shame in looking things up, we all do it! What do fellow Pythonistas say?
Code Challenge 08 – House Inventory Tracker
By PyBites Team on 26 February 2017
A new week, more coding! In this challenge you will create an app to keep track of a house inventory.
Code Challenge 07 – Twitter Sentiment Analysis – Review
By PyBites Team on 25 February 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Write Pythonic Code Like a Seasoned Developer Review
By Julian Sequeira on 23 February 2017
Review of Michael Kennedy’s Brilliant Pythonic Code Course