Select to view content in your preferred language

Arc Python Where are the best videos, websites ect. to learn fast

152
3
a week ago
Labels (3)
AnissaHiggins
Emerging Contributor

HI 

I need to learn ArcPython. I have read it is best to learn pure python first?  what are ya'lls thoughts?? 

And other that Esri,what are some good resources for learning either Python or Arc-Python? 

 And,  just FYI , I have ADHD ,  lol so please let it be interesting and to the point , I like fast and effificent . I do  not last with fluff. lol 

Tags (1)
3 Replies
DanPatterson
MVP Esteemed Contributor
0 Kudos
AustinAverill
Frequent Contributor

You can look into applications like Sololearn that will help you learn the basics of python in a semi-entertaining, but mostly dopamine inducing way (this will probably be good for you with ADHD). After that, using something like the reference linked by @DanPatterson to run through basic workflows will be good.

Beyond that, learning to program becomes more about what you use it for. Learning a bunch of class methods to manipulate raster data and perform regressions is going to be pretty well lost on you if you are only working with manipulating tabular data and editing attributes. It's always my recommendation to come up with some sort of project you want to work on, and learn the skills that you need to complete that. Then repeat the process over and over again. It will hold more meaning and be more "entertaining" for you this way!

BobBooth1
Esri Regular Contributor

In general, I'd say it helps if you have a specific task or project that you want to get done.

Here is a series of tutorials on Python in ArcGIS Pro:

https://learn.arcgis.com/en/paths/learn-python-in-arcgis-pro/

For learning the basics of Python, I like Think Python second edition (I see there is a collab-notebook 3rd edition, haven't tried it). Lots of Monty Python jokes, and solid fundamentals of Python.