2023-05-18 공부방
브리핑 주제
공부방에서 무엇을 얻어갈 것인가에 대한 토의, 구체적으로 말하는거임.
나는 첫 대화때 "파이썬으로 가슴뛰는 일을 하고싶다" 라고 아주 보편적인 이야기를 했다.
하지만 왜 가슴이 뛰어야 하는지, 어떻게 해야 가슴이 뛰는지는 아직 제대로 파악하기 어려웠다. 따라서 약간의 조사가 필요하다.
딱 한달 전 pytube
모듈을 사용하여 만든 유튜브 다운로더를 만들었을 때의 가슴뜀을 재현할 수 있을까? 무엇을 해야 동기부여가 될까?
일반적인 백엔드 프로젝트만으로는 성이 차지 않는다. ==왜 하는건데?==가 채워져야만 한다.
빙챗한테 파이썬으로 무엇을 할 수 있는지 물어봤다.
Python is a versatile and popular programming language that can be used for a wide range of tasks. Some examples of what you can do with Python include:
- Data analysis and machine learning: Python has become a staple in data science, allowing data analysts and other professionals to use the language to conduct complex statistical calculations, create data visualizations, build machine learning algorithms, manipulate and analyze data, and complete other data-related tasks ¹.
- Web development: Python can be used to build websites ¹.
- Automation or scripting: You can automate many tasks with Python. For example, you could keep track of stock market or crypto prices, send yourself a text reminder to carry an umbrella anytime it’s raining, update your grocery shopping list, rename large batches of files, convert text files to spreadsheets, randomly assign chores to family members or fill out online forms automatically ¹.
- Software testing and prototyping: Python can be used for software testing and prototyping ¹.
- Everyday tasks: Since it’s relatively easy to learn, Python has been adopted by many non-programmers such as accountants and scientists for a variety of everyday tasks like organizing finances ¹.
These are just a few examples of what you can do with Python. There are many more possibilities!
Source: Conversation with Bing, 5/16/2023
(1) What Is Python Used For? A Beginner’s Guide | Coursera. https://www.coursera.org/articles/what-is-python-used-for-a-beginners-guide-to-using-python.
(2) 57 Fun (and Unique) Python Project Ideas for Beginners in 2023. https://www.dataquest.io/blog/python-projects-for-beginners/.
(3) What Can I Do With Python? – Real Python. https://realpython.com/what-can-i-do-with-python/.
What
- [ ]