Arul's Blog Posts
Codeforces Bark to Unlock Problem in Python and C++
My Python and C++ solutions for the Codeforces Bark to Unlock problem 868A. Includes the problem solving logic and speed benchmarks.... continue reading
My Python and C++ solutions for the Codeforces Bark to Unlock problem 868A. Includes the problem solving logic and speed benchmarks.... continue reading
{ updated: 2024-01-27 23:59:59 }
Codeforces Key Races Problem in Python and C++
My Python and C++ solutions for the Codeforces Key Races problem 835A. Includes the problem solving logic and speed benchmarks.... continue reading
My Python and C++ solutions for the Codeforces Key Races problem 835A. Includes the problem solving logic and speed benchmarks.... continue reading
{ updated: 2024-01-26 23:59:59 }
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 }
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 #9