python(28)
-
Interactive Learning Sites for Python
1. codecademy http://www.codecademy.com/learn | Codecademy Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends. www.codecademy.com 2. Bento http://www.bento.io/ Bento - Learn to code and be a self-taught expert developer Curated tutorials on over 200 web technologies to make you an self-taught expert developer. Learn to code with languag..
2021.03.25 -
금융데이터이해와 분석 with python
1. 브라우저 기반 인터랙티브 파이썬 환경, IPython 2. 수치데이터 처리, NumPy 3. 다차원 구조화된 데이터 분석, pandas 4. 증권분석 가. 기본분석 나. 기술분석 다. 정서분석
2021.03.25 -
Python 기초
1. 파이썬 표준 라이브러리 가. 내장함수 docs.python.org/3/library/functions.html Built-in Functions — Python 3.9.2 documentation Built-in Functions The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order. abs(x) Return the absolute value of a number. The argument may be an integer, a floating poin docs.python.org 나. 표준 라이브러리 ..
2021.03.24 -
파이썬 강의 자료
1. 파이썬 강의자료, 소스코드 파이썬Python 강의에 사용되는 소스코드Source Code와 강의 자료들을 모은 repository 입니다 github.com/yunho0130/Python_Lectures yunho0130/Python_Lectures 파이썬Python 강의에 사용되는 소스코드Source Code와 강의 자료들을 모은 repository 입니다. - yunho0130/Python_Lectures github.com 2. 맹윤호 님 파이썬 강좌 유튜브 www.youtube.com/channel/UCSIsVRwCR9dbUXS7KUXX8JQ 맹윤호TV 본 채널은 맹개발의 개발이야기를 중심으로 일상과 강의에 대한 내용이 올라오는 채널입니다. 개발자라면 피할 수 없는 영어와 투자관련 영상도 올..
2021.03.24