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!
Articles on learning
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
Code Challenge 07 – Twitter Sentiment Analysis
By PyBites Team on 19 February 2017
A new week, more coding! In this challenge you will do a sentiment analysis of a recently released movie, is it well received or not?
Code Challenge 06 – PyPI 100K Packages Prediction – Review
By PyBites Team on 17 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.
Code Challenge 06 – PyPI 100K Packages Prediction
By PyBites Team on 13 February 2017
A new week, more coding! In this challenge you will make a prediction when PyPI will reach the 100.000 packages milestone.
Code Challenge 05 – Twitter data analysis Part 2: Similar Tweeters – Review
By PyBites Team on 10 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.
Code Challenge 05 – Twitter data analysis Part 2: Similar Tweeters
By PyBites Team on 5 February 2017
A new week, more coding! In Part 2 of our Twitter data analysis we challenge you to find out how similar two tweeters are …
