Jashan

Jashan

Jashan has written production code in multiple languages, with a particular focus on Python and R for data-heavy applications. Debugging late-night production issues shaped his opinions on maintainable code. His writing draws on real projects like automation scripts and data pipelines, helping programmers build habits that hold up under real deadlines.

59 Articles

Conditional Statements in Python
By Jashan | August 11th, 2026

Conditional Statements in Python

Does it ever cross your mind that the way some programs operate is similar to the way humans think? In Python, conditionals are used to make program logic responsive at run time by having multiple "paths" or outcomes based on a specific set of conditions being met. Conditional statements can be used in the "real world" of application development in many ways including logging into systems, which helps in processing payments, validating data and more...

Continue Reading
Sanic Framework
By Jashan | August 11th, 2026

Introduction to Sanic Web Framework - Python Tutorial

In case you’re a developer that creates APIs with Flask or FastAPI, you may not know about Sanic. From building high concurrency APIs and applying best practices for optimizing async work flows, I have firsthand knowledge of how much latency is reduced...

Continue Reading
Selenium Tutorial
By Jashan | August 11th, 2026

Best Selenium Tutorial For Beginners

Selenium is one of the most widely popular and well-known open-source software testing frameworks. It is used extensively to automate web apps, functional testing, performance testing and regression testing..

Continue Reading
What is NumPy
By Jashan | August 11th, 2026

What is NumPy?

NumPy is one of the first tools you will want to learn even if you are just getting started with data science or trying to speed up your code. It is a powerful Python library made for fast numerical computing. You can work with arrays, do complex..

Continue Reading
data structures in python
By Jashan | August 11th, 2026

Python Data Structures

Data structure is a basic concept in computer science. It systematically puts in order and preserves data in the computer's memory. It is like a blueprint which explains how data elements can be preserved. Data structures in Python play..

Continue Reading
python developer skills
By Jashan | August 11th, 2026

Python Developer Skills You Must Have in 2026

If you are looking to start a career in coding, then the one language you can consider is Python. Becoming a programmer with Python knowledge and skills will help you establish your career as a coder in no time..

Continue Reading
Classes and Objects in Python
By Jashan | August 11th, 2026

Python Classes and Objects

Code clarity, reusability and modularity are the necessities in software development. Python gives us powerful tools to achieve these and at the heart of this lies object oriented programming (OOP). Central to OOP are classes and objects that let us bundle..

Continue Reading
Exponents in Python
By Jashan | August 11th, 2026

Exponents in Python: A Comprehensive Guide for Beginners

Hearing the word ‘exponents’ might remind you of math class, but here in Python, they’re everywhere. Whether it is finance and physics or data science, exponents show up everywhere. Python makes exponentiation easy with..

Continue Reading
Best Programming Languages
By Jashan | August 11th, 2026

20 Best Programming Languages To Learn in 2026

If you are just starting out in the field of software development, then the one question that you must find the toughest is where to begin. But the intensity of 'what to learn' does not reduce as you gain more..

Continue Reading
python data types
By Jashan | August 11th, 2026

Python Data Types

Python Data Types refer to a classification of certain specific kinds of data. There are different bases on which these data types in Python are categorized. To become a professional in this field, it is important to..

Continue Reading
What is Object Oriented Programming (OOP)
By Jashan | August 11th, 2026

What is Object-oriented Programming?

Have you ever wondered how complex softwares like video games, banking apps or social media platforms works smoothly and efficiently? This is all because of Object-Oriented Programming (OOP). It is one of a kind programming approach..

Continue Reading
What are Python Packages
By Jashan | August 11th, 2026

Python Packages

In today’s fast-paced world of software development, writing code is just the beginning. As projects grow larger and more complex, getting lost in tangled modules or duplicate logic becomes a serious risk. That’s where Python packages come in..

Continue Reading
python regular expressions regex
By Jashan | August 11th, 2026

Python Regular Expressions: Your Ultimate Guide

Imagine you are sifting through a massive log file, hunting for error messages buried in thousands of lines of text. Or maybe validating user emails in a web app, ensuring they are not just any string but the real deal. Use regular expressions..

Continue Reading
mendix interview questions
By Jashan | August 11th, 2026

Top Mendix Interview Questions and Answers

Mendix is a globally used high-productivity, all in one rapid app development platform. This one platform alone is enough to aid developers in creating and improving multi-channel apps easily, continuously and quickly. When you set out..

Continue Reading
What are Programming Languages
By Jashan | August 11th, 2026

What are Programming Languages?

The internet has become an inseparable aspect of our lives with more websites, applications and games than ever. Each of these were mere ideas that came to life through programming languages. An answer to what are programming languages..

Continue Reading
CherryPy Framework in Python
By Jashan | August 11th, 2026

Introduction to CherryPy: A Python Web Framework

The CherryPy framework is helpful in quickly developing small Python web applications without having to go through the hassle of setting up anything. It’s relatively lightweight and flexible for you to use as your first project into creating a web application...

Continue Reading
What is Laravel
By Jashan | August 11th, 2026

What is Laravel?

Laravel is a powerful PHP framework based on MVC (Model View Controller) architecture. It helps developers write clean and simple code. This framework provides ready-made features such as authentication, database handling and page routing. It is easy to learn and also suitable for large projects....

Continue Reading
Python Global Variables
By Jashan | August 11th, 2026

Global and Local Variables in Python

Global Variable in Python gives an efficient way of defining and accessing data in programming. Understanding how to use it is a must skill for developers. Do you know ‘what is a global variable in Python?’ This article aims to give...

Continue Reading
what is python
By Jashan | August 11th, 2026

What is Python?

Python can be referred to as a jack-of-all-trades coding language. Coders love it for its easy-to-read style and its no-fuss approach. Guido van Rossum dreamed it up back in '91, and it has taken off remarkably..

Continue Reading
Python Program to Check Armstrong Number
By Jashan | August 11th, 2026

Python Program to Check Armstrong Number

Finding Armstrong numbers using Python code is one of the popular exercises for Python interviews. It is asked to test your skills on number theory problems. Do you know what armstrong numbers are and how to find them using Python programs? No problem, we will learn everything in this guide....

Continue Reading
How To Learn Python
By Jashan | August 11th, 2026

How To Learn Python?

Python is the reigning name on the list of the world's top programming languages. From its years-ago use in web development to more contemporary uses in ML, data science and automation, Python has come a long way.

Continue Reading
golang interview questions
By Jashan | August 11th, 2026

Golang Interview Questions And Answers

Google launched its own programming language in 2009- Go. Now commonly referred to as Golang (amalgamation of Go and language), it offers efficient concurrency handling and high performance..

Continue Reading
Python frameworks for web development
By Jashan | August 11th, 2026

Top Python Frameworks for Web Development

Are you curious how developers build full-fledged web applications using Python? Maybe you’re a beginner, data analyst or IT professional who knows Python and now wants to branch into web development. The best thing is that you don’t need to begin..

Continue Reading
Introduction To Python
By Jashan | August 11th, 2026

Introduction To Python (Learn Basics)

Python can be referred to as a jack-of-all-trades coding language. Coders love it for its easy-to-read style and its no-fuss approach. Guido van Rossum dreamed it up back in '91, and it has taken..

Continue Reading
What is Django
By Jashan | August 11th, 2026

What is Django?

Django is a web framework written in the Python programming language that helps developers build websites very efficiently and rapidly. It includes various built-in features such as user login, database access and security that allow you not to have to create the code that implements these features yourself...

Continue Reading
how to install r
By Jashan | August 11th, 2026

How to Install R on Windows, Mac OS X, and Ubuntu?

The R programming language is one of the most popular programming languages in the data science field. It has secured the top sixth position in PYPL PopularitY from the past few years. This has made it a must..

Continue Reading
Web2py
By Jashan | August 11th, 2026

Learn Web2py Python Framework

Web2Py is an extremely flexible Python web-based framework that allows rapid development of safe and scalable web applications in an efficient manner. Based upon my experience in creating web applications, I have used web2Py for about 4+ years...

Continue Reading
Online R Compiler
By Jashan | August 11th, 2026

Online R Compiler (Run R Code Online)

An Online R Compiler allows you to write, run, and test R programs directly in your browser without installing R or RStudio on your computer. It provides a convenient environment for learning R programming, statistical computing, and data analysis....

Continue Reading
Features of python
By Jashan | August 11th, 2026

Top Python Features You Need to Know

As we all know, Python is the most popular and high-level programming language, which is being used in every corner of the world. It has rapidly grown due to its rich features, libraries, simplicity, readability..

Continue Reading
How to Install Python
By Jashan | August 11th, 2026

How to Install Python?

Python is one of the most used programming languages these days. It is now the number one coding language in 2026 according to the TIOBE Index. There are many reasons..

Continue Reading
Total Results - 59
×

Your Shopping Cart


Your shopping cart is empty.