Closed utterances-bot closed 1 month ago
Nice. Thanks for your short tutorial.
Hi. Thanks. I could´nt open the file in the last excercise
@leoruizbes Make sure you have replaced the path with your own username and file system structure.
Replace
with open('/Users/ujaval/Desktop/airports.txt', 'w')
with
with open(r'C:\airports.txt', 'w')
and file will be in C:
drive.
Getting Started With Python Programming (QGIS3) — QGIS Tutorials and Tips
https://www.qgistutorials.com/en/docs/3/getting_started_with_pyqgis.html