Blog

Filter posts by Category Or Tag of the Blog section!

Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
Metaprogramming in Python refers to the ability to write code that can modify or generate other code during runtime. It's a powerful technique that can be used for various purposes, such as code g...

Saturday, 02 September 2023
Python is widely regarded as one of the most suitable programming languages for AI and machine learning. You can work with a lot of programming languages and platforms to do AI jobs but Python is more...

Friday, 18 August 2023
Custom training loops in TensorFlow provide a flexible way to define and control the training process of your models. Instead of using the high-level fit() function, you have more control over the ite...

Monday, 03 July 2023
If you have worked with programming languages, you know that Functional programming is a programming paradigm that emphasizes the use of pure functions, immutable data, and function composition. Lambd...

Saturday, 03 June 2023
Python provides several libraries and features to handle concurrency, allowing you to execute multiple tasks concurrently and improve the performance of your applications. To demonstrate this concept,...

Wednesday, 15 March 2023
MAS (Microservice Architecture Style) is a design pattern used for developing software applications as a collection of small, independently deployable, and scalable services that communicate with each...

Monday, 06 March 2023
Sentry is an open-source issue-tracking tool designed to help developers monitor, diagnose, and fix errors in their applications. It is a cloud-based service that provides real-time error tracking and...

Sunday, 12 December 2021
ScyllaDB is a distributed NoSQL database that is designed to provide high performance and low latency. It is based on the Apache Cassandra project but is designed to be faster and more scalable. Scyll...

Sunday, 01 August 2021
Metaclasses in Python is a mechanism for creating classes dynamically. In Python, everything is an object, including classes. Classes are objects of type "type". In a similar way, "type...

Saturday, 10 October 2020
HMAC stands for "Keyed-Hash Message Authentication Code." It is a cryptographic algorithm that is used to verify the authenticity and integrity of a message or data. In HMAC, a secret key...

Saturday, 12 May 2018
I'm a Dot Net developer, but sometimes I jump on other programming languages and I think it helps me to comprehend my main field of activity easily. I was just working with the list in Python...

Saturday, 17 June 2017
In simple words, generators are a way of creating iterators. A generator is a function that returns an object that can iterate over in a fast, easy, and clean way. You can use it with a for a statemen...

Monday, 07 December 2015
In Python, the nonlocal keyword is used to access a variable defined in the nearest enclosing scope that is not the global scope. This means that it allows you to modify a variable that is defined in ...

Sunday, 18 January 2015
Just like most of the thirsty developers! I want to have some experience coding on different programming languages. I've decided to get started learning python. At the moment I don't know anyt...

Saturday, 07 December 2013