본문 바로가기
IT World/Python

Python Training Day3&4. Numbers, Strings, Lists

by 닷라인웨이 2022. 12. 7.

어제는 개인 사정이 있어 본의 아니게 Python 문제 푸는 것을 하지 못하였다. 대신, 오늘 2개를 풀어본다.


Chapter 2. Variables and Types (learnpython.org)

 

Numbers
Python supports two types of numbers - integers(whole numbers) and floating point numbers(decimals). (It also supports complex numbers, which will not be explained in this tutorial).

 

Strings
Strings are defined either with a single quote or a double quotes.

 

 

Chapter 3. Lists (learnpython.org)

 

Lists

Lists are very similar to arrays. They can contain any type of variable, and they can contain as many variables as you wish. Lists can also be iterated over in a very simple manner.

 

 

 

 

 


오늘 남기고 싶은 사설

 

스타트업은 아무 체계 없이 그냥 아무렇게나 막 일하는 곳에 붙이는 명칭이 아니다. 기본적인 일하는 방식에 대한 규칙과 매뉴얼이 있어야 한다. 2명이 일해도 체계가 있고 혁신을 추구한다면 그건 스타트업이다.

 

가장 실력 없는 강사는 A-Z까지 모두 던져주고 '나는 다 알려줬으니 니들이 알아서 공부하고 난 돈만 받을게'하는 사람이다. 정리를 끝장나게 잘해서 명확히 전달하는 족집게 스타 강사가 괜히 인기가 많은 게 아니다.

 

할많하않!

댓글