owenUse Tuple in PythonIn Python, the tuple is an immutable, ordered collection of elements. Tuples are similar to lists, but tuples cannot be modified after…May 18May 18
owenSave and modify data in the ListIn Python, lists can contain various data types, including Integers, Floats, Strings, and Booleans.Apr 28Apr 28
owenWhy I learn PythonIn a previous system project, I required tools to manage devices spread across different regions and automate various tasks, including…Apr 19Apr 19
owenMarkdown tool to draw flow chartsSuppose you look for the chart tool to draw a flow chart, Gannt chart, and Sequence Diagram.Apr 14Apr 14
owenUsing Python to accomplish the task of “drawing lots”Choose something everyone likes, drawing lots. Choose something everyone dislikes, drawing lots.Apr 5Apr 5
owenUse six steps to boot up OpenWrt on your device.Before using it, we need to configure the config and compile the firmware.Mar 31Mar 31
owenOne-liner command to start a basic HTTP serverYou can create a simple HTTP service in Python using the http.server module, which is part of the standard library.Mar 30Mar 30
owenThe easiest way to use Python without installation.Python is one of the most popular programming languages and can accomplish many tasks. The most straightforward and widely used method to…Mar 29Mar 29
owenWhat is OpenWrtOpenWrt is an open-source firmware project that provides a Linux-based operating system for embedded devices like routers, access points…Sep 23, 2023Sep 23, 2023