#python-beginner
Read more stories on Hashnode
Articles with this tag
Most of the high level languages such as Java,C/C++ have special main method defined as the execution entry point. This tells interpreter where to...
Its holiday season every where and we don't want to open laptop and system all the time when travelling and enjoying our personal time. In this post,...
There are many ways to monitor and set alerts for your web server using third party apps but they don't come with free, be it Pingdom or Amazon's...
This post has been updated to include changes to support Linux operating system as well. So you can use this code to change desktop background in both...
In this post we are going to see how we can use Python to find the size of any file and folder. We will check how many files we have inside a folder...
Before going into fork, lets understand what is process. A process in computer term is a program being executed currently by a computer. Each process...