DEV Community

Cover image for Introduction To Modern Python
hannahwn
hannahwn

Posted on

Introduction To Modern Python

Python is currently being used for

  • Data analysis

  • Data science

  • Scripting

  • Embedded development

  • Server-side development

WHY CHOOSE PYTHON FOR PROGRAMMING?

1. Easy to learn and use
Python language is incredibly easy to use and learn for new beginners and newcomers. Due to its ease of learning and usage, python codes can be easily written and executed much faster than other programming languages.

2. Many frameworks and libraries
python has excellent libraries that you can use to select and save your time and effort on the initial cycle of development such as Django,Numpy and matplotib

3. Versatility, Efficiency, Reliability, and Speed
The python language is efficient, reliable, and much faster than most modern languages. The best thing about versatility of python language is that it can be used in many varieties of environments such as mobile applications, desktop applications, web development, hardware programming, and many more.

4. Automation
It is incredible to know that one can reach an advanced level of automation easily by just using necessary python codes. Python is the best performance booster in the automation of software testing also. One will be amazed at how much less time and few numbers of lines are required to write codes for automation tools.

Image description

For beginners here is the official python site to download python to you device[(https://www.python.org/)].Ensure to download the right python for your device and operating system.

You will need a code editor like[(https://code.visualstudio.com/)] that is open source and allows you download extensions.

Here is a link to a tutorial from beginner to Pro [(https://youtu.be/p15xzjzR9j0)]

Top comments (0)