Python - Getting Started with Programming
2022. 1. 2. 10:48ㆍPython/Python 프로그램 시작
반응형
Python - Getting Started with Programming
- Python is a dynamic typing, object-oriented programming language.
Python is a high-level, general-purpose, multi-platform, interpreted language.
The design goal of the Python language is to focus on programmer productivity and readability of code.
Python is oriented towards minimalism. One of the most striking features is that it does not use semicolons (;) and parentheses ({}), but instead uses indentation.
Python was first created by Guido van Rossum and first published in 1991.
Python is currently divided into 2.x and 3.x versions. The two versions are not compatible, and according to the official Python documentation, it is recommended that new programmers start with Python 3.
Python was created to compensate for design flaws in programming languages and to make code cleaner.
Python is maintained by a large number of voluntary contributors around the world and is open source software.
Python is an ideal language for those who want to learn a programming language.
Start
Example
print('Hello world!')
This code outputs the result below.
Hello world!
Learn the basics of Python on the next page.
There is a small honey gain income as passive income, so please check the contents below as well~^^
(Refers do not receive $5, so be sure to click on it for your own benefit.)
https://r.honeygain.money/OLIVE47A16
If the material was helpful, please subscribe and like it on YouTube Onya TV below!
https://www.youtube.com/channel/UCKEjO6sQJjlyzbHGeqd3hKg
Copyright 2021. beauty886699.tistory.com
반응형