python

  • 20 August 2024

attrs in Python

Mastering Python's attrs Library: A Comprehensive Guide

Read more 
  • 29 July 2024

Basic Python interview questions and answers for beginners

A few questions and answers for interviewers to check someone's basic python knowledge.

Read more 
  • 25 July 2024

Semaphores in Python Async Programming Real-World Use Cases

Use semaphore to avoid rate limit from OpenAI

Read more 
  • 25 May 2024

Patching a memory leak

Patching a memory leak in Python with Flask server.

Read more 
  • 18 March 2024

Usage of 'else' in Python

How the 'else' keyword in Python works and its different uses.

Read more 
  • 05 October 2023

PyCon India 2023: Insights from the CFP Workgroup

PyCon India 2023 CFP Workgroup timeline and insights

Read more 
  • 27 September 2023

An Analysis of PyCon India 2023 Proposals

An Analysis of PyCon India 2023 Talk Proposals

Read more 
  • 31 March 2023

Garbage Collection in Python

How to use garbage collection in Python to manage memory efficiently.

Read more 
  • 25 March 2023

__repr__ in Python

How to use __repr__ in Python to create a human-readable representation of an object.

Read more 
  • 18 March 2023

@property in Python

Python's @property decorator is used to define getter and setter methods for a class attribute.

Read more 
  • 08 March 2023

How to validate a JSON in Python

How to validate a JSON in Python using JSON Schema.

Read more 
  • 04 March 2023

10 Best Practices for your Python code

10 Best Practices for your Python code

Read more 
  • 26 February 2023

10 Python Libraries Every AI/ML Developer Should Know

Python Libraries Every AI/ML Developer Should Know to get ahead in the field.

Read more 
  • 22 February 2023

Autoincrement ID Support in SQLAlchemy

Autoincrement ID Support in SQLAlchemy library for Python in MySQL.

Read more 
  • 26 December 2022

Understanding Python's Pre-Constructed Exceptions for Beginners

Understanding Python's Pre-Constructed Exceptions for Beginners: How to use try/except blocks to handle exceptions.

Read more 
  • 10 December 2022

The Importance of Backward Slashes in Python and How to Use Them

The importance of Backward Slashes in Python and how to use them

Read more 
  • 05 December 2022

Usage of forward slash (/) in Python

Usage of forward slash (/) in Python and how to use it

Read more 
  • 01 December 2022

Factory Design Pattern

Factory Design Pattern: Creational Pattern for creating objects.

Read more 
  • 07 November 2022

Learn Python Programming

Materials to learn Python programming.

Read more 
  • 20 July 2022

Aggregate Code timing in Python

Group by the code timings in Python using codetiming library.

Read more 
  • 17 May 2022

Python vs Golang vs Rust

Comparison of Python, Golang, and Rust based on performance and code-timing.

Read more 
  • 19 October 2021

Random Odia Name Generator

Generate random names in Odia language.

Read more 
  • 31 July 2021

Usage of the Underscore(_) in Python?

Usage of the Underscore(_) in Python and how to use it

Read more 
  • 25 November 2020

Cache heavy computation functions with a timeout value

How to cache heavy computation functions with a specific timeout value.

Read more 
  • 25 November 2020

Python double/nested for loop list comprehension

Python double/nested for loop list comprehension: How to use list comprehension to create a new list from an existing list.

Read more 
  • 25 November 2020

Cool Python tricks you are not using, but you should.

Nice little tricks in Python: Ternary operator, Short Circuit, Comprehension, etc.

Read more 
  • 25 November 2020

Download YouTube videos or only audios through this library

Use youtube-dl to download YouTube videos or only audios.

Read more 
  • 25 November 2020

Python double/nested for loop list comprehension

Python double/nested for loop list comprehension: How to use list comprehension to create a new list from an existing list.

Read more 
  • 25 November 2020

Sharing file among devices through Python

How to share files among devices on the same network through Python.

Read more 
  • 25 November 2020

5 usages of an asterisk (*) in Python

5 usages of an asterisk (*) in Python

Read more 
  • 26 June 2020

Pycon India 2019 CFP group

The Inside Story of How We Selected 30 Talks from 280+ Proposals for Pycon India 2019

Read more 
  • 28 July 2019

Extracting Parallel-text pairs from Wikipedia

How to extract parallel English-Odia text pairs from Wikipedia.

Read more 
  • 31 March 2019

Circuit Breaker Pattern

Circuit Breaker Pattern: Design Pattern for handling failure in distributed systems.

Read more 
  • 02 March 2019

Why should you use PySpark?

Business requirement, Spark's architecture, and other benefits.

Read more 
  • 20 October 2018

Optimize your Python code

How to optimize your Python code for better performance.

Read more 
  • 02 February 2018

Run Nginx with Flask in Windows OS

How to run Nginx with Flask in Windows OS.

Read more