Python_2_Examples_and_Notes/README.txt

11 lines
341 B
Plaintext
Raw Normal View History

2017-06-11 19:42:13 +00:00
Python2 notes
=============
These are intended to be reminders on how to code in Python 2 and for the SPSE. Whenever a refresh is needed the examples here are ready!
IDE used is "vim".
Looking for topics on linux: ls -l | grep tuple
2017-06-11 19:46:13 +00:00
All examples should work without error. If you are brave you can try with the command "python *.py" ;>