11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
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
|
|
|
|
All examples should work without error. If you are brave you can try with the command "python *.py" ;>
|