파이썬 시작하기

목차


  • Getting Started
  • Machine Learning / Deep Learning
  • Best Textbooks For Python
  • Free Courses for Python
  • Best Machine Learning with Python Books
  • Free Courses for Machine Learning

  • Python은 객체 지향 고급 프로그래밍 언어입니다. 최근 몇 년 동안 세계에서 가장 인기 있는 프로그래밍 언어 중 하나가 되었습니다. 기계 학습에서 웹 사이트 구축 및 소프트웨어 테스트에 이르기까지 모든 분야에서 사용됩니다.

    Python은 간단한 구문, 모듈 및 라이브러리, 크고 활발한 커뮤니티 때문에 인기가 있습니다. 매우 다재다능하며 초보자에게 친숙하고 오픈 소스입니다. 경력 경로에는 개발자, 데이터 분석가, 데이터 과학자, 윤리적 해커, 소프트웨어 엔지니어, 클라우드 설계자 등이 포함됩니다.

    시작하기



    먼저 Pythondownload the latest release이 필요합니다.

    옵션 1:




    즉시 모드에서 Python 실행

    명령줄에 python를 입력하면 Python 코드를 직접 입력할 수 있는 즉시 모드에서 인터프리터가 호출됩니다. 종료하려면 quit()를 입력하고 enter를 누릅니다.

    >>> 1 + 1
    2
    >>> quit()
    


    옵션 2:




    통합 개발 환경(IDE)에서 Python 실행

    Python 스크립트 파일을 실행하려면 확장자가 .py인 파일을 저장해야 합니다. 파일에서 프로그램을 실행하려면 시스템에 따라 명령줄에 python [filename].py 또는 python3 [filename].py를 입력할 수 있습니다.

    python3 hello_world.py
    


    축하해요! Python으로 첫 번째 프로그램을 작성했습니다! 다음은 Python의 구문에 대해 자세히 알아볼 수 있는 몇 가지 유용한 링크입니다.
  • w3schools
  • codeacademy
  • freeCodeCamp
  • coursera

  • 인기 있는 Python용 IDE는 다음과 같습니다.
  • Visual Studio Code
  • Pycharm

  • SublimeVim
  • Atom
  • Eclipse



  • Python을 사용한 기계 학습 및 딥 러닝



    Python으로 딥 러닝을 시작하는 데 관심이 있는 경우 다음과 같은 몇 가지 사전 요구 사항을 알고 싶을 수 있습니다.
  • 기본 수학 ( calculus , probabilitylinear algebra )
  • 베이직 파이톤
  • 베이직 statistic
  • 베이직 machine learning

  • Python을 위한 최고의 교과서


  • Python Crash Course
  • Automate The Boring Stuff with Python
  • Learning Python
  • Head-First Python
  • Elements of Programming Interviews in Python
  • Python Cookbook

  • Python을 위한 무료 과정


  • Introduction to Computer Science and Programming Using Python
  • Introduction to Python Programming
  • Learn Python 3 from Scratch
  • Python for Beginners
  • Getting Started with Python
  • Python for Absolute Beginners
  • Python Data Structures
  • Computing in Python III: Data Structures

  • 기계 학습을 위한 책


  • Introduction to Machine Learning with Python
  • Deep Learning with Python
  • Hands-On Deep Learning Algorithms with Python
  • Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow
  • Deep Learning for the Life Sciences
  • Deep Learning for Coders with Fastai and PyTorch

  • 기계 학습을 위한 무료 과정


  • Machine Learning with Python
  • Machine Learning with Python: A Practical Introduction
  • Machine Learning in Python (Springboard)


  • 좋은 웹페이지 즐겨찾기