MAR 22, 2025
Comprehensive Guide to Compiling Python to Executable with Nuitka
An in-depth tutorial on using Nuitka to compile Python scripts into executables.
Ohidur — Articles
Articles on product, engineering, and design — shipped from real projects.
MAR 22, 2025
An in-depth tutorial on using Nuitka to compile Python scripts into executables.
MAR 22, 2025
Learn how to execute Python code directly in your web browser using the Brython library.
MAR 22, 2025
Learn how to use Python's ZipApp module to create executable archives.
MAR 22, 2025
A comprehensive guide to deploying a Django application on Heroku using PostgreSQL.
MAR 22, 2025
Learn how to use Python's pkg_resources to access files within a zip archive, including examples with image manipulation.
MAR 22, 2025
Learn how to configure the Python embeddable distribution on Windows with this step-by-step guide.
MAR 22, 2025
A comprehensive guide to effectively using the screen command in Linux terminals.
MAR 22, 2025
A step-by-step guide to deploying a Python application on Heroku using PostgreSQL.
MAR 22, 2025
Learn how to send emails with Python through Gmail, covering authentication and SMTP setup.
MAR 22, 2025
Learn how to implement caching in Python using built-in features, without any third-party libraries.
MAR 22, 2025
Learn how to obfuscate Python source code using PyArmor for code protection and licensing.
MAR 22, 2025
An in-depth guide to understanding variables and object-oriented programming terminology in Python.
MAR 22, 2025
Explore the various types of operators in Python programming.
MAR 22, 2025
Learn the basics of using Selenium with Python for web automation.
MAR 22, 2025
Learn how to use the reduce() function from the functools module to aggregate iterable elements into a single value.
MAR 22, 2025
Explore the standard format for JSON API responses, including examples of successful and failed requests.
MAR 22, 2025
Explore Python's context managers using the powerful Contextlib library.
MAR 22, 2025
Explore the basic syntax of Python programming, including execution modes, print function, identifiers, and more.
MAR 22, 2025
An in-depth guide to beginning your journey with Python programming, covering history, key features, comparisons between Python 2 and 3, and installation processes.