파이썬
알고리즘 참조
1. 알고리즘 인터넷으로 공부할 수 있는 위키형식 사이트 수학인듯 과학아닌 공학같은 컴퓨터과학/알고리즘 기초 문서의 내용이 너무 쉬워서 오늘부터 프로그래밍 할 수 있을 것 같습니다. librewiki.net 2. 정렬, 트리 시각화 후 순차적으로 볼 수 있는 곳 visualising data structures and algorithms through animation - VisuAlgo VisuAlgo is free of charge for Computer Science community on earth. If you like VisuAlgo, the only "payment" that we ask of you is for you to tell the existence of VisuAlgo to oth..
-11일차- Everything in Python is Object
코드와 결과물은 깃허브에 있습니다 GitHub - dlfrnaos19/FundamentalOfMachineLearning: Machine Learning study notes Machine Learning study notes. Contribute to dlfrnaos19/FundamentalOfMachineLearning development by creating an account on GitHub. github.com 파이썬 문서에서 강조하고 한번 더 강조하는 문구가 있다 This is so important that I'm going to repeat it in case you missed it the first few times: everything in Python is an object. S..