Member-only story
Learn To Code In Python For Testing Automation-Part 1
8 min readMay 11, 2022
There are many reasons why you should learn Python, not only just if you want to become an automation tester.
- Python is 1 of the easiest programming languages to learn
- Has a large number of frameworks such as Pytest & Selenium
- Python is an Object-Oriented Programming language and can be used for web development, back end development
- Can be used for machine learning and AI
- Diverse libraries
- Free and open source
Now let’s start the process. There will be follow up articles, but this one will focus on
- Installing Python
- Installing Code Editor
- Variables and data type
- Receiving and printing input and output to and from the console
- Converting variables to different data types
Installing Python
Before we can do anything we must install Python. Navigate to https://www.python.org/downloads/ and download the latest version of Python for your operating system.