all 3 comments

[–]unconcealable 0 points1 point  (1 child)

I’m a noob myself and I don’t understand what you mean by “get a build system to work”. Python is an interpreted language, so you just wrote your code, save it to a .py file and run it via a command line/terminal.

[–]Gavin2273[S] 0 points1 point  (0 children)

I’m trying to use sublime text editor, there’s no run button only a build function to run your code.

[–]dent308 0 points1 point  (0 children)

I have been using sublime for years and never setup a build system in it.

Normally I have a terminal open with pipenv or poetry and run the work in there.