Arul's Blog Posts
How to access and update environment variables in Python
This article shows you how to set, retrieve and modify environment variables using Python. Python uses the os.environ module for handling environment variables.... continue reading
This article shows you how to set, retrieve and modify environment variables using Python. Python uses the os.environ module for handling environment variables.... continue reading
{ updated: 2024-01-25 23:59:59 }
Convert Binary, Octal, Decimal and Hexadecimal Numbers using Python
How to convert between the four number systems - binary, octal, decimal and hexadecimal using Python. bin(), oct(), hex(), int() functions.... continue reading
How to convert between the four number systems - binary, octal, decimal and hexadecimal using Python. bin(), oct(), hex(), int() functions.... continue reading
{ updated: 2024-01-24 23:59:59 }
How to Delete Connections on LinkedIn Without Them Knowing
Tutorial on how to delete existing connections on LinkedIn without them knowing and without your visit being recorded as a profile visit.... continue reading
Tutorial on how to delete existing connections on LinkedIn without them knowing and without your visit being recorded as a profile visit.... continue reading
{ updated: 2024-01-23 23:59:59 }
Python Underscore _ Variable
Learn about the underscore variable in Python and where it is used. It is used as an ignore variable. Underscores are also used in variable names and reserved method names.... continue reading
Learn about the underscore variable in Python and where it is used. It is used as an ignore variable. Underscores are also used in variable names and reserved method names.... continue reading
{ updated: 2024-01-20 23:59:59 }
ACSL Bit-String Flicking and Bitwise Operations
Bit-string flicking in ACSL is the performing of bitwise operations on binary numbers. NOT, AND, OR, XOR, LSHIFT, RSHIFT, LCIRC, RCIRC.... continue reading
Bit-string flicking in ACSL is the performing of bitwise operations on binary numbers. NOT, AND, OR, XOR, LSHIFT, RSHIFT, LCIRC, RCIRC.... continue reading
{ updated: 2024-01-18 23:59:59 }
Sending Asynchronous Requests in Python with asyncio and aiohttp
Tutorial on how to send asynchronous HTTP requests using the asynchio and aiohttp modules in Python 3.10 and greater. This code is different from that of previous versions.... continue reading
Tutorial on how to send asynchronous HTTP requests using the asynchio and aiohttp modules in Python 3.10 and greater. This code is different from that of previous versions.... continue reading
{ updated: 2024-01-10 23:59:59 }
How to Use the jq Command for JSON Processing
Tutorial on how to use the jq command for processing JSON input. Includes curl and jq commands for getting URLs of photos taken by the Mars Perseverance Rover.... continue reading
Tutorial on how to use the jq command for processing JSON input. Includes curl and jq commands for getting URLs of photos taken by the Mars Perseverance Rover.... continue reading
{ updated: 2024-01-06 23:59:59 }
Apple AirTag Review
This is a review of the Apple AirTags almost a year after we got a pack of 4 AirTags and made several trips, domestic and international. I highly recommend the AirTag tracker.... continue reading
This is a review of the Apple AirTags almost a year after we got a pack of 4 AirTags and made several trips, domestic and international. I highly recommend the AirTag tracker.... continue reading
{ updated: 2024-01-04 23:59:59 }
Generate Random Data using Python
Article on how to generate various types of random data using Python. In our examples we will use Python 3.12, but any Python above 3.6 should do.... continue reading
Article on how to generate various types of random data using Python. In our examples we will use Python 3.12, but any Python above 3.6 should do.... continue reading
{ updated: 2024-01-02 23:59:59 }
Python One-Liners to Make your Programs More Efficient
Python one-liners to make your programs more efficient and concise.... continue reading
Python one-liners to make your programs more efficient and concise.... continue reading
{ updated: 2023-12-26 23:59:59 }
Page #7