You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
433 B
433 B
Python2 notes
=============
This repository is discontinued. The new repository is "Python_3_Examples_and_Notes".
These were intended to be reminders on how to code in Python 2 and for the SPSE. Whenever a refresh is needed the examples here were/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" ;>