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 09 – The With Statement and Context Managers
By PyBites Team on 6 March 2017
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.
Twitter digest 2017 week 09
By PyBites Team on 4 March 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
How To Build a Simple API with Flask and Unit Test it
By Bob Belderbos on 3 March 2017
In this post I will create a simple API with Flask and test it with curl and unit testing its HTTP methods.
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.
Twitter digest 2017 week 08
By PyBites Team on 25 February 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Write Pythonic Code Like a Seasoned Developer Review
By Julian Sequeira on 23 February 2017
Review of Michael Kennedy’s Brilliant Pythonic Code Course