본문 바로가기

파이썬/사이트추천7

컬러 파레트 추천 사이트 : Coolors https://coolors.co/palettes/trending Trending Color Palettes - Coolors Get inspired by thousands of beautiful color schemes and make something cool! coolors.co 2022. 8. 20.
데이터시각화 예시 모음집(matplotlib, seaborn) 1.데이터시각화 갤러리 https://www.python-graph-gallery.com/scatter-plot/ Scatterplot | The Python Graph Gallery A collection of scatterplot examples made with Python, coming with explanation and reproducible code www.python-graph-gallery.com seaborn, matplotlib 모아놓은 사이트 찾아다녔는데 굿 2 Seaborn 공식 example https://seaborn.pydata.org/examples/index.html Example gallery — seaborn 0.11.2 documentation seaborn.pyda.. 2022. 7. 20.
df.plot 매개변수 정리사이트 https://pandas.pydata.org/pandas-docs/version/0.22/generated/pandas.DataFrame.plot.html pandas.DataFrame.plot — pandas 0.22.0 documentation Parameters:data : DataFrame x : label or position, default None y : label or position, default None Allows plotting of one column versus another kind : str ‘line’ : line plot (default) ‘bar’ : vertical bar plot ‘barh’ : horizontal bar plot ‘h pandas.pydata.org 2022. 7. 17.
유튜브 나도코딩 : 수준급 무료강의 https://www.youtube.com/watch?v=PjhlUzp_cU0 요즘 페스트캠퍼스 유료강의 듣고 나도코딩 유튜브 보고있는데 유료강의보다 나은것 같다. 강의 시간도 길고, 타임라인으로 표시되어 있어서 복습하기도 편하다. 코딩강의가 조회수 많기가 쉽지않은데 보면 기본 10~20만이고 많은건 360만,200만... 보면 이유가 있다. 심플하고 타이트한 내용이라 좋다. 출퇴근 버스탈때 힘들어서 그냥 아무것도안하는데 요즘 버스타면 1분파이썬보고있다. 위에 소개한 데이터분석말고도 사무자동화, 머신러닝도 다루고있어서 나중에 꼭 볼 예정이다. 그 외에도 GUI프로그래밍, 웹스크래핑 등도 다루고있다. 2022. 7. 6.
Seaborn 공식사이트 공식사이트가면 그래프 유형별로 굉장히 친절하게 설명해준다. https://seaborn.pydata.org/index.html seaborn: statistical data visualization — seaborn 0.11.2 documentation Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. For a brief introduction to the ideas behind the library, you can read the introductory note.. 2022. 7. 2.
Matplotlib : 공식 사이트 및 양식 설정 링크모음 그래프 예시 https://matplotlib.org/stable/gallery/index Examples — Matplotlib 3.5.2 documentation This page contains example plots. Click on any image to see the full image and source code. matplotlib.org 색상 https://matplotlib.org/stable/gallery/color/named_colors.html List of named colors — Matplotlib 3.5.2 documentation Note Click here to download the full example code matplotlib.org 컬러맵colormap *c.. 2022. 6. 28.
seaborn palette, matplotlib heatmap 색 seaborn 공식사이트 https://seaborn.pydata.org/tutorial/color_palettes.html Choosing color palettes — seaborn 0.11.2 documentation Components of color Because of the way our eyes work, a particular color can be defined using three components. We usually program colors in a computer by specifying their RGB values, which set the intensity of the red, green, and blue channels in a displa seaborn.pydata.o.. 2022. 6. 14.