Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2017 Week 44
By PyBites Team on 5 November 2017
Code Challenge 42 – Mastering Regular Expressions
By PyBites Team on 3 November 2017
Hi Pythonistas, it’s beginning of the month so we’re busy selecting some cool code challenges for you to work on to hone your Python skills. Regular Expressions was a long time coming so let’s get it out there. We hope we hit a decent intermediate level with this challenge. If you have questions ask us in the comments or join our Slack.
Code Challenge 40 – Daily Python Tip Part 1 – Make a Web App – Review
By PyBites Team on 1 November 2017
In this article we review last week’s Daily Python Tip Part 1 – Make a Web App code challenge.
Code Challenge 39 – Writing Tests With Pytest – Review
By PyBites Team on 1 November 2017
In this article we review last week’s Writing Tests With Pytest code challenge.
Code Challenge 38 – Build Your Own Hacktoberfest Checker With Bottle – Review
By PyBites Team on 1 November 2017
In this article we review last week’s Build Your Own Hacktoberfest Checker With Bottle code challenge.
Code Challenge 41 – Daily Python Tip Part 2 – Build an API
By PyBites Team on 1 November 2017
Hi Pythonistas, you heard of Daily Python Tip? It’s a Twitter account that posts one python tip per day, run by @karlafej and @simecek. We partnered up with them and use their awesome collection of tips to build a web app (part 1) and a simple API (part 2).
Twitter Digest 2017 Week 43
By PyBites Team on 29 October 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Bootstrap Your Next Python Project With Cookiecutter
By Bob Belderbos on 24 October 2017
I finally did it! I bootstrapped my first project with Cookiecutter. There is a lot to discover but wow this tool can save you a ton of time, making your project more professional.
How to Use Pdb to Debug Your Code
By Bob Belderbos on 24 October 2017
The larger part of our coding time is spent reading and debugging code already written. For this Python’s pdb is an unmissable module in your Python toolbox. In this article I show you the most common options and some practical examples.
Code Challenge 40 – Daily Python Tip Part 1 – Make a Web App
By PyBites Team on 24 October 2017
Hi Pythonistas, you heard of Daily Python Tip? It’s a Twitter account that posts one python tip per day, run by @karlafej and @simecek. We partnered up with them and use their awesome collection of tips to build a web app (part 1) and a simple API (part 2).