Python - Getting Started with Programming

2022. 1. 2. 10:48Python/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

 

Passive Income - Effortlessly | Honeygain

Honeygain is the first-ever app that allows users to make money online by sharing their internet connection.

www.honeygain.com

If the material was helpful, please subscribe and like it on YouTube Onya TV below!

 

 

https://www.youtube.com/channel/UCKEjO6sQJjlyzbHGeqd3hKg

 

ONYA TV 오냐TV

오늘의 인터뷰 오냐TV 입니다. 벤처 또는 신규 기업, 새롭고 다양한 것을 생생하게 인터뷰 하는 오냐TV 채널 입니다. 새로운 상품이나 서비스 등 소개를 '유튜브'에서 전달하고 있고, "오냐TV" 영상

www.youtube.com

 

Copyright 2021. beauty886699.tistory.com

반응형