Red Security
Tutorial Python 1: Python for begineers - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: Programming (https://redsecurity.info/cc/forumdisplay.php?fid=5)
+--- Forum: Python (https://redsecurity.info/cc/forumdisplay.php?fid=9)
+--- Thread: Tutorial Python 1: Python for begineers (/showthread.php?tid=7878)



Python 1: Python for begineers - Covid-19 - 04-15-2022

Intro to series:

         Hi there, I’m Covid. Here I will be sharing the series of python tutorials for beginners. Which will help you a lot as a beginner, but this can be useful for developers as well. In this post It is a brief intro to Python. If you find it useful don’t forget to comment with a heart down Thank you and enjoy your journey of coding.

Intro to Python:


          Python has become one of the most popular languages in the world in recent years. It is a general-purpose language and can be used to create any kind of software. It is not specific for only special problems. A survey conducted by industry analyst firm RedMonk found that it was the second-most popular programming language among developers in 2021. Python isn't only for programmers and data scientists. Learning Python can open new possibilities for those like journalists, small business owners, or social media marketers. Python can also enable non-programmers to simplify certain tasks in their lives.

Here are just a few of the tasks you could automate with Python:
  • Keep track of stock market or crypto prices
  • Send yourself a text reminder to carry an umbrella anytime it’s raining
  • Update your grocery shopping list
  • Renaming large batches of files
  • Converting text files to spreadsheets
  • Randomly assign chores to family members
  • Fill out online forms automatically


Now Let’s look at the factors which makes the python so much popular among programmers and non-programmers
  • Simple syntax
  • Versatility (Means can be used for many different tasks)
  • Beginner friendly
  • Open source
  • Large and active community


(In next post we will making our first program in Python..... "Keep Learning and Keep exploring")

("Allah Hafiz" and "Good Bye" Till the next post )