07Apr
Related Post
26Feb
Creating Real-Time API with Beautiful Soup and Django REST Framework
In this post, we will use Beautiful Soup and Django REST Framework to create real-time API by crawling data. At the end of this tutorial, you’ll be able to turn any website into an API.
13May
Understanding Python Decorators and How to Use Them Effectively
Python decorators are a super handy and flexible aspect of the language, and I think that getting the hang of them is crucial for any Python programmer. Decorators let you adjust the behavior of functions or classes while they’re running, all without messing with their original code.
02Aug
How I Built an Admin Dashboard with Python Flask
In this article, I will share the how I built an admin dashboard. I will give a step by step guideline on how I built this application with Python Flask, MongoDB and Heroku.