I have been hearing of python until I did my GIS course. My quiz is, does python have a software to be installed in my laptop or how does one program after learning?
Iām a Windows user so not versed in Linux or OS-?. The simplest starting point for a Windows user is IDLE.
1 Like
Python is executed by running a program which reads your code and does what the code says (an interpreter), so you need that program, yes. And a text editor.
Typical usage:
1 Like
thanks will start there
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.