|
|
|
|
|
by mdhughes
2801 days ago
|
|
While that's what I grew up with, too, it's probably too isolated anymore. Find a cheap laptop or desktop, or a pi, install Python3, and make IDLE easy to reach. For graphics, "import turtle" and later "import tkinter". Grab any learning Python book. It's not that far from how we learned back in the day. |
|