I write about finance and economy, software, Motivation, Business, and Health
-
This Python function synchronizes the contents of one folder to another using the robocopy command. Ready-to-use Python function to sync data from one folder to another: Write your main code as a sample below, The output of the code is,…
-
How to get Clipboard data?
Install the following module(s) if you haven’t installed them already: This Python function provides a convenient way to get the content of the clipboard. The clipboard content can be read as text or list items. The ready-to-use Python function to…
-
How to make Lemon Rice?
Lemon rice is a popular dish in South Indian cuisine that is made by mixing cooked rice with lemon juice, spices, and sometimes nuts or vegetables. The dish is known for its bright yellow colour and tangy, citrusy flavour. The…
-
How to make Curd Rice?
Curd rice, also known as thayir sadam in South India, is a popular dish in Indian cuisine. It is typically made by mixing cooked rice with yogurt (curd) and then adding various spices, vegetables, and sometimes fruit to enhance the…
-
How to sort the Python list with an index
Ready-to-use Python function to sort the list with an index: Write your main code as a sample below, The output of the code is, This function sorts a given list (li1) based on a specified order (idx) by creating a…
-
Why executable files converted from Python code is larger?
There are several reasons why executable files converted from Python can be larger in size than original source code size: It’s worth noting that the size of an executable package can vary depending on how it is created and what…
-
How to prepare Tomato rice?
Tomato rice is a popular and flavorful South Indian dish made from cooked rice, tomatoes, and a blend of aromatic spices. It is a one-pot meal that is easy to prepare and can be served as a main course or…
-
How to choose Sovereign Gold Bond (SGB) Vs Gold ETF
Sovereign Gold Bond (SGB) and Gold ETFs such as Goldbees are two popular investment options for those who want to invest in gold. This article will guide you in choosing which one to choose for investment since both have their…
-
Find a string within HTML text
Ready-to-use Python function to find a string in an HTML text: Write your main code as a sample below, The output of the code is, This Python function find_string_for_webscrap takes in four parameters: The function first initializes the output character…
-
Library of small Python custom functions
A quick Python function to browse a folder: Write your main code as a sample below, A sample output of the code is, How does the function work? The Python function browse_open_folder_directory does not take any arguments, but it opens…
Join 900+ subscribers
Stay in the loop with everything you need to know.