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.
Bootstrap Your Next Python Project With Cookiecutter
By Bob Belderbos on 24 October 2017
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).
Twitter Digest 2017 Week 42
By PyBites Team on 22 October 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Learning Python Decorators by Example
By Bob Belderbos on 20 October 2017
Decorators are a sometimes overlooked feature and they might be hard to grasp for beginning Pythonistas. I agree with Aaron Maxwell that mastering them “can massively magnify the positive impact of the code you write”, so make sure you add them to your toolkit if not done so already. In this article I explain what they do, why you want to use them and give some practical examples.
Twitter Digest 2017 Week 41
By PyBites Team on 15 October 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2017 Week 40
By PyBites Team on 8 October 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 39 – Writing Tests With Pytest
By PyBites Team on 5 October 2017
Hi Pythonistas, let’s add some more challenges for October. Following our Python testing with pytest book review we let you write some tests with this awesome framework.
Code Challenge 38 – Build Your Own Hacktoberfest Checker With Bottle
By PyBites Team on 4 October 2017
Hi Pythonistas, Hacktoberfest started. Let’s make open source better and track our progress with a little app you will build using the Bottle web framework.
Code Challenge 37 – Automate a Task With Twilio – Review
By PyBites Team on 3 October 2017
In this article we review last week’s Automate a Task With Twilio code challenge.