One moment I was solving a pandas challenge, next I was analyzing real world covid-19 data with python…
Articles on data analysis
Code Challenge 64 – PyCon ES 2019 Marvel Challenge
By PyBites Team on 4 October 2019
Hey Pythonistas, this weekend is Pycon ES and in the unlikely event you get bored, you can always do some coding with PyBites. Two more good reasons to do so: 1. there are prizes / giveaways, 2. your PRs count towards Hacktoberfest (t-shirt). Fire up your editors and let’s get coding!
Code Challenge 62 – Women @ Pycon ES
By PyBites Team on 12 July 2019
Hey Pythonistas, in this special live Alicante PyDay challenge you will analyze Pycon speaker data, do we see more women going on stage? Enjoy!
Data Analysis of Pybites Community Branch Activity
By Martin Uribe on 18 October 2018
I wanted to play around with a dataset and see what I could find out about it. I decided on analyzing the little bit of data that I could collect from Github without having to use an OAuth key, which limits it to just 300 events. If you want to follow along with my notebook check out the instructions here. This notebook was my submission for Code Challenge 47 – PyBites First Year in Data (Special).
Code Challenge 53 – Query the Spotify API – Review
By PyBites Team on 9 October 2018
In this article we review last week’s Query the Spotify API code challenge.
Code Challenge 51 – Analyse NBA Data with SQL/sqlite3 – Review
By PyBites Team on 24 September 2018
In this article we review last week’s Analyse NBA Data with SQL/sqlite3 code challenge.
Code Challenge 51 – Analyse NBA Data with SQL/sqlite3
By PyBites Team on 17 September 2018
Hi Pythonistas, Welcome to Pybites Code Challenge 51! In this challenge we get you analysing NBA player data from a CSV file.
Code Challenge 47 – PyBites First Year in Data (Special)
By PyBites Team on 22 December 2017
Hi Pythonistas, can you believe it’s been a full year of PyBites already?! To commemorate our 1st birthday we figured the next challenge should be around… us!
Twitter Digest 2017 Week 49
By PyBites Team on 10 December 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Using Pandas and Seaborn to solve PyBites Marvel Challenge
By Martin Smith on 7 December 2017
Today we have Martin Smith show us how he used Pandas and Seaborn to solve our Marvel Comics Challenge. Take it away Martin!