Python files: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 1:
[[File:Treasure_map.png|100px]]
 
(Estimated completion time: 15 - 30 minutes)
 
== Goal #1: practice reading and running Python files ==
 
[[File:Treasure_map.png|100px]]
 
Until now we've been using the interactive Python interpreter. This is great for learning and experimenting, but you can't easily save or edit your work. For bigger projects, we'll write our Python code in a file. Let's get some practice with this!
Anonymous user