#I have been coding for 20 years this

1 messages ยท Page 1 of 1 (latest)

modest dagger
#

If you're not used to it, the ways in which Python differs from other languages can be a lot ๐Ÿ™‚ And moving from environments with unlimited resources to constrained environments on microcontrollers can also be a lot. And then there are the differences between regular Python and CircuitPython to contend with.

#

One thing that helps me a lot with CircuitPython is completion in the REPL... so for instance, when I type board. at the command prompt and hit tab, the REPL will show me the possible completions for board. which really helps make clear what I can possibly be doing there ๐Ÿ™‚