Hello Everybody! In this article I’ll run through the procedure of using git and github to submit a guest article to PyBites.
How to Write a Guest Article for PyBites
By Cedric Sambre on 26 February 2020
Are You Producing Enough Value? 5 Tips to Boost Your Deep Work
By Bob Belderbos on 24 February 2020
This article is all about getting you closer towards your goals. This weekend I picked up Deep work again. Every time I read it is a revelation. The better you manage your time, the more successful you will become. It all comes down to the amount of value you can produce. And for that deep work is essential.
Talking to API’s and goodlooking tools
By Cedric Sambre on 24 February 2020
I recently ran into a tool called VTScan that uses the VirusTotal API to scan a file and print the results. I figured I could write the same, and add some functionality!
5 tips that will boost your performance
By Bob Belderbos on 17 February 2020
The following things are relatively easy to do, but also easy not to do. Do them consistently and they can change your career and life.
The Pythonic Fast Lane, Digest of a 30 Min Mentoring Session
By Bob Belderbos on 12 February 2020
The other day I had an awesome mentoring session with a beginner Pythonista, amazing what 30 min of screen sharing can do. Read on to learn more …
Introduction to Python Functions
By Julian Sequeira on 11 February 2020
In this article I’m going to break down what a function is and how you can use them to be a better coder.
How to Instantly Save 2-3 Hours a Day
By Bob Belderbos on 10 February 2020
imagine what an extra 2-3 hours a day can give you. Reading consistently for an hour a day in your field can change your career for the better. An hour of Python coding a day can land you a developer job over time. What about spending more time with your family?
Exploring the Mutpy Library and How PyBites Uses it to Verify Test Code
By Harrison Morgan on 9 February 2020
A while back we launched our Test Bites. In this follow up article Harrison explains the MutPy mutation testing tool in depth and how we use it to verify test code on our platform. Enter Harrison.
There’s no Wrong Way… to Eat a Bite of Py
By AJ Kerrigan on 27 November 2019
There are many ways to tackle a Bites of Py exercise, try them all!
From Webscraper to Wordcloud
By Cedric Sambre on 27 November 2019
After going through the web scraping learning paths, I decided to get my hands dirty and apply my freshly gathered knowledge on a real life project. I explain some difficulties you might encounter while scraping and I also show some libraries that can help you visualizing data you have obtained.