Simple way to install Python in Windows 10 & 11

Python Installation in Windows 

Programmers can use Python to create standalone programs or scripts and use python framework and  libraries to perform specific tasks such as data processing, statistical modeling, machine learning, and scientific computing. Here is a quick tutorial to install python in Windows to get started now.

Watch this quick video to install python in Windows 10 and 11.

Crontab Examples

Using crontab some times can get little confusing due to the field names, values, syntax, redirection. Learn crontab with different examples for each fields, you can use with minor modifications or create new ones based off these examples

Continue reading “Crontab Examples”

What does 2>&1 mean in shell ?

Linux and Unix shell redirections are very useful in command line and shell scripting to redirect and collect errors and outputs. Standard output and standard errors are used a lot but still there is lot of confusion about the meaning, actual execution and correct way to utilize it. learn about 2>&1 redirection with examples to use in your scripts and commands.

Continue reading “What does 2>&1 mean in shell ?”