본문 바로가기
AI/인공지능 필요 지식

초보 개발자를 위한 자료 정리 002 - Python이란?

by 몽돌리스트 2020. 1. 6.
반응형
왜 python인가?

 

Python For Beginners


Welcome! Are you completely new to programming? If not then we presume you will be looking for information about why and how to get started with Python. Fortunately an experienced programmer in any programming language (whatever it may be) can pick up Python very quickly. It's also easy for beginners to use and learn, so jump in!

 

보통 저 처럼 프로그래밍에 익숙하지 않은 

초보자에게도 충분히 매력적인 언어라고 적혀있네요 : )

 

다른 것들을 찾아봤을 때,

제 스스로 느끼기에도, 충분히 쉽게 배울 수 있는 부분이 있습니다.

물론, 여기서 '배운다'라는 것이 상대적이지만 말이죠.


Installing

Installing Python is generally easy, and nowadays many Linux and UNIX distributions include a recent Python. Even some Windows computers (notably those from HP) now come with Python already installed. If you do need to install Python and aren't confident about the task you can find a few notes on the BeginnersGuide/Download wiki page, but installation is unremarkable on most platforms.

 

아무래도 초보자에게도 쉽다고 자랑하는(?) 언어이다 보니,

많은 platform들 에서도 작동하는 것을 볼 수 있습니다.

 


Learning

Before getting started, you may want to find out which IDEs and text editors are tailored to make Python editing easy, browse the list of introductory books, or look at code samples that you might find helpful.

 

여기서 중요한게 어떤 'IDE'와 'text editor'를 찾아야 할까요.

이것들은 Python을 조금 더 쉽게 수정할 수 있도록 해줍니다.

 

또한 커뮤니티가 활성화되어 있기 때문에,

많은 정보들은 쉽게 찾을 수 있어요!

 


Looking for Something Specific?

If you want to know whether a particular application, or a library with particular functionality, is available in Python there are a number of possible sources of information. The Python web site provides a Python Package Index (also known as the Cheese Shop, a reference to the Monty Python script of that name). There is also a search page for a number of sources of Python-related information. Failing that, just Google for a phrase including the word ''python'' and you may well get the result you need. If all else fails, ask on the python newsgroup and there's a good chance someone will put you on the right track.

 

그리고 만약 파이썬과 관련된 무언가를 찾고자 한다면

그냥 편하게 구글에서 검색하면 다 찾으실 수 있을거에요 : )

어떤 것을 주로 쓰는지, Particular application  이 있는지, 혹은 만약 원하시는 기능이 있으시다면 그 기능을 가진 library를 찾을 수 있어요!

 

자, 이제 파이썬으로 들어가봅시다 : )

 

 

 

 

 

 

 

 

 

반응형

댓글