Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
- MonkeyBean2
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I know HTML, js and css. I could do the frontend.(#178)Ohh yeah if I learn HTML I might make a website or make a project that sends info to a Python program that sends info back like OcularSorry lol I mean a website that indexes this forum topic.(#169)Wdym? I think you mean a FAQ, right? There's already one, but when I have enough short questions I'll add more
I have an idea! Why not create a searchable thingy that keeps track of all the questions here! We could do something like tag things as questions or answers to specific questions
Last edited by MonkeyBean2 (July 12, 2022 16:20:09)
- applejuiceproduc
-
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I probably can do the backend, as long as it is in pythonI know HTML, js and css. I could do the frontend.(#178)Ohh yeah if I learn HTML I might make a website or make a project that sends info to a Python program that sends info back like OcularSorry lol I mean a website that indexes this forum topic.(#169)Wdym? I think you mean a FAQ, right? There's already one, but when I have enough short questions I'll add more
I have an idea! Why not create a searchable thingy that keeps track of all the questions here! We could do something like tag things as questions or answers to specific questions
- ScratchTheCoder12345
-
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
If anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so….(#178)Ohh yeah if I learn HTML I might make a website or make a project that sends info to a Python program that sends info back like Ocular. Maybe also if you do something I can just give you ideas and credit you on the first page of the forumSorry lol I mean a website that indexes this forum topic.(#169)Wdym? I think you mean a FAQ, right? There's already one, but when I have enough short questions I'll add more
I have an idea! Why not create a searchable thingy that keeps track of all the questions here! We could do something like tag things as questions or answers to specific questions
Is it just me or do we all hate HTML?
- Joshisaurio
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#182)I know HTML, js and css. I could do the frontend.Ohh yeah if I learn HTML I might make a website or make a project that sends info to a Python program that sends info back like Ocular ~Snip~
I probably can do the backend, as long as it is in python
- Joshisaurio
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
Last edited by Joshisaurio (July 12, 2022 21:13:23)
- MagicCrayon9342
-
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
p - paragraph(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
pre - manual formatted paragrah
span - absolutely unsure
b - bold
h1-h6 - headings
button - button
a - link
nav - navbar
ul - list
li - list items
html - second tag in every file (assuming your writing HTML correctly)
<!DOCTYPE HTML> should be at the top of every html file
input - input box, multiple types.
Your HTML file should ALWAYS start with the following
<!DOCTYPE HTML> <html> <head> <title>Your Title</title> </head> <body> </body> </html>
- Joshisaurio
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#186)I already know these lol thx anywayp - paragraph ~Snip~
pre - manual formatted paragrah
Wdym? Update: My teacher just said it's for highlighting text but she said we're going to try it later so still idk what it means… I'm still on class, if I get more info on it I'll edit and tell span - absolutely unsure
The only ones I know lol b - bold
h1-h6 - headings
Pretty obvious button - button

Hmm nice might be useful a - link
nav - navbar
ul - list
li - list items
html - second tag in every file (assuming your writing HTML correctly)Yeah, my teacher told me that, but I'm still not sure what it works for… I'll have to find out later
<!DOCTYPE HTML> should be at the top of every html file
Nvm I had class today and my teacher said that it's so that you use the last version or you might use older versions by accident
Ohh nice! Super nice and useful! Lol input - input box, multiple types.
Ohh thanks! Your HTML file should ALWAYS start with the following<!DOCTYPE HTML> <html> <head> <title>Your Title</title> </head> <body> </body> </html>
Yeah I use VS code for that now although it's kinda confusing because sometimes it uses the wrong clause and I have to delete the whole thing… They should make you have to press tab to use the suggestion or something lol. Or, if you use vscode. Create and open an html file, type ! and press enter.
Also something nice of HTML is that it works similar to the forums, like this:
Forums:
[big]
Big text goes here
[/big]
HTML:
<h1> A nice, big heading with big text lol </h1>
Last edited by Joshisaurio (July 12, 2022 22:18:16)
- applejuiceproduc
-
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I hate HTML too. That’s why I didn’t mention I could do it xDIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so….(#178)Ohh yeah if I learn HTML I might make a website or make a project that sends info to a Python program that sends info back like Ocular. Maybe also if you do something I can just give you ideas and credit you on the first page of the forumSorry lol I mean a website that indexes this forum topic.(#169)Wdym? I think you mean a FAQ, right? There's already one, but when I have enough short questions I'll add more
I have an idea! Why not create a searchable thingy that keeps track of all the questions here! We could do something like tag things as questions or answers to specific questions
Is it just me or do we all hate HTML?
- ScratchTheCoder12345
-
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Same xDI hate HTML too. That’s why I didn’t mention I could do it xDIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so….(#178)Ohh yeah if I learn HTML I might make a website or make a project that sends info to a Python program that sends info back like Ocular. Maybe also if you do something I can just give you ideas and credit you on the first page of the forumSorry lol I mean a website that indexes this forum topic.(#169)Wdym? I think you mean a FAQ, right? There's already one, but when I have enough short questions I'll add more
I have an idea! Why not create a searchable thingy that keeps track of all the questions here! We could do something like tag things as questions or answers to specific questions
Is it just me or do we all hate HTML?
- Joshisaurio
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Lol
- rishi272011
-
100 posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
i know a bit of html, learning css and nearly no js. all i know is
window.alert("hello")
- MonkeyBean2
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
You just said you know how to code in html! Maybe i should do the frontend then.(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
- ScratchTheCoder12345
-
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Everyone we should make a PyHelp website!You just said you know how to code in html! Maybe i should do the frontend then.(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
- MonkeyBean2
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Perfect! Soo… Where should we collaborate on it? Replit? Github? (I don't have a github account yet, but i'll get one soon. But I think it's easier to do it in replit as it's not that big of a project. (we can use a proxy to get around the replit ip ban (really just 429 but whatever)))Everyone we should make a PyHelp website!You just said you know how to code in html! Maybe i should do the frontend then.(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
Last edited by MonkeyBean2 (July 13, 2022 12:03:13)
- DifferentDance8
-
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
You can do Replit. It is fine.Perfect! Soo… Where should we collaborate on it? Replit? Github? (I don't have a github account yet, but i'll get one soon. But I think it's easier to do it in replit as it's not that big of a project. (we can use a proxy to get around the replit ip ban (really just 429 but whatever)))Everyone we should make a PyHelp website!You just said you know how to code in html! Maybe i should do the frontend then.(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
- MonkeyBean2
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I made a repl: @SLMJ/PYHELP-indexerYou can do Replit. It is fine.Perfect! Soo… Where should we collaborate on it? Replit? Github? (I don't have a github account yet, but i'll get one soon. But I think it's easier to do it in replit as it's not that big of a project. (we can use a proxy to get around the replit ip ban (really just 429 but whatever)))Everyone we should make a PyHelp website!You just said you know how to code in html! Maybe i should do the frontend then.(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
Whoever wants to help, comment on that repl.
Last edited by MonkeyBean2 (July 13, 2022 12:15:21)
- ScratchTheCoder12345
-
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I can't comment for some reason… Can you invite me ScratchTheCoder12345I made a repl: @SLMJ/PYHELP-indexerYou can do Replit. It is fine.Perfect! Soo… Where should we collaborate on it? Replit? Github? (I don't have a github account yet, but i'll get one soon. But I think it's easier to do it in replit as it's not that big of a project. (we can use a proxy to get around the replit ip ban (really just 429 but whatever)))Everyone we should make a PyHelp website!You just said you know how to code in html! Maybe i should do the frontend then.(#183)Idk how to code HTML I'm learning rn but I only know printing titles and paragraphs and that's it for now lol. I might make a forum to share ideas laterIf anyone wants to help with that I'd be up to do the backend part. I have a friend who knows HTML so…. ~Snip~
Is it just me or do we all hate HTML?
Whoever wants to help, comment on that repl.
- MonkeyBean2
-
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Invited. I can't comment for some reason… Can you invite me ScratchTheCoder12345
Last edited by MonkeyBean2 (July 13, 2022 12:21:46)
- ScratchTheCoder12345
-
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Thanks!Invited. I can't comment for some reason… Can you invite me ScratchTheCoder12345
- applejuiceproduc
-
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Can you invite me to the repl, I’m applejuicepro