I write about finance and economy, software, Motivation, Business, and Health
-
Mushroom biryani is a vegetarian version of the popular Indian biryani dish. It is typically made with fragrant long-grain basmati rice, seasoned with spices and herbs, and cooked with sliced mushrooms. The dish is prepared by saunteing onions, spices, and…
-
How to make Mutton Biryani?
Mutton biryani is a popular Indian rice dish that is made with tender pieces of mutton (goat meat) cooked in a blend of aromatic spices and layered with fragrant basmati rice. The dish is typically slow-cooked on a low flame…
-
How to make Vegetable Biryani
Vegetable biryani is a popular rice dish in Indian cuisine that is made with aromatic basmati rice, mixed vegetables, and a blend of spices. It is a flavorful and healthy dish that is perfect for vegetarians or anyone who wants…
-
How to prepare Chicken Biryani?
Chicken biryani is a South Asian rice dish that is made with aromatic basmati rice, marinated chicken, and a variety of spices. It is a popular and flavorful dish that is often served at weddings, festivals, and other special occasions.…
-
How to Sync data from one folder to another
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…
Join 900+ subscribers
Stay in the loop with everything you need to know.