Posts about Python

Follow this feed RSS

posted by Tanseer

While testing NGINX config files, my curiosity about its comprehension led me to explore the mechanics of HTTP, discovering its simple rules, inspiring me to explain what I learned in a blog post and construct a basic HTTP server from scratch in Python.

posted by Udit

Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.

posted by Tanseer

This post is a collection of the most common commands used to manage Redis instances.

posted by Udit

Trying out a lightweight asynchronous task queue as an alternative to Celery with Django

posted by Udit

Third part of the series covering how to get your django project into production

posted by Tanseer

In this post, you'll see 5 ways you can make your python loops more idiomatic, run faster and more memory efficient.

posted by Simeon

Fetching TV shows and movies metadata from Netflix

posted by Udit

Get your Django App ready for production

posted by Tanseer

Learn how to control the flow of program execution (if…else, loops, etc.), functions, Object-Oriented Programming, different usage and future of the language in the programming world.

posted by Tanseer

This post will give you an overview of python language, how to set it up and run python scripts on your machine.

posted by Udit

A post listing all the important Flask extensions to use in production.