We added support to our platfom for bulk downloading of all your code submissions. This feature required creating and serving up zipfiles through Django. In this article I show you how to do it creating a simple Django app collecting code snippets through the admin interface, and serving them up in a zipfile via a download endpoint. Let’s dive straight in …
Articles on sqlite3
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.
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.
How to Create Your Own Steam Game Release Notifier
By Julian Sequeira on 19 May 2017
In this post we demonstrate ways in which you can parse common data formats used in Python.
How to Parse Common Data Formats in Python
By PyBites Team on 16 May 2017
In this post we demonstrate ways in which you can parse common data formats used in Python.
Code Challenge 17 – Never Miss a Good Podcast – Review
By PyBites Team on 7 May 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 17 – Never Miss a Good Podcast
By PyBites Team on 1 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll let you import a Podcast feed, store it in SQLite, and email unplayed episodes at a regular interval. Inspiration here. Enjoy!
Learn Python by Coding for Yourself
By Julian Sequeira on 27 April 2017
In this post I discuss (with examples) why it’s important to learn Python by actually coding. It’s not enough to just read!