본문 바로가기
FullStack/22. Python

파이썬 매뉴얼

by nakanara 2024. 7. 31.
반응형

# 파이썬 공식 문서

https://docs.python.org/3/contents.html

 

Python Documentation contents

What’s New in Python- What’s New In Python 3.12- Summary – Release highlights, New Features- PEP 695: Type Parameter Syntax, PEP 701: Syntactic formalization of f-strings, PEP 684: A Per-Interprete...

docs.python.org

https://docs.python.org/ko/3/contents.html

 

Python Documentation contents

What’s New in Python- What’s New In Python 3.12- Summary – Release highlights, New Features- PEP 695: Type Parameter Syntax, PEP 701: Syntactic formalization of f-strings, PEP 684: A Per-Interprete...

docs.python.org

 

# Pandas

https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf

 

https://pandas.pydata.org/docs/user_guide/reshaping.html

 

Reshaping and pivot tables — pandas 2.2.2 documentation

Reshaping and pivot tables pandas provides methods for manipulating a Series and DataFrame to alter the representation of the data for further data processing or data summarization. Data is often stored in so-called “stacked” or “record” format. In

pandas.pydata.org

https://pandas.pydata.org/docs/getting_started/intro_tutorials/08_combine_dataframes.html

 

How to combine data from multiple tables — pandas 2.2.2 documentation

For this tutorial, air quality data about Particulate matter less than 2.5 micrometers is used, made available by OpenAQ and downloaded using the py-openaq package. The air_quality_pm25_long.csv data set provides \(PM_{25}\) values for the measurement stat

pandas.pydata.org

https://pandas.pydata.org/docs/getting_started/intro_tutorials/04_plotting.html

 

How do I create plots in pandas? — pandas 2.2.2 documentation

For this tutorial, air quality data about \(NO_2\) is used, made available by OpenAQ and using the py-openaq package. The air_quality_no2.csv data set provides \(NO_2\) values for the measurement stations FR04014, BETR801 and London Westminster in respecti

pandas.pydata.org

# Pyviz

https://pyviz.org/overviews/index.html

 

Overviews — PyViz 0.0.1 documentation

Overviews The Python visualization landscape can seem daunting at first. These overviews attempt to shine light on common patterns and use cases, comparing or discussing multiple plotting libraries. Note that some of the projects discussed in the overviews

pyviz.org

 

https://wikidocs.net/book/5445

 

점프 투 파이썬 - 라이브러리 예제 편

** 점프 투 파이썬 라이브러리 예제 편 종이 책 출간 !! (2022.05) ** * [책 구입 안내](https://wikidocs.net/166499) > 문…

wikidocs.net

# AI 도구 사이트

https://www.toolify.ai/ko/

 

최고의 AI 도구 디렉토리 및 AI 도구 목록 - Toolify

 

www.toolify.ai

# [perplexity.ai-RAG(Retrieval-Augmented Generation)를 활용한 서비스

https://www.perplexity.ai/

 

Perplexity

Perplexity은 정확하고, 신뢰할 수 있고, 실시간으로 모든 질문에 대한 답변을 제공하는 무료 AI 지원 답변 엔진입니다.

www.perplexity.ai

 

# Anthropic의 Claude

https://claude.ai/

 

Claude

Talk with Claude, an AI assistant from Anthropic

claude.ai

# Google - gemini 서비스

https://gemini.google.com/app

 

‎Gemini - 대화를 통해 아이디어를 강화하세요

Bard가 Gemini로 바뀌었습니다. Google AI의 도움을 받아 글을 쓰고, 계획하고, 학습해 보세요.

gemini.google.com

 

# 생성형 AI 목록

- OpenAI ChatGPT : https://chat.openai.com/
- Claude : https://claude.ai/chats
- Perplexity : https://www.perplexity.ai/
- Bing chat : https://www.microsoft.com/en-us/edge/features/bing-chat
- gemini : https://gemini.google.com/
- 뤼튼 : https://wrtn.ai/
- Liner : https://getliner.com/ko
- AskUp : https://pf.kakao.com/_BhxkWxj

 

 

 

반응형

'FullStack > 22. Python' 카테고리의 다른 글

데이터 딕셔너리 자료형  (0) 2020.12.07
데이터 튜플 자료형  (0) 2020.12.07
[Python] matplotlib 그래프 한글 깨짐  (0) 2020.11.28
[IPython] %matplotlib inline 의미  (0) 2020.11.27
[Python] 리스트 자료형  (0) 2020.11.18