Discuss Scratch

zaid1442011
Scratcher
500+ posts

Python programming language

arseyar wrote:

(#1080)
Guys, where can i find a server for my program on python (will be based on scratchattach)?

edit: or even flask
Your basement will be good.
arseyar
Scratcher
100+ posts

Python programming language

zaid1442011 wrote:

arseyar wrote:

(#1080)
Guys, where can i find a server for my program on python (will be based on scratchattach)?

edit: or even flask
Your basement will be good.
i had an idea of Ras. PI
zaid1442011
Scratcher
500+ posts

Python programming language

arseyar wrote:

(#1082)

zaid1442011 wrote:

arseyar wrote:

(#1080)
Guys, where can i find a server for my program on python (will be based on scratchattach)?

edit: or even flask
Your basement will be good.
i had an idea of Ras. PI
It's good for light projects.
nurpos
Scratcher
6 posts

Python programming language

I'm working on a sort of passion project of mine using python. A turn based RPG of sorts. Currently I've made a VERY early prototype of the battle system. Here's if anyone wants to check it out: https://microstudio.io/bongomats/fcjhgjytfhch/
gamerboiti
Scratcher
78 posts

Python programming language

print(“TRIVA TIME!!”)
print(“Is there an exponent block in scratch?”)

userinput = input()

if userinput = correct:
print(“ur correct”)
else:
Print(“nah”)

Last edited by gamerboiti (June 12, 2025 18:26:38)

gilbert_given_189
Scratcher
1000+ posts

Python programming language

Do you like to use uv for your Python projects? I… don't buy it.
mumu245
Scratcher
1000+ posts

Python programming language

Rust this, rust that. I think it's overused and just because something is in Rust doesn't make it automatically better like some people believe. But I find plain old pip just fine. I feel that all these people who say that “Python doesn't have a decent package manager” want to say “Python doesn't have npm” and npm isn't a good package manager to me.
CodeComet6161
Scratcher
1000+ posts

Python programming language

Python, but it's Scratch:
input []::sensing reporter
[var v] = []::variables stack

print[],@delInput @addInput::operators

f[]::operators reporter

() [+ v] (0)::operators reporter//+, -, *, //, %, **, or = variations

def{block::custom}::custom hat

if <> :{

}@delInput @addInput ::control

[] [[1\]]::operators reporter

len[]::operators reporter

type()::variables reporter

[abs v]()::operators reporter//round, min, max

sum[]::list reporter

Last edited by CodeComet6161 (Oct. 14, 2025 21:19:52)

gilbert_given_189
Scratcher
1000+ posts

Python programming language

gilbert_given_189 wrote:

Do you like to use uv for your Python projects? I… don't buy it.

I “had” to use uv for a course I'm attending. They're not wrong when they say uv is faster than pip. But then again, if the thing you're trying to make faster is the act of installing packages, I think you got your priorities mixed up.

The feature of setting up a new project (or perhaps a new Python package) is quite compelling though, but again, not something I need a tool for.

Last edited by gilbert_given_189 (Sept. 23, 2025 13:51:35)

Powered by DjangoBB