Replies: 4 comments 4 replies
-
|
You can choose between block-based coding or Python coding. You can also mix the two, if you like. When coding with blocks, you can also see the Python code being generated live as you move blocks around. |
Beta Was this translation helpful? Give feedback.
-
|
Lauren my apologies for the delay, thank you for your help. |
Beta Was this translation helpful? Give feedback.
-
|
Lauren Hi |
Beta Was this translation helpful? Give feedback.
-
|
Lauren HiThank you for your reply. My apologies but I am still at the starting point of all of this. What I am trying to use is this PUPRemote.py
Its a library to communicate as a Powered UP (PUP) Device with LEGO smart hubs. It has a basic PUPDeviceEmulator and a higher-level PUPRemote library that acts more like RPC (Remote Procedure Calling).
So if I import this library and as long as its stays in the list of imported files, it will always be available to my main program?
Thank you for everythingNick
On Wednesday, May 8, 2024 at 02:20:09 a.m. EDT, laurensvalk ***@***.***> wrote:
Imported libraries are re-downloaded along with your main program every time you run your main program.
So if you run another program, and you import a library there too, it is again included.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi sorry I am new to pybricks,
is there a code editor or is it just graphical programming?
Beta Was this translation helpful? Give feedback.
All reactions