-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python code updated to python 3 #46
Comments
I updated Chapter 6's bossButton.py for python 3. The only changes were to add the parenthesis to the print statements and to change the response logic from:
|
Chapter 7's serialScope.py updated for python 3:
|
Hiya! That's lovely! I'll roll those into the code. (I haven't been doing as much maintenance on this codebase as I probably should. Thanks for helping out.) |
My pleasure! As I convert more python code over I'll post them into this issue. Thanks for writing this great book! |
I updated autoPlay.py (Chapter 5, serialOrgan) for python 3 (and skipped the serialorgansongs.jottit.com lines since that site no longer exists) and added some notes for figuring out the current serial port. Thanks so much for this wonderful book!
The text was updated successfully, but these errors were encountered: