본문 바로가기
728x90
반응형

Python/Basic7

Microsoft Training 시스템 이용하기 (1) Microsoft 사에서 엔지니어를 위한 학습 시스템을 제공한다. 학생의 경우 간단한 인증을 통해 무료 학습이 가능한데, 학습의 폭이 굉장히 넓다. Data Science, DevOps, ML, AI 등의 다양한 분야에서의 학습을 지원한다. 이 글은 내 학습 업적을 공유할 목적으로 작성한다. 2023-11-13 # 1. Visual Studio Code에서 Python 시작 https://learn.microsoft.com/api/achievements/share/ko-kr/07599371/PT6VHKV4?sharingId=7F48E7B9D18A9AE3 Visual Studio Code에서 Python 시작 learn.microsoft.com - Back To Basic 정신으로 Python부터 가볍게 .. 2023. 11. 13.
Jupyter Notebook 을 통한 Python Tutorial 파일 with Github https://github.com/HanPU-Code/Python_Tutorial_With_Jupyter GitHub - HanPU-Code/Python_Tutorial_With_Jupyter: Python tutorial and Data processing code using Jupyter notebook Python tutorial and Data processing code using Jupyter notebook - GitHub - HanPU-Code/Python_Tutorial_With_Jupyter: Python tutorial and Data processing code using Jupyter notebook github.com Python Tutorial을 위한 코드 파일이다. Githu.. 2023. 9. 14.
Anaconda를 통한 Python 설치 및 Jupyter Notebook 실행 - Python이란? 프로그래밍 언어. C와 비교해서 문법이 굉장히 간단하고 import를 통해 많은 일을 수행할 수 있다. 딥러닝, 머신러닝 등의 전반적인 데이터 사이언스 분야에서 사용한다. -Anaconda 란? Python 및 PyCharm, Jupyter 등 다양한 tool을 한 번에 설치, 관리할 수 있는 통합 패키지. 나는 데이터 사이언스를 위해 파이썬을 배우고 있어서 Jupyter Notebook을 이용할 예정이다. 아나콘다를 사용하면 이후 딥러닝을 배울 때 사용되는 PyCharm, Pytorch 등을 깔끔하게 관리할 수 있어 보인다. -Anaconda 설치 https://www.anaconda.com/download Free Download | Anaconda Anaconda's open-.. 2023. 9. 14.
728x90
반응형