Bitperi(Periklis Gkolias)

Productivity tips and coding for thriving people

Asyncio, the invincible

TL;DR / Intro Async programming is the new sexy when it comes to multitasking. It became famous with NodeJS but you can find libraries that support it in most major languages. For example in Python, the two most famous approaches are the usage of Tornado Web Server and the built-in library asyncio. For today we will do an introduction to the latter, as it has gone through tons of iterations and improvements lately and it is ready to charm people with its intuitive approach. Continue reading

Django by example(Antonio Mele) - book review

Disclaimer: At the time of starting to write this article, the next version of the book under review, has not been published yet. If you want to read the newest version, you can find it here Many people don’t have enough time to research for a book. I think such articles could help people, accelerate their (correct)decision. That’s why I decided to write this article. This is a quick and dense review of Django by example by Antonio Mele Continue reading