پایتون(python) جلسه دوم معرفی مراجع مفید و کاربردی
شنبه, ۲۳ خرداد ۱۳۹۴، ۱۱:۲۶ ق.ظ
در این پست لیست بسیار مفید و کاربردی از منابع آموزشی پایتون برای جی ای اس خدمت شما دوستان معرفی میگردد، منابعی که در ادامه معرفی می شوند از بهترین هایی هستند که طی سال های اخیر در سرچ های شخصی خودم با آنها برخورد کرده ام اگر شما منبعی را می شناسید که وجود ندارد لطفا معرفی کنید.
Presentations:
- Python Scripting for ArcGIS
- Getting Started with Python in ArcGIS 10
- ArcGIS Geoprocessing: Python Scripting – Advanced Techniques
- Python Scripting for Map Automation in ArcGIS 10
- Using ArcObjects in Python (advanced)
ArcGIS Documentation:
- ArcGIS Desktop Help (9.3)
- ArcGIS Desktop Help (10)
- ArcGIS Desktop Help (10.1)
- ArcGIS Desktop Help (10.2)
Online Books:
- How to Think Like a Computer Scientist
- Dive into Python
- A Byte of Python (2.x)
- Learn Python the Hard Way
Online Courses:
- Python for Everyone Using ArcGIS 10.1
- Codecademy Python Track
- Google’s Python Class
- ESRI – Using Python in ArcGIS Desktop 10
- Penn State – GEOG 485 – GIS Programming and Automation
Tutorials:
- Non-Programmer’s Tutorial for Python 2.6
- Official Python Tutorial (2.5.4)
- Official Python Tutorial (2.6.5)
- Official Python Tutorial (2.7)
- Doug Hellmann's Python Module of the Week (PyMOTW) site
- Code Like a Pythonista: Idiomatic Python
Official Documentation:
- Python 2.5.4 Documentation (for ArcGIS 9.3)
- Python 2.6.5 Documentation (for ArcGIS 10)
- Python 2.7 Documentation (for ArcGIS 10.1/10.2)
Paper Books:
- Python in a Nutshell, 2nd Ed
- Learning Python, 3rd Ed
- Programming Python, 3rd Ed
- Python Cookbook, 2nd Ed
Paper Books on Python in ArcGIS:
- A Python Primer for ArcGIS
- Python Scripting for ArcGIS
- GIS Tutorial for Python Scripting (coming June 2014)
User Communities:
Blogs:
Sample Code:
Tools/Integrated Development Environments (IDEs) - Non-commercial:
- PythonWin
- PyScripter
- PyDev (plug-in for the Eclipse software development environment)
- Python Tools for Visual Studio
- Winpdb (debugger)
Modules/Frameworks:
- Django (web application framework)
- comtypes (for using ArcObjects in Python)
- scipy/numpy
- PyPI - the Python Package Index
- What are the Python tools/modules/add-ins crucial in GIS?