생각해봅시다 (Mission1)
개발환경 설정은 잘 완료 하셨나요??
위에 어느 정도 설명 된 내용이지만 같은 조원들과 함께 파이썬이 어떤 언어인지 검색하고, 요약해주세요 밑에는 해당 내용에 대한 키워드를 chatGPT를 이용해서 얻어 봤습니다. 왜? 나는 파이썬을 이용해서 백엔드 공부를 시작하고 있는지에 대한 생각을 스스로 정의해 보도록 합시다.
내용은 팀원들과 함께 취합해보고 개인적으로 300자 내외로 작성해보도록 합니다.
A : Python is a popular high-level programming language that was first released in 1991. It was designed to be easy to learn and read, making it accessible to beginners and experts alike. Python is an interpreted language, meaning that code is run on the fly without needing to be compiled first. It is also a general-purpose language, meaning that it can be used for a wide range of tasks, such as web development, data analysis, scientific computing, artificial intelligence, machine learning, and automation.
Python's popularity is due to several factors, such as:
Ease of use: Python has a simple and easy-to-learn syntax, making it a great language for beginners to learn programming concepts.
Flexibility: Python's versatility means that it can be used for a wide range of tasks, from web development to data analysis.
Large community: Python has a huge and active community, which means that there are plenty of resources, libraries, and frameworks available to help you solve problems.
Readability: Python's code is easy to read and understand, making it easy to collaborate on projects and maintain code over time.
Portability: Python code can run on a variety of platforms, including Windows, Linux, and macOS, making it a highly portable language.
In summary, Python is a popular language because it is easy to learn, versatile, has a large community, is highly readable, and is portable across different platforms.
KeyWords : web development, data analysis, scientific computing, artificial intelligence, machine learning, and automation.
과제 주의사항
키워드를 적극 활용하면 좋지만, 어떠한 내용이든 상관없습니다.
모든 특징을 전부 다룰 필요는 없습니다. 왜? 라는 질문에 집중해서 생각해보세요
너무 어려운 말도 필요없습니다. 현재 이해가 가는 범위내에서만 정리를 해보도록 합니다.
해당 내용의 전체적인 시간 투자는 1시간이 넘지 않도록 하도록 부탁드립니다( 조사 30분, 취합 후 작성까지 30분 )
재미있게도 처음 받는 이 과제를 기술면접에서 받았던 기억이 있습니다. 파이썬의 특성을 파악하고 내가 왜 이것을 배우면 좋은지에 대해서 한번 더 생각해보는 시간이 될 수 있을 것이라고 생각합니다.
그리고 과정을 수료할때쯤에 예전에 써놓은 내용과 과정을 한번 다 수행한 후에 생각을 비교해보는 것도 재밌을 것 같네요.
Last updated