반응형

코딩/파이썬 3

[데이터캠프] 문과생 비전공자 파이썬 공부하기 Day 3

연달아 금방 끝냈는데 3일차 포스팅이 너무 늦어버렸다. 간략히 빨리 진행하도록 해야지~ Operations with other types Hugo mentioned that different types behave differently in Python. When you sum two strings, for example, you'll get different behavior than when you sum two integers or two booleans. In the script some variables with different types have already been created. It's up to you to use them. 다른 유형을 사용한 작업 휴고는 파이썬에서는 다른 타입이 다..

코딩/파이썬 2021.06.17

[데이터캠프] 문과생 비전공자 파이썬 공부하기 Day 2

데이터캠프 파이썬 공부 2일차.. 여기 티스토리 말고 네이버 블로그에 전에 소개한 적이 있던 solo learn으로 파이썬 공부하는 것보다 데이터캠프로 공부하는 게 더 재밌는거 같다. PC로 4분활 화면으로 봐서 그런가 ㅎㅎ 아무튼 2일차 시작 Variable Assignment In Python, a variable allows you to refer to a value with a name. To create a variable use =, like this example: x = 5 You can now use the name of this variable, x, instead of the actual value, 5. Remember, = in Python means assignment, it d..

코딩/파이썬 2021.05.21

[데이터캠프] 문과생 비전공자 파이썬 공부하기 Day 1

문과생 출신이며 정확히는 외국어문계열이다. 비전공자인 내가 30대 후반이 되어서 뒤늦게라도 코딩을 배우는 이유는 무엇일까? 일단, 만들어보고 싶은 프로그램이있고 요즘, 혹은 앞으로 코딩은 필수일 듯 해서이다. 아무튼 꾸준히 한번 익혀봐야할듯하다 ㅠ Any comments? Something that Hugo didn't mention in his videos is that you can add comments to your Python scripts. Comments are important to make sure that you and others can understand what your code is about. To add comments to your Python script, you can ..

코딩/파이썬 2021.05.20
반응형