What if you could control a little circuitboard with a bunch of IO’s, integrated WiFi and a camera slot on board?
Cedric Sambre
Cedric has been passionate about computers for as long as he can remember. He started working as a service provider in 2010 and still loves doing what he does. When he's not working, soldering or programming, he likes to pick-up a guitar or play video games.
Analyzing covid-19 data with pandas and matplotlib
By Cedric Sambre on 13 July 2020
One moment I was solving a pandas challenge, next I was analyzing real world covid-19 data with python…
How to Write a Guest Article for PyBites
By Cedric Sambre on 26 February 2020
Hello Everybody! In this article I’ll run through the procedure of using git and github to submit a guest article to PyBites.
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!
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.