Summer tree
-
Python/NumPy/Quickstart코딩/Python 2024. 7. 10. 19:52
https://numpy.org/doc/stable/user/quickstart.html의 번역본.PrerequisitesYou’ll need to know a bit of Python. For a refresher, see the Python tutorial.To work the examples, you’ll need matplotlib installed in addition to NumPy.Python을 조금 알아야 한다. 복습하려면 Python 튜토리얼을 참조하라.예제를 작업하려면 NumPy 외에 matplotlib도 설치해야 한다.Learner profileThis is a quick overview of arrays in NumPy. It demonstrates how n-dimensional ..
-
Python/자연과학 데이터를 지도에 표시하는 basemap/User guide코딩/Python 2024. 7. 10. 14:33
Basemap user guide의 번역본. 설치방법과 projection의 종류에 대해서는 제외.IntroductionThe matplotlib basemap toolkit is a library for plotting 2D data on maps in Python. It is similar in functionality to GrADS, GMT, the MATLAB Mapping Toolbox and the IDL Mapping Facilities. CDAT and PyNGL are other Python libraries with similar capabilities.Basemap does not plot on its own, but provides the facilities to transform..
-
Python/지도를 사용할 수 있는 Folium/1. User guide코딩/Python 2024. 7. 9. 14:35
아래 번역본은 지도 샘플을 포함하고 있지 않으므로 각 주제별 링크를 따라 참조하면 이해가 더 쉽다. https://python-visualization.github.io/folium/latest/user_guide.htmlUser guideThe user guide covers different parts of basic usage of Folium. Each page focuses on a single topic and outlines how it is implemented in Folium, with reproducible examples.If you don’t know anything about Folium, start with the Getting started.Advanced topics can..
-
Python/지도를 사용할 수 있는 Folium/0. Getting started코딩/Python 2024. 7. 9. 14:23
아래 번역본은 지도 샘플을 포함하고 있지 않으므로 원문 링크를 참조하면 이해가 더 쉽다.https://python-visualization.github.io/folium/latest/getting_started.htmlGetting startedInstallationFolium can be installed usingFolium은 다음을 사용하여 설치할 수 있다.$ pip install foliumIf you are using the Conda package manager, the equivalent isConda 패키지 관리자를 사용하는 경우 이에 상응하는 것은 다음과 같다.$ conda install folium -c conda-forgeDependenciesFolium has the followin..
-
삼랑진/임경대 나들이여행 2024. 7. 8. 13:17
모처럼 삼랑진으로 드라이브.삼랑진 시장을 찾으니 가게가 모두 문을 닫아 먹을 데가 없다.그래서 아는 국수집을 가냐 고민하다 찾은 곳이 삼랑진 촌국수. 차라리 아는 데를 갈 걸 괜시리 모험을 했다 싶을 정도로 충격적인 맛. 먹어본 국수 중 가장 맛이 없었다.먼저 나온 꼬마김밥은 그럭저럭 먹을 만 했는데 국수는 영 아니었다. 열무국수와 잔치국수 두 가지를 시켰는데 모두 한결 같았다. 더구나 막걸리까지 맛이 없었다.그리고 반가운 소식.예전에 종종 찾았던 허름한 촌국수집. 삼랑진 시장으로 자리를 옮겼다.맛은 있는데 천막집이라 물이나 위생 같은 것이 걱정돼 그 동안 가지 않았는데 이제 어엿하게 가게를 차렸으니 안심해도 되겠다. 시장에서 송지국수를 봤는데 문이 닫혀 있어 먹지 못했다. 다음에 꼭 들러야겠다.그리고 ..
-
-
양산/낙동강 전망이 좋은 임경대여행/풍경 2024. 7. 8. 13:00
임경대를 몇년만에 오랫만에 들렀다.그간 지나가면서 보니 뭔가 공사를 하는 것 같았는데 이번에 가보니 데크길을 다 깔아놨다. 산책하기 훨씬 좋아졌다.임경대에서부터 낙동강변에 있는 용화사까지 산책로가 연결되어 있었다. 안내를 보니 그 길은 경사가 상당한 듯 했다.임경대를 가보니 데크 뿐만 아니라 전망대도 새로 만들어서 낙동강 풍경을 더 잘 볼 수 있었다.임경대의 정자는 관리를 하는지 바닥이 깨끗했다. 나중에 도시락을 싸와서 여기서 낙동강을 바라보며 먹으면 멋지겠다 싶다.
-
Python/PyInstaller/0. PyInstaller Manual코딩/Python 2024. 7. 8. 12:20
원본은 아래 링크를 참조한다.https://pyinstaller.org/en/stable/index.html VersionPyInstaller 6.9.0Homepagehttps://pyinstaller.org/Contactpyinstaller@googlegroups.comAuthorsDavid Cortesi, based on structure by Giovanni Bajo & William Caban, based on Gordon McMillan’s manualCopyrightThis document has been placed in the public domain. PyInstaller bundles a Python application and all its dependencies into a sing..