Coding
Coding
Technical guides, tutorials, and deep dives into software engineering. Building things and breaking them, so you don't have to.
28 articles
This Free AI Assistant Actually Does Your Work (ChatGPT Can't) | Moltbot Review 2026
Moltbot is a free, open-source AI assistant that runs on your computer and actually executes tasks. Unlike ChatGPT, it remembers everything and automates work.
The Vibe Coding Stack of 2026: Build Apps Without Experience
Best list of tools to help you build your own app in 2026 even if you do not know how to code.
How to Use FastAPI with Django ORM: Step-by-Step Tutorial (2025)
Combine FastAPI's speed with Django ORM's power. Follow this clear, step-by-step guide to build efficient APIs with a familiar database layer.
Mastering Python Comprehensions: Crafting Efficient and Readable Code
Master Python comprehensions effortlessly. From lists to generators, optimize code readability and efficiency with concise constructs.
How to read and write Sequential data gracefully in Python
Learn how to properly read and write sequential data for day-to-day software engineering in Python. Discover the differences between using a list and using a list efficiently.
Upload CSV Data To MongoDB
Learn how to import CSV data using Pandas and import that data to MongoDB using Python in a few steps.
Quick Guide to Object-Oriented Programming With Python
Learn about Class, Object and many other aspects of Object-Oriented Programming(OOPs) with Python. Everything you need to know about OOPs fundamentals.
Delete Files & Directories Using Python
Learn how to list files & directories using python. Understand how to delete files & directories using os and shutil modules in python.
Organize Any Files and Folders Using Python
Learn how to operate files using Python. Understand how to use OS and Path modules to get metadata, move files and create directories using Python.
Create and Use Functions in Python
Learn all about python functions. Understand different types of arguments one can pass. Understand different use cases of Python functions.
File Handling in Python
Learn basic file handling such as how to read, write, delete and append data into the file(s). Also, learn how to rename and move files using Python.
Modules and Packages in Python
Understand what are modules and packages in Python. Learn the difference between Modules and Packages and how to use them in real life.
Variables & Data Types in Python
Learn everything there is to know about variables and data types available in python and how you can use them in day-to-day development.
Conditions and Loops in Python
Easy way to learn about loops and conditions in Python. Learn about For and While loops Python. Explore if, elif and else conditional statements in Python.
Dive into Daunting Lists and Dictionaries in Python
Learn and understand how to use list and dictionary data types in Python. Understand List and Dictionary methods in Python.
Fun with Fantastic String Data Type in Python
Learn all in-built string manipulation methods in python. Learn how to reverse, split and replace the string in python.
Requests Library in Python
Learn basics of Requests Library for Python and how to interact with APIs. Understand core concepts of Requests module and passing authentication for APIs.
Introduction to Python
A step-by-step guide on how to install and verify python on Windows, Mac and Linux-based operating systems.
A Comprehensive Guide to Extract Tweets using Tweepy
This step-by-step guide will teach you how to extract Tweets based on Keywords, Hashtags, Usernames and Pagination using the Python library Tweepy.
Python 101 Series
Python 101 series will teach you all basics you need to get into Python world. Python series have all basic covered so you can at least do a google search.
Things You Should Do Before You Fail Any Technical Interview
Understand mistakes people made during technical interviews and learn how to overcome common mistakes. Best resources for technical coding interviews.
A Date With the Datetime Module in Python | Part - 2
How to get name of month and weekday using python. Learn and explore how to display in specific formats using strftime.
A Date With the Datetime Module in Python | Part - 1
How to get current date with month, year and day using python. Explore Datetime module in Python.
Top 3 Frontend Frameworks | How to Choose Right One?
Choosing the right web development framework can be very hard from top framework lists. Angular, React and Vue can be very intimating choices.
How to Get Data from the Twitter API in JavaScript
How to Get Data from the Twitter API using JavaScript? An easy to follow 3 steps guide for beginners to fetch any kind of data from Twitter.
How to Create and Publish a Package to npm Registry
Understand how to create and test the NPM package with detailed example. Learn how to create account on NPM registry and publish the NPM package.
Introduction to Twitter Search API
Learn how to use Twitter API's search endpoint and its different filter options. We will see how to fetch tweets based on name, keyword, hashtag and manymore.
How to Clean Data Using Pandas
Learn how to clean, format and process data using Python and Pandas for any AI or machine learning application.