esciencecenter-digital-skills / geospatial-python

Introduction to Geospatial Raster and Vector Data with Python
https://esciencecenter-digital-skills.github.io/geospatial-python/
Other
3 stars 0 forks source link

Use "_" as separator for long numbers #40

Closed fnattino closed 1 year ago

fnattino commented 1 year ago

For example:

x = 100_000  # instead of 100000

Good way to improve the readability of the code snippets, especially useful in live coding!

fnattino commented 1 year ago

Do we use these throughout the lesson?