programming

  • 20 July 2022
  • /images/posts/codetiming.webp

Aggregate Code timing in Python

Group by the code timings in Python using codetiming library.

Read more 
  • 17 May 2022
  • /images/posts/python-vs-golang-vs-rust.webp

Python vs Golang vs Rust

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

Read more 
  • 04 December 2021
  • /images/posts/scrape-news-website-using-scrapy.webp

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
  • /images/posts/cache-heavy-computation-functions-with-timeout.webp

Cache heavy computation functions with a timeout value

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

Read more 
  • 25 November 2020

Code Refactoring

A guide to code refactoring: when and how to refactor your code effectively

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
  • /images/posts/python-nested-for-loop-list-comprehension.webp

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 
  • 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 
  • 11 January 2019
  • /images/posts/statistics-about-odia-wikipedia.webp

Statistics about Odia Wikipedia

Statistics about Odia Wikipedia on users, edits, and pageviews

Read more 
  • 20 October 2018
  • /images/posts/converting-nl-queries-to-rdbms-statements.webp

Converting NL queries to RDBMS statements

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

Read more 
  • 20 October 2018
  • /images/posts/optimize-your-python-code.webp

Optimize your Python code

How to optimize your Python code for better performance.

Read more 
  • 07 January 2016
  • /images/default.webp

Static and Dynamic Call in COBOL

Static and Dynamic Call in COBOL. What is the difference between static and dynamic call in COBOL? When to use static call and when to use dynamic call?

Read more