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

Implementation of downloading a file using Django and Pandas with information about HTTP Response.

posted by Udit

Describes how to implement custom token model and authentication backend in Django Rest Framework

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 Udit

Find out how I fixed my permissions after I imported my data

posted by Simeon

Fetching TV shows and movies metadata from Netflix

posted by Udit

Find out about outdated python packages on your system.

posted by Tanseer

In this blog, I will show you how to convert B64 encoded image to Django ImageField object.

posted by Tanseer

In this post, I'll be showing how you can add custom header to response in Django.

posted by Udit

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

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 detailed post describing how to add tagging functionality to your django app

posted by Tanseer

Learn to use Selenium to scrape data from Javascript rendered sites.

posted by Udit

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