Learn by building, how we built our own collaboration tool in Django

Listen now: In this episode we tell the story about Pybites CMS, our new powertool we use to better streamline our business. We tell why we built it, how it was an opportunity for Julian to brush up his coding skills, how we applied the PDM philosophy of learning by building, scratching your own itch.… Continue reading Learn by building, how we built our own collaboration tool in Django

Are you overwhelmed by tutorial paralysis?

Tutorial Paralysis, information overload, hoarding and never completing online courses (How large are your Udemy and Coursera libraries?)… This is the pain we’re increasingly hearing about in conversations with developers and it’s more common than you may realise. It’s real, it’s crippling and it can make you feel like you’re going nowhere. Even if you do manage… Continue reading Are you overwhelmed by tutorial paralysis?

From Webscraper to Wordcloud

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.

Generating Beautiful Code Snippets with Carbon and Selenium

Did you notice our Python tips lately? They looks more sexy, don’t they? That’s thanks to Carbon which lets you create beautiful images of your source code. As much as I love its interface though, what if we can automate this process generating the image for us? That’s what we did and posting new tips to Twitter is now a breeze. In this article I will show you how using a bit of BeautifulSoup and selenium. Enjoy!