tracks
파이썬 프로그래밍
수천 개의 회사에서 학습자들에게 사랑받는 제품입니다.
2명 이상을 교육하시나요?
DataCamp for Business 사용해 보세요트랙 설명
파이썬 프로그래밍
필수 조건
파이썬 프로그래밍 기초Chapter
If you've ever seen the "with" keyword in Python and wondered what its deal was, then this is the chapter for you! Context managers are a convenient way to provide connections in Python and guarantee that those connections get cleaned up when you are done using them. This chapter will show you how to use context managers, as well as how to write your own.
Chapter
보너스Decorators
Decorators are an extremely powerful concept in Python. They allow you to modify the behavior of a function without changing the code of the function itself. This chapter will lay the foundational concepts needed to thoroughly understand decorators (functions as objects, scope, and closures), and give you a good introduction into how decorators are used and defined. This deep dive into Python internals will set you up to be a superstar Pythonista.
Chapter
Now that you understand how decorators work under the hood, this chapter gives you a bunch of real-world examples of when and how you would write decorators in your own code. You will also learn advanced decorator concepts like how to preserve the metadata of your decorated functions and how to write decorators that take arguments.
Course
효율적인 코드 작성법을 익혀 불필요한 오버헤드를 피하고, 빠르게 실행되며 자원을 능숙하게 할당하도록 하십시오.
Course
모듈화, 문서화, 자동화된 테스트에 대해 알아보고 데이터 과학 문제를 더 빠르고 안정적으로 해결하는 데 활용하세요.
Course
pytest와 unittest로 Python 테스트를 마스터하세요. 다양한 기법을 배우고 체크를 작성해 오류 없는 코드를 보장합니다.
Course
객체 지향 프로그래밍(OOP)의 기본 개념을 발견하고, 사용자 정의 클래스와 객체를 구축해 보세요!
Project
Review a data analysis workflow for adherence to Python standards and best-practices.