python

  • 20 August 2024

attrs in Python

Mastering Python's attrs Library: A Comprehensive Guide

Read more 
  • 04 August 2024

Production Readiness Checklist

A checklist for developers to ensure they are ready for production.

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 
  • 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 
  • 07 February 2023

A Guide to the Amazon Recruiting Process: What to Expect and How to Get Ready

Amazon Recruiting Process: my experience and what to expect.

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 
  • 07 December 2022

ChatGPT resources

ChatGPT resources: APIs, Apps, and other tools.

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 
  • 15 September 2022

Interview experience in Byjus

My experience and what I learned.

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 
  • 18 February 2022

JP Morgan & Chase interview questions and answers

My experience and what I learned.

Read more 
  • 30 December 2021

HCL interview experience

My experience and what I learned.

Read more 
  • 27 December 2021

Tech Mahindra interview questions

My interview experience with Tech Mahindra

Read more 
  • 20 December 2021

Sony interview questions

My interview experience with Sony

Read more 
  • 19 December 2021

Sungard AS interview experience

My experience and what I learned.

Read more 
  • 18 December 2021

Nvidia interview experience

My experience and what I learned.

Read more 
  • 04 December 2021

Scrape News website using Scrapy

How to use Scrapy to scrape news websites using Scrapy framework.

Read more 
  • 19 October 2021

Random Odia Name Generator

Generate random names in Odia language.

Read more 
  • 07 October 2021

Odia language detection

How to detect the language of an Odia text.

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 
  • 01 January 2020

Increase traffic flows to your Facebook page organically

My experience with managing the Odia Wikipedia Facebook page.

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 
  • 11 January 2019

Statistics about Odia Wikipedia

Statistics about Odia Wikipedia on users, edits, and pageviews

Read more 
  • 20 October 2018

Converting NL queries to RDBMS statements

How to convert natural language queries to relational database management system (RDBMS) statements.

Read more 
  • 20 October 2018

Optimize your Python code

How to optimize your Python code for better performance.

Read more