


As you learn Python throughout this course,
there are a few things you should keep in mind.
First, unlike languages like SQL,
Python is case sensitive,
meaning these two words mean two different things.
Second, spacing is important in Python.
Since it isn’t very heavy on syntax like other languages,
it relies a lot on spacing,
which can be confusing at first,
but really nice and clean when you get the hang of it.
Third, there will be times you get errors in this course.
Keep in mind, errors don’t make you a bad programmer.
It’s just a computer telling you it doesn’t understand.
Use error messages to help you learn how to write code
that can be interpreted the way you wish. Let’s get started.
이 과정을 통해 파이썬을 배우면서,
명심해야 할 몇 가지 사항이 있습니다.
첫째, SQL과 같은 언어와 달리,
파이썬은 대소문자를 구분하며,
이 두 단어는 두 가지 다른 것을 의미합니다.
둘째, 파이썬에서는 간격이 중요합니다.
다른 언어들처럼 문법이 무겁지 않기 때문에,
간격에 많이 의존합니다.
처음에는 혼란스러울 수 있지만,
그러나 당신이 그것을 걸었을 때 정말 멋지고 깨끗합니다.
셋째, 이 과정에서 오류가 발생할 때가 있습니다.
오류가 당신을 나쁜 프로그래머로 만들지는 않는다는 것을 명심하십시오.
컴퓨터가 이해할 수 없다고 말하는 것뿐입니다.
오류 메시지를 사용하여 코드 작성 방법 배우기
그것은 당신이 원하는 대로 해석될 수 있습니다. 시작하자.
Programming In Python
As you learn Python throughout this course, there are a few things you should keep in mind.
- Python is case sensitive.
- Spacing is important.
- Use error messages to help you learn.
Let’s get started!
파이썬 프로그래밍
이 과정을 통해 Python을 배울 때 염두에 두어야 할 몇 가지 사항이 있습니다.
파이썬은 대소문자를 구분합니다.
간격이 중요합니다.
학습에 도움이 되도록 오류 메시지를 사용하십시오.
시작하자!
댓글을 달려면 로그인해야 합니다.