Learn how Python can help us with mundane tasks by automating repetitive tasks.
Continue ReadingHow to send emails with just a few lines of code with Yagmail in Python
Learn how to send emails from a Gmail account in just a few lines of code with Yagmail.
Continue ReadingHow to send beautiful emails with attachments (yes, cat pics too) using only Python
Learn how to send emails using Python. We will learn how to send beautiful HTML-based emails with attached files using just Python.
Continue Reading#100DaysOfCode, 3rd round | Python, Flask, Django and more
Time to start a new good old #100DaysOfCode. And now, it is time to Python and its frameworks: Flask, Django, DRF and more!
Continue ReadingShould you use Medium or dev.to?
Medium or dev.to, which one should you use as a blogging platform? What are the pros and cons of each one?
Continue ReadingHow to add a progress bar to Python with tqdm
Learn how to add a cool progress bar to your Python process and iterations just in seconds! How often are you doing Machine Learning iterations, long calculations or process that take a lot of time, with Python, and you have…
Continue ReadingCreating Text-To-Speech with Python and gTTS
Creating Text-to-speech mp3’s with Python is fun. And easy! Learn how to do it with the gTTS library and just a few lines of code.
Continue ReadingPython Scrapy tutorial for beginners – 04 – Crawler, Rules and LinkExtractor
In our last lesson we scraped the whole website. Today we are going to learn a tool that is going to make our Web Scraping tasks even easier: Crawler Spider
Continue ReadingPython Scrapy tutorial for beginners – 03 – How to go to the next page
On our last lesson we managed to extracted all the data from each book on the main page. Now, it is time to learn how to go to the next page with Scrapy.
Continue ReadingWhat it is a T-Shaped developer (And why you should be one)
Full Stack, Frontend, Backend, Specialist, Jack-of-all-trades…You have heard them almost every day. But what it is a T-Shaped Developer?
Continue Reading