본문 바로가기
Develope_ML/03_Kaggle

단국대 2020 캐글 뽀개기 2강 환경 설정 필기

by 스타트업_디벨로퍼 2020. 12. 18.

01_공지

02_GitHub 소개

03_Python 환경 설정

-> 이미 모두 설치하였음. 

04_터미널 소개

 

www.youtube.com/watch?v=861NAO5-XJo&ab_channel=KagglerTV

guides.github.com/activities/hello-world/

 

Hello World · GitHub Guides

The Hello World project is a time-honored tradition in computer programming. It is a simple exercise that gets you started when learning something new. Let’s get started with GitHub! You’ll learn how to: Create and use a repository Start and manage a n

guides.github.com

missing.csail.mit.edu/

 

The Missing Semester of Your CS Education

The Missing Semester of Your CS Education Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there’s one critical subject that’s rarely covered, and is instead left to students to figure out on their

missing.csail.mit.edu

missing.csail.mit.edu/2020/course-shell/

 

Course overview + the shell

Course overview + the shell Motivation As computer scientists, we know that computers are great at aiding in repetitive tasks. However, far too often, we forget that this applies just as much to our use of the computer as it does to the computations we wan

missing.csail.mit.edu

missing.csail.mit.edu/2020/shell-tools/

 

Shell Tools and Scripting

Shell Tools and Scripting In this lecture, we will present some of the basics of using bash as a scripting language along with a number of shell tools that cover several of the most common tasks that you will be constantly performing in the command line. S

missing.csail.mit.edu

missing.csail.mit.edu/2020/editors/

 

Editors (Vim)

Editors (Vim) Writing English words and writing code are very different activities. When programming, you spend more time switching files, reading, navigating, and editing code compared to writing a long stream. It makes sense that there are different type

missing.csail.mit.edu

missing.csail.mit.edu/2020/data-wrangling/

 

Data Wrangling

Data Wrangling Have you ever wanted to take data in one format and turn it into a different format? Of course you have! That, in very general terms, is what this lecture is all about. Specifically, massaging data, whether in text or binary format, until yo

missing.csail.mit.edu

missing.csail.mit.edu/2020/version-control/

 

Version Control (Git)

Version Control (Git) Version control systems (VCSs) are tools used to track changes to source code (or other collections of files and folders). As the name implies, these tools help maintain a history of changes; furthermore, they facilitate collaboration

missing.csail.mit.edu

 

반응형