Course Python for Life 1

Hello people! I present for you the newest course. Its name is Python For Life. This course will help you to learn this programming language. So, in this introduction, I’ll show to you some things about the language and in the next lesson, we’ll work with it.


Now, a resume about Python programming language history.


Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy that emphasizes code readability (notably using white space indentation to delimit code blocks rather than curly brackets or keywords), and a syntax that allows programmers to express concepts in fewer lines of code than might be used in languages such as C++ or Java. The language provides constructs intended to enable writing clear programs on both a small and large scale.

Python was conceived in the late 1980s, and its implementation began in December 1989 by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to the ABC language (itself inspired by SETL)[30]capable of exception handling and interfacing with the operating system Amoeba. Van Rossum is Python's principal author, and his continuing central role in deciding the direction of Python is reflected in the title given to him by the Python community, Benevolent Dictator For Life (BDFL).

Source: https://en.wikipedia.org/wiki/Python_(programming_language)

Now, I have somethings to talk with you.

Choose the option that correspond to your situation.

Python is a language that comes per-installed in operation system as Linux or MAC OS X. For verified in your system, type ‘python3’ (without apostrophe) in Terminal or equivalent. If you don’t have, so I recommend to make download.

This case is too for Windows Microsoft users. Windows doesn’t have python pre0installed, so we need make download of it. So visit this page: https://www.python.org/ how you can see below:

Steep 1.


Steep 2.


After you made download, so install it. In the next lesson, we’ll work with the interpreter. Share this course with your friends and see you later.

Comentários

More Famous Posts

Course C Initial 7th – Training with Math

Course C Initial – 3rd Variables Part. 1

Course Python For Life 3 – Input Command