Python 3 - Introduction

 

 Python 3 - Introduction


Python is a general programming language that can be used for Machine Learning/AI, Web Development, Software development etc. It is a widely used programming language and has a lot of support on the internet on websites such as Stack Overflow. If you want to start out with programming, this is the language to learn. This language is beginner-friendly and is towards the English language. Coding will help you in logical thinking. You will create programs, games, GUIs(Graphical User Interfaces) etc. 

But learning python on the internet is difficult. You have to keep browsing on the internet, find code, and browse for some good tutorials. And sometimes those tutorials might not be beginner-friendly. This tutorial is specially designed for people who are just starting out with programming

Prerequisites:

1. No prior programming experience is needed.
2. A laptop/desktop is required with enough storage available to download Python

We will learn how to install it and work with python. We will also see which text/code editor to use. 

Comments

Popular posts from this blog

Python 3 - Setup and Installation for Windows and Mac

Python 3 - Your First Python Program!