In this blog post a quick script to plot the frequency of our blog articles in the terminal. It’s good to see that we’re getting back on track 🙂 The code gist is here. First we import the libraries we are going to use. As always we separate Standard Library modules from 3rd party ones… Continue reading Making plots in your terminal with plotext
Articles on blog
Building a Stadia Tracker Site Using Django
By Ryan Cheley on 25 April 2020
Building my first Django Site and learning so much more than Django
The making of my Task Manager App for the PyBites Code Challenge
By Martin Uribe on 2 May 2017
As a relatively newcomer to the Python scene I’ve come to realize that the best way to learn is to actually participate in coding challenges. This has helped to push me out of my comfort zone.
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.
Code Challenge 03 – PyBites Blog Tag Analysis – Review
By PyBites Team on 27 January 2017
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.
Code Challenge 03 – PyBites Blog Tag Analysis
By PyBites Team on 22 January 2017
Our new code challenge is up: PyBites blog tag analysis. This week you will parse our RSS feed looking for the most common tags and the ones we possibly should merge based on similarity ratio. Enjoy!
__init__
By PyBites Team on 19 December 2016
Welcome to our new PyBites blog where our goal is to further develop our Python skills and share what we learn.