In this quick post I discuss why refactoring code is one of the most important parts of the learning process.
Articles on python
Twitter digest 2017 week 27
By PyBites Team on 9 July 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 26
By PyBites Team on 2 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Flask Web Server Port Mapping
By Julian Sequeira on 1 July 2017
A quick post on Flask App port mapping
Twitter digest 2017 week 25
By PyBites Team on 25 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Module of the Week – Pendulum
By Julian Sequeira on 24 June 2017
A brief overview of the Pendulum datetime module.
Twitter digest 2017 week 24
By PyBites Team on 18 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
How to Write a Python Subclass
By Julian Sequeira on 17 June 2017
In this article I cover Python subclasses and inheritance using a relatable code example scenario.
Twitter digest 2017 week 23
By PyBites Team on 11 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Using Python Requests on a Page Behind a Login
By Julian Sequeira on 9 June 2017
In this post I discuss using the requests module on web pages behind a login