Python that anyone can learn, whether they are a liberal arts major or a non-major!
The first class in the curriculum, "Anyone Can Learn Python", is an introductory programming course for those with no programming/coding experience. Based on my experience with numerous classes taught to non-majors, this class focuses on the "story" and "principles" from the structure of a computer to how programs work and the role of programming languages in this process, allowing beginners to approach the unfamiliar concept of programming more familiarly. In addition, by adopting the Python language, which has recently been growing at an incredible rate, the barrier to entry for programming has been lowered even further, and when explaining the grammatical elements of the language, the focus is on "Why" and "How" rather than "What", so that it is not a simple grammar memorization class, but rather on real-world examples and practical applications. Based on the incorrect learning methods that beginners often use, it also covers tips on how you should view and learn programming in the future, and based on the trial and error I experienced while struggling and wasting time while teaching programming on my own in the past and the inner strength I gained from conducting offline classes for many years, it focuses on what beginners find difficult and how to convey it, so it will be of great help to those who are hesitant about getting started with Python.
- Unresolved
extension 설치 시 오류 문의
<img src="https://cdn.inflearn.com/public/files/posts/b0e6f523-2ff2-400a-9a7f-bab5f708793a/2a63b779-c05e-4afb-9db6-c31ee0ae344e.webp" media-type="img"
pythoneunjungkim1771
・
8 months ago
0
124
2
- Unresolved
아나콘다 윈도우즈 설치 시, 다른 설치만 보입니다.
<img src="https://cdn.inflearn.com/public/files/posts/e15c674c-9e14-453a-9167-00c75bf72a6b/346ebdea-b5bb-4808-be98-913696fdcf2f.webp" media-type="img"
pythonanaconda파이썬아나콘다윈도우즈eunjungkim1771
・
8 months ago
0
349
2
- Unresolved
모듈 스크랩파이 설치가 안됩니다
<img src="https://cdn.inflearn.com/public/files/posts/88b2d233-e901-4dec-be5f-6e79e9a87a19/6d7c6ac6-c1da-4121-9391-c24c4e3dd71f.png" media-type="img"
pythonescho04
・
0
126
1
- Unresolved
아나콘다 프롬프트에서 모듈이 실행이 안되어요
<img src="https://cdn.inflearn.com/public/files/posts/6e659d77-f340-4174-88d6-e611ee3fe49f/efc1a21b-52ef-4768-94f9-f8b3d8cb815b.png" media-type="img"
pythonwindowNo Author
・
0
244
2
- Unresolved
desktop이 없어서..
<img src="https://cdn.inflearn.com/public/files/posts/e5a35a4c-8bd7-4927-a81a-50bf7a64fce5/21306d56-54f3-40d8-b3a8-18e3a75f601b.png" media-type="img"
pythonhayeonu218891
・
0
121
1
- Unresolved
Continue 질문입니다
for k in range(10): if k continue print(k) elif k == 7: break이렇게 했을때는
pythonescho04
・
0
89
1
- Unresolved
%0이 짝수라는뜻인가요?
50%2를 하면 25인데 25일경우에는 0이 아닌데 이해가 잘 안되어서요그냥 %2=0이면 짝수라는 통용되는 개념인가요?
pythonescho04
・
0
112
1
- Unresolved
continue에 관해서 질문드립니다
for i in range(10): print(i) if i continue elif i == 7: break여기서 출력값이 0123
pythonNo Author
・
0
98
1
- Unresolved
사용자 파일 밑에 Anaconda 설치가 되지 않습니다.
Destination Folder 위치가 올바르게 설정되어 있었고 그대로 Next를 클릭했으나, 아래와 같은 창이 계속 나타납니다. 다시 프로그램을 다운로드 받아도 같습니다. 어떻게 해결할 수 있나요?<img src="https://cdn.inflearn.
pythonwiseye060197
・
0
286
1
- Unresolved
예외처리 구문
<img src="https://cdn.inflearn.com/public/files/posts/3d2b072f-e460-4b35-9727-39bfd9f6e491/a64dc146-c4f9-4e3c-b270-8404e9aef5dd.webp" media-type="img"
pythonlth1
・
0
80
1
- Unresolved
파이썬 모듈
<img src="https://cdn.inflearn.com/public/files/posts/43c9104f-840b-4b81-9916-31ad2cbba89d/15047ea4-0555-4cf0-a1af-a5016a7dc0bf.webp" media-type="img"
pythonlth1
・
0
122
2
- Unresolved
jupyter toc이 설치되지 않습니다.
jupyter toc을 설치하려고 anaconda prompt에 명령어를 입력했는데 노란색 글씨가 뜨면서 설치되지 않습니다. node도 깔아 놓았는데 뭐가 문제인건가요?
pythonajindglove13279616
・
0
102
1
- Unresolved
딕셔너리 문자 따옴표
딕셔너리 자료형에서 키를 문자로 쓸 때dict = { "my key" : 1, "your key" : 2} dict{'my key' : 1, 'your key' : 2} 결과에서 문자에 따옴표가 사라지지 않는데 왜
pythonlth1
・
0
89
1
- Unresolved
띄어쓰기를 꼭 언더바로 표시하는 이유가 있나요?
딕셔너리 키 값에 한글이나 영어로 값을 입력할때 띄어쓰기를 언더바로 표시 안해도 공백으로 해도 정상적으로 값이 입력이 되는데 꼭 언더바로 하는 이유가 있을까요?그리고 변수 값을 지정할때 강의에서 my_dict인 부분에서는 Eh 파이썬이 띄어쓰기 공백을 인식
pythonescho04
・
0
470
1
- Unresolved
자료를 다운받았는데 주피터에 뜨지않습니다
<img src="https://cdn.inflearn.com/public/files/posts/d55d8311-02af-4002-b650-0b853cb5668d/9630581f-c712-4c46-87b6-eb8ed72f6697.webp" media-type="img"
pythonescho04
・
0
167
2
- Unresolved
아나콘다 설치시에 jupyter lab이 안깔렸어요
jupyter notebook은 다운이 되었는데 lab이 없어요.. 그래서 실행이 안되는걸까요? 아나콘다 창에서 주피터 랩을 쳐서 실행시켜도 강의처럼 창이 안뜹니다.<img src="https://cdn.inflearn.com/public/files/pos
pythonescho04
・
0
296
1
- Unresolved
수업자료를 어떤 곳에 넣어야 하나요?
압축파일에 있는 자료를 관련 폴더에 다 넣어봐도 주피터에 뜨질 않습니다 ㅠ
pythonNo Author
・
0
240
1
- Unresolved
익스텐션 설치하면 아래와 같은 화면이 나옵니다
<img src="https://cdn.inflearn.com/public/files/posts/40d3c867-c558-4bb4-8932-02d9dd27674e/5d5d3ea8-e48f-4237-a3fc-54cc4f102401.png" media-type="img"
pythonleej002572972
・
0
210
2
- Unresolved
리스트
class_score = [30,20,10]class_score 라고 입력하니 아래와 같이 나오는데뭐가 잘 못 됐을까요?^^-----------------------------------------
pythonlarc15206772
・
0
159
1
- Resolved
수치 연산?
3 * 0.1을 계산하면, 0.3이 나오지 않습니다. 0.3이 나오게 하려면 어떻게 하나요?<img src="https://cdn.inflearn.com/public/files/posts/dba63139-34f8-4591-acdc-61793f035405/i
pythonjwbaek42177
・
0
168
1

