top of page
Search


What is "__Name__" in Python?
"__name__" is a built-in variable in python that stores the name of the current module/script being executed. If the current module is...

The Tech Platform
Jun 13, 2022


The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...

The Tech Platform
Jun 10, 2022


Introduction to URL-Friendly NanoID
NanoID It is a tiny, secure, URL-friendly, unique string ID generator. Nano ID has a smaller size as compared to UUID. This size...

The Tech Platform
Jun 6, 2022


Best Python IDE
Python IDEs are essential tools for developers who work with Python. They provide a set of tools to write, test, and debug code, which...

The Tech Platform
Jun 2, 2022


11 Best Productivity Tools for Developers
Productivity tools for developers can easily save the day and make work faster, easier, and more efficient. They can also help relieve...

The Tech Platform
May 31, 2022


The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...

The Tech Platform
May 28, 2022


How to Create Executable Applications in Python
With auto-py-to-exe ,a project by Brent Vollebregt we can easily create our own executable Python applications. Underneath the GUI is...

The Tech Platform
May 26, 2022


Writing A Pandas DataFrame To A Disk File Or A Buffer
Overview: Pandas DataFrame class supports storing data in two-dimensional format using nump.ndarray as the underlying data-structure. The...

The Tech Platform
May 5, 2022


How to Read Strings From a .env File With Python, Express.JS, and Go
A .env, or environment file, is one of the essential files in a structured, secure programming project. You might've come across...

The Tech Platform
Apr 18, 2022


Top Python Projects for Beginners
Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van...

The Tech Platform
Mar 5, 2022
bottom of page
