Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
- Joshisaurio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Do you have Python experience? May I be a helper?
- ScratchTheCoder12345
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
What coding language(s) do you know and what IDE do you use? What coding language are you most comfortable using? May I be a helper?
- rewamd
- Scratcher
27 posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
@Joshisario , I'm working on the python exercises, but am I accepted or not? ( Likely not since I haven't completed them yet )
- ScratchTheCoder12345
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
What coding language(s) do you know and what IDE do you use? What coding language are you most comfortable using? @Joshisario , I'm working on the python exercises, but am I accepted or not? ( Likely not since I haven't completed them yet )
- ScratchTheCoder12345
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
@Joshisaurio, The application question for helpers on the PyHelp forum should be “What coding language(s) do you know and what IDE do you use? What coding language are you most comfortable using?” is that good?
- applejuiceproduc
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Another python to scratch library is scratch client
- ScratchTheCoder12345
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
What? I know that but why did you post that? Another python to scratch library is scratch client
- Joshisaurio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I didn't leave any exercises XD I forgot to add you, but yeah you are accepted! @Joshisario , I'm working on the python exercises, but am I accepted or not? ( Likely not since I haven't completed them yet )
- Joshisaurio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
It's broken, also please post suggestions on the Another python to scratch library is scratch client official project: https://scratch.mit.edu/projects/710269404/
Last edited by Joshisaurio (July 2, 2022 16:04:31)
- mybearworld
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#109)No, scratchclient isn't brokenIt's broken Another python to scratch library is scratch client
- Joshisaurio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I asked to suggest on the project but I think he got confused and posted it hereWhat? I know that but why did you post that? Another python to scratch library is scratch client
- Joshisaurio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I remember asking someone and they said it was broken that's the first lib I found and it didn't work, so I never used it, it always gave me an error(#109)No, scratchclient isn't brokenIt's broken Another python to scratch library is scratch client
- applejuiceproduc
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Because it should be added to the listWhat? I know that but why did you post that? Another python to scratch library is scratch client
- ScratchTheCoder12345
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Alright, ask @JoshisaurioBecause it should be added to the listWhat? I know that but why did you post that? Another python to scratch library is scratch client
- Joshisaurio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I'll add it tomorrow thenAlright, ask @JoshisaurioBecause it should be added to the listWhat? I know that but why did you post that? Another python to scratch library is scratch client
- applejuiceproduc
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Bump
- 9gr
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Why is this a thing? Just make a new topic, it's not hard
- windows-11-pro
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#1)can i help, i had a bit knowledge of basic python.
Banner by NFlex23
Welcome to the official PyHelp forum, the Scratch's first Python help forum!
In this forum you can ask for questions on how to use Python, and I (And other people too) will try to help!
Tips:Don't have Python? Here are some useful free code editors to start!
- Code: You can use this code (Without the #) in the forums to make your Python code have colors and make it easier to understand!
#Start your lines with: #[code=py] print("Your code should go here") #Close it with: #[/code]- Help. You can ask to be a helper to help me manage the forum, and help other people! Even if you're not a helper, feel free to try to help!
- Don't be shy! Make sure to ask all your questions!
- Be patient. It might take me a while to answer, don't worry, I'll make sure to check all of the posts, if I don't reply in a few days and you see me answering other posts, I probably missed your post, so please bump it and I'll reply!
- Don't spam. This is annoying for people who are looking for answers, so please don't do it. The same thing for blockspamming and bumping, only bump your post if I don't reply
- Have fun! Last, but not least, this forum was made to help people learning Python to improve their knowledge, so make sure to have all the fun you can!
Scratch connection libraries to connect to Scratch!
- Python3 - IDLE - A very simple, but useful, code editor for beginners who are starting to learn Python! It is the official Python code editor, so I recommend it a lot for starters!
- PyCharm - A very useful code editor for those who have more experience, it has a very good debugger and grammar corrector, and it keeps track of your variables and makes suggestions! I don't think beginners will find this features useful, because it is more designed for intermediate-advanced coder, so if you are on that level, make sure to check it out! I highly recommend it!
- Replit - It is pretty similar to the official editor, it is commonly used for code hosting (For example to make servers in Scratch, check the Scratch connection libraries) and to make code with other people!
- VS code - It is almost like PyCharm, one of the most useful functions is that you can code in other coding languages and you can also can share your code, it also has a very good debugger!
- Scratch Connect - by @Sid72020123
- Scratch Attach - by @TimMcCool
Other useful Python libraries:
Helper list:
- @Joshisaurio - PyCharm, Replit
- @bluepig600
- @applejuiceproduc - Replit, VS code
- @mybearworld - VS code
- @Dinosu - PyCharm, Replit
- @ScratchTheCoder12345 - PyCharm, Replit
- @MonkeyBean2
- @rewamd
Links and urls
- Sid72020123
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Cool Forum Topic!
I want to be a helper but I won't be much active on Scratch.
I have experience in Python since 4 years. I made things in Python from the simplest program of “Hello World” to a Python library “ScratchConnect”.
My other libraries include: “pyTextColor”, “pyEventLogger”, etc.
I usually code in PyCharm (my favourite) but I code in VSCode and Replit for small projects.
I want to be a helper but I won't be much active on Scratch.
I have experience in Python since 4 years. I made things in Python from the simplest program of “Hello World” to a Python library “ScratchConnect”.
My other libraries include: “pyTextColor”, “pyEventLogger”, etc.
I usually code in PyCharm (my favourite) but I code in VSCode and Replit for small projects.
- rewamd
- Scratcher
27 posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
You're definitely accepted Cool Forum Topic!
I want to be a helper but I won't be much active on Scratch.
I have experience in Python since 4 years. I made things in Python from the simplest program of “Hello World” to a Python library “ScratchConnect”.
My other libraries include: “pyTextColor”, “pyEventLogger”, etc.
I usually code in PyCharm (my favourite) but I code in VSCode and Replit for small projects.