It’s Friday 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 OOP
Python Tricks book review
By Bob Belderbos on 31 January 2017
A review of Dan Bader’s Python tricks book.
Code Challenge 04 – Twitter data analysis Part 1: Getting Data
By PyBites Team on 29 January 2017
A new week, a new code challenge! In this 3 part challenge you will analyze Twitter Data. This week we will automate the retrieval of data. In Part 2 we will task you with finding similar tweeters, and for Part 3 you will do a full sentiment analysis.
Twitter digest 2017 week 04
By PyBites Team on 28 January 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Python’s data model by example
By Bob Belderbos on 25 January 2017
After last post on OOP a logical follow-up is Python’s data model. We use the great Fluent Python book to code up an example of our own, showing the powerful way you can leverage this data model. You can download the notebook here.
Everything is an Object, Python OOP primer
By Bob Belderbos on 24 January 2017
I created a notebook on OOP (object oriented programming) in Python.