반응형
반응형

pip install matplotlib

matplotlib 3.7.2

https://pypi.org/project/matplotlib/

 

matplotlib

Python plotting package

pypi.org

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

Check out our home page for more information.

Matplotlib produces publication-quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, Python/IPython shells, web application servers, and various graphical user interface toolkits.

Install

See the install documentation, which is generated from /doc/users/installing/index.rst

Contribute

You've discovered a bug or something else you want to change - excellent!

You've worked out a way to fix it -- even better!

You want to tell us about it -- best of all!

Start at the contributing guide!

반응형
반응형

[VSCODE] 확장프로그램 - indent-rainbow

 

현재 편집기 창 탭 크기를 사용하고 혼합 탭 + 공백을 처리할 수 있습니다(권장하지 않음). 

 

또한 들여쓰기가 탭 크기의 배수가 아닌 줄을 눈에 띄게 표시합니다. 시각화는 일부 상황에서 들여쓰기 문제를 찾는 데 도움이 될 수 있습니다.

 

 

https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow 

 

indent-rainbow - Visual Studio Marketplace

Extension for Visual Studio Code - Makes indentation easier to read

marketplace.visualstudio.com

 

반응형
반응형

점프 투 파이썬

https://wikidocs.net/book/1

 

점프 투 파이썬

이 책은 파이썬이란 언어를 처음 접해보는 독자들과 프로그래밍을 한 번도 해 본적이 없는 사람들을 대상으로 한다. 프로그래밍을 할 때 사용되는 전문적인 용어들을 알기 쉽게 풀어서 …

wikidocs.net

반응형
반응형

https://sdc-james.gitbook.io/onebook/

 

한곳에서 끝내는 파이썬 & 머신러닝 & 딥러닝 - OneBook(Python & Deep Learning)

이 문서는 초보자들이 쉽게 딥러닝 및 파이썬을 공부하기 위해 만든 문서 입니다. 제가 이 공부를 체계없이 시작하여 많은 오류를 범하였고, 또한 이곳 저곳을 돌아다니며 여러 자료들을 참고

sdc-james.gitbook.io

이 문서는 초보자들이 쉽게 딥러닝 및 파이썬을 공부하기 위해 만든 문서 입니다. 제가 이 공부를 체계없이 시작하여 많은 오류를 범하였고, 또한 이곳 저곳을 돌아다니며 여러 자료들을 참고 하느라 많은 시간이 걸려서 다른 분들은 한곳에서 쉽게 접근 할 수 있도록 제 나름대로 체계를 잡은 것입니다.
제 지식이 미천하여 많은 내용 오류가 있습니다. 오류에 대한 지적은 권경혁( onebook2james@gmail.com )로 이메일을 주시면 성실히 답하겠습니다. 또한 여러 싸이트에서 발췌한 자료가 많이 있습니다만 제가 정리하면서 원본 인용 표기가 누락된 곳도 있을 것이니 양해해 주시기 바랍니다.
 
계속 읽으시려면 아래 → 화살표를 누르시면 됩니다.
 
이 문서는 GitBookGitHub 에서 읽을 수 있습니다.
반응형

'프로그래밍 > Python' 카테고리의 다른 글

[python] matplotlib - pip install matplotlib  (0) 2023.07.09
[python] 점프 투 파이썬 book  (0) 2023.07.07
[python] iPad에서 파이썬 하기  (0) 2023.07.04
[python] pandas get started  (0) 2023.06.11
[python] simple-colors  (0) 2023.06.09
반응형

 

scrollHeight 가져오기

<textarea id="ele">
  a
  bc
  def
  ghij
  klmno
</textarea>
<br>
<button onclick="getScHeight();">getScrollHeight</button>

getScHeight = function() {
  var scHeight = $('#ele').prop('scrollHeight');
  console.log(scHeight);
};
반응형
반응형

https://play.google.com/store/apps/details?id=com.instagram.barcelona 

 

Threads, an Instagram app - Google Play 앱

텍스트로 아이디어와 트렌드를 공유하세요

play.google.com

 

https://apps.apple.com/us/app/threads-an-instagram-app/id6446901002

 

‎Threads, an Instagram app

‎Say more with Threads — Instagram’s text-based conversation app Threads is where communities come together to discuss everything from the topics you care about today to what’ll be trending tomorrow. Whatever it is you’re interested in, you can f

apps.apple.com

Threads, an Instagram app 12+

Share ideas & trends with text

Instagram, Inc.

  •  

반응형

+ Recent posts