Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Python programming language
- zaid1442011
-
500+ posts
Python programming language
(#1080)Your basement will be good.
Guys, where can i find a server for my program on python (will be based on scratchattach)?
edit: or even flask
- nurpos
-
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
-
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”)
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
-
1000+ posts
Python programming language
Do you like to use uv for your Python projects? I… don't buy it.
- mumu245
-
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
-
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
-
1000+ posts
Python programming language
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)
- Discussion Forums
- » Things I'm Making and Creating
-
» Python programming language