Uploaded by moti한지석

Practice for Week 3(2024)

advertisement
More About Python
1. Share any personal coding tips you have for coding in Python. If you don't
have any, then search the internet to find and introduce some useful tips to
the classmates. (Focus on genuinely useful tips that people might not be
aware of…)
2. Python is known for its diverse and useful modules, which is a significant
advantage. Choose one module and provide more than five example codes
that utilize it, explaining the functionalities or utilities offered by the module.
(Avoid too simple and typical modules or function...)
Examples) PyQt5, Django, Flask, Twisted, NLTK, Pyglet, Pygame, Pillow, …
3. Let's implement a program in Python that seems useful, even if it's
something simple. For example, a program that recommends eateries by
MBTI type, a feature search for cafes, or a graduation credit calculation
program, etc. Share the implemented program through the open board on
the LMS, including a user manual.
Python에 대해서 더 알아보자
1.
Python으로 코딩할 때 사용하는 나만아는 꿀팁이 있다면 소개해보자. 그런거 없다면 인
터넷 검색등을 통해서 조사한다음 유용한 팁들을 소개해주자. (진짜로 유용하다고 생각되
는 것들 별로 사람들이 몰랐을 거 같은 것들…)
2.
Python에서는 다양하고 유용한 module들이 많다는 장점이 있는데, 모듈 하나를 선정해서
해당 모듈을 활용하는 예제 코드를 5개 이상 제시하고, 해당 모듈이 제공하는 기능이나
활용도를 설명해보자. (너무 뻔하고 식상한 module 말고…)
예시) PyQt5, Django, Flask, Twisted, NLTK, Pyglet, Pygame, Pillow, …
3.
Python으로 뭔가 유용해보이는 프로그램을 하나 구현해보자. 간단한 것이라도 유용해야
한다. 예를 들어, MBTI별 양덕 맛집 추천 프로그램. 양덕 카페별 특징 검색, 졸업 학점 계
산 프로그램 등… 구현한 프로그램을 LMS 열린 게시판을 통해서 공유해보자. (사용 매뉴
얼 동봉)
Download