MAR 22, 2025
Understanding Python Variables
Learn about variables, data types, and basic operations in Python.
Ohidur — Articles
Articles on product, engineering, and design — shipped from real projects.
MAR 22, 2025
Learn about variables, data types, and basic operations in Python.
MAR 22, 2025
Learn about Python generators, their functionality, and usage with examples.
MAR 22, 2025
Learn how to customize a Tkinter window title bar and show a progress bar while downloading a file.
MAR 22, 2025
Dive into Python's magic methods with examples and explanations.
MAR 22, 2025
An overview of data types in Python, including scalar, sequence, mapping, and set types.
MAR 22, 2025
A comprehensive guide to using the map() function in Python with examples.
MAR 22, 2025
A comprehensive guide to programming the ESP8266 using MicroPython.
MAR 22, 2025
Explore the concept of recursion in Python with examples, including the calculation of factorials.
MAR 22, 2025
Dive into the world of numbers in Python, including integer, float, and complex types.
MAR 22, 2025
Learn to create and manage temporary directories and files using Python's tempfile module.
MAR 22, 2025
Learn about exception handling in Python, including try, except, else, and finally blocks.
MAR 22, 2025
Exploring the filter() function in Python with examples.
MAR 22, 2025
Explore how iterators and the iter() function work in Python with examples and explanations.
MAR 22, 2025
Explore a structured approach to mastering Python from basics to advanced concepts.
MAR 22, 2025
Learn about strings in Python, covering everything from basic syntax to advanced operations.
MAR 22, 2025
Explore the fundamentals of decision-making in Python programming with if, else, and elif statements.
MAR 22, 2025
Learn how to resolve time synchronization issues when dual booting between Windows and Linux.
MAR 22, 2025
Explore essential plugins, themes, fonts, and keyboard shortcuts for an enhanced VSCode experience.
MAR 22, 2025
Learn how to install, initialize, and manage Linux containers using LXD and LXC.
MAR 22, 2025
A comprehensive guide to automate email sending directly from Google Sheets using Google Apps Script.