Skip to content

Tutorial 1

Lee Burton edited this page Dec 1, 2022 · 11 revisions

Welcome to the python_tutorial wiki!

Installing Python

Introduction

Python is a scripting language that translates written programs directly into machine language when executed by the user. This is unlike other scripting languages, which usually have a compilation process before they can be run.

Over the years, the python language has become increasingly popular because the simplicity of language means it is relatively easy to get started, even for people with no background in programming. Python is also a free and open-source software that allows anyone in the community to develope and share packages with others over an internet connection. These packages have built over time to a very rich and powerful library for users to call upon, as we shall see by the end of this tutorial.

Installation

You can go to the official website to download python's installation package and you need to add python to your PATH in your process of installation.

Congratulations, you have learn some basic knowledge about python! Now you can move on to Tutorial 2

Clone this wiki locally