Introduction I recently re-engaged with one of my open source projects and it was a rewarding experience. 🎉 It was a Pybites project I had written the core for years ago, but thanks to some amazing Pythonistas in our community it became a way more mature tool so I had to get acquainted again. I… Continue reading Your First Python Open Source Contribution: A Step-By-Step Guide
Articles on challenges
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
Dropping Tutorial Paralysis, Building a Django Blog From Scratch
By Peter Babalola on 21 April 2020
Have you ever wanted to create awesome stuff with Django like making your own blog or any other app but don’t know where to start? Or are you tired of taking lazy tutorials?
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 63 – Automatically Generate Blog Featured Images
By PyBites Team on 2 September 2019
Hey Pythonistas, in this new blog code challenge you are going to use selenium to automatically generate some cool featured images for PyBites. Have fun!
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!
Code Challenge 61 – Build a URL Shortener
By PyBites Team on 21 February 2019
Hey Pythonistas, in this challenge you will build an URL shortener. Enjoy!
Code Challenge 60 – Working With PDF Files in Python
By PyBites Team on 8 January 2019
Hey Pythonistas, in this challenge you will learn how to work with PDF documents. Enjoy!
Code Challenge 59 – Analyze Podcast Transcripts with NLTK – Part II
By PyBites Team on 8 January 2019
Hey Pythonistas, in this challenge you will expand on the work of PCC58, doing some natural language processing (NLP) on the podcast transcript data you collected. Have fun!
Code Challenge 58 – Analyze Podcast Transcripts with NLTK – Part I – Review
By PyBites Team on 7 January 2019
In this article we review our PCC58 – Analyze Podcast Transcripts with NLTK – Part I code challenge.