In this article I’m going to break down what a function is and how you can use them to be a better coder.
Articles on code
Linting with Flake8
By Julian Sequeira on 8 October 2019
What the heck is linting? Let’s dive into the concept and talk about how flake8 can help us make our code better.
Twitter Digest 2018 Week 05
By PyBites Team on 28 January 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2017 Week 50
By PyBites Team on 17 December 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 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.
Hiding BCC Recipients in Python MIME Emails
By Julian Sequeira on 6 September 2017
How to actually hide the BCC recipients when sending an email with Python MIME.
PyBites Module of the Week – Pexpect
By Julian Sequeira on 27 July 2017
A brief overview of the pexpect module
Twitter digest 2017 week 29
By PyBites Team on 23 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Step-by-Step Guide on Deploying a Simple Flask App to Heroku
By Julian Sequeira on 21 July 2017
A step-by-step guide on deploying a simple flask app to Heroku.
The Importance of Refactoring Code
By Julian Sequeira on 13 July 2017
In this quick post I discuss why refactoring code is one of the most important parts of the learning process.