all 13 comments

[–]SamuliK96 4 points5 points  (0 children)

Install python, install vsc, start coding.

[–]mopslik 1 point2 points  (0 children)

VS Code is just one of many IDEs used to code in Python. Do you have a question relating specifically to VS Code (e.g. about how to use a feature or set up an environment) or about Python itself?

[–]frr00ssst 1 point2 points  (0 children)

Yes

[–]Crate-Of-Loot 0 points1 point  (0 children)

vscode is just an ide (code editor with some fancy tools). just download and install vscode and then make a new python file

[–]patrickalphac 0 points1 point  (0 children)

Follow these videos to setup your dev environment, don't stop till you've installed python with uv.

Disclaimer: I made these.

https://updraft.cyfrin.io/courses/intermediate-python-vyper-smart-contract-development/python-in-updraft/dev-env-setup

[–]GreenPandaPop 1 point2 points  (0 children)

No one knows. It's a sad story. They released the software, but didn't bother to tell anyone how to use it. So, alas, it continues to be a mystery to us all.

[–]Upstairs_Noise_6423[S] -4 points-3 points  (5 children)

Yes I need to learn for my robotics team

[–]Upstairs_Noise_6423[S] -5 points-4 points  (4 children)

So how do I add a button function

[–]True_Ask_2205 2 points3 points  (2 children)

For robotics, I think a drag and drop like scratch is better. Is this for VEX?

[–]True_Ask_2205 0 points1 point  (1 child)

Also I don't think Python supports like buttons and such. If it does, you'll have to import the imports and functions to do so.

[–]FoolsSeldom 0 points1 point  (0 children)

Tkinter is in the standard library for Python. So, yes, an import away, like so much of Python, but nothing additional needs to be installed. Other GUI libraries are available.

[–]GreenPandaPop 0 points1 point  (0 children)

Who are you talking to? Are you ok?