데이터 분석가

유용한 사이트 정리 본문

다양한 자료 정리

유용한 사이트 정리

PlintAn 2023. 4. 18. 19:23

1.깃허브

코드의 모든 것

https://github.com/

 

GitHub: Let’s build from here

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

github.com

2.코드튜터

코드 작동 순서 

https://pythontutor.com/visualize.html#mode=edit

 

Python Tutor code visualizer: Visualize code in Python, JavaScript, C, C++, and Java

Please wait ... your code is running (up to 10 seconds) Write code in Python 3.6 C (gcc 9.3, C17 + GNU) C++ (g++ 9.3, C++20 + GNU) Java 8 JavaScript ES6 ------ Python 2.7 [unsupported] Visualize Execution hide exited frames [default] show all frames (Pytho

pythontutor.com

3.인프런

각종 교육

https://www.inflearn.com/courses/data-science/data-analysis?skill=tableau 

 

Tableau 강의 - 추천순 Tableau 온라인 강의 | 인프런

관심 있는 강의가 있다면 지금 당장 시작하세요! 인프런은 언제나 당신의 성장을 응원합니다. - 학습하기 | 인프런

www.inflearn.com

4.엘리시

사이트 생성

https://yelsh.com/

 

Yelsh

 

yelsh.com

 

 

5.v3 school

웹 코드 연습 사이트

https://www.w3schools.com/python/python_datetime.asp

 

Python Dates

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

6.테크노 컬쳐

스타트업 뉴스 모음

https://techcrunch.com/

 

TechCrunch | Startup and Technology News

TechCrunch | Reporting on the business of technology, startups, venture capital funding, and Silicon Valley

techcrunch.com

7.아톰 패키지

https://docs.google.com/document/d/e/2PACX-1vQNuhDC5pFXEVVNGasvddKuDHEXnqR033lsSD5tLA9NiEdHrsYM4MXVEXja2RnBgsCxK6XEo6YkMOFI/pub

 

Atom Packages

Atom Packages Recommended atom-ternjs Adds code intelligence to Atom. https://atom.io/packages/atom-ternjs autoclose-html-plus Will help you automatically close HTML tags. https://atom.io/packages/autoclose-html-plus emmet Adds code expansion to Atom. http

docs.google.com

9.데보라

API 모음

https://devdocs.io/

 

DevDocs

Fast, offline, and free documentation browser for developers. Search 100+ docs in one web app including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, and many more.

devdocs.io

10.코드펜

HTML, CSS, JAVA 코드 결과 즉시 볼 수 있음 가시성

https://codepen.io/accounts/signup

 

CodePen: Build, Test, and Discover Front-end Code.

 

codepen.io

11.MDN

HTML 기초

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements

 

<h1>–<h6>: The HTML Section Heading elements - HTML: HyperText Markup Language | MDN

The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

developer.mozilla.org

12.myhttp header

자신의 http header 정보 확인

https://myhttpheader.com/

 

My HTTP Header? Check Request - Response Headers Here

HTTP Requests consist of request and header lines.  The initial request line includes the method, path and HTTP version. The header lines contain fields such as Accept, Cache-Control, Host, User-Agent, etc.  The browser's HTTP Request asks the server to

myhttpheader.com

13.Bootstrap examples

html 부트스트랩 양식 제공

https://getbootstrap.com/docs/4.0/examples/

 

Examples

Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts.

getbootstrap.com

 

 

 

Comments