Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Worst programming class/tutorial/educational resource you've ever been used?
- -EmeraldThunder-
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
(#5)I'm not saying no to all free code, but W3Schools is quite vague on what they are trying to put forward and doesn't include many things that would be nice to know.
w3schools is free code!
what developer says no to free code?
- god286
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
I know you said Bootstrap 4 in your image.Bruh It says “Bootstrap 3” not “Bootstrap 5”
But that was probably just a patch to Bootstrap 4, because a closer look shows this:

And in the blog:

- mbrick2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
The C++ is dogy w3shools has helped me sometimes, but that's only because it was quicker that searching through MDNs docs. I've seen w3schools have incorrect information and I did fall for it, had to spend a long time trying to figure out what was wrong.
- -EmeraldThunder-
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
(#24)I managed to get to a decent level of c++ using w3 schools, however some resources did need to be corrected.The C++ is dogy w3shools has helped me sometimes, but that's only because it was quicker that searching through MDNs docs. I've seen w3schools have incorrect information and I did fall for it, had to spend a long time trying to figure out what was wrong.
- mbrick2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
Are school teaches how to say things in scratch. Its sad. I know. You guys have real coding computer classes in your school?
- Chiroyce
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
*Our and yes, they teach Scratch at a very basic level for middle schoolers. Are school teaches how to say things in scratch. Its sad. I know.
- mbrick2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
I wish schools would teach JS and Python. Or at least HTML *Our and yes, they teach Scratch at a very basic level for middle schoolers.
- MagicCrayon9342
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
(#28)or stupid code.org which is also blocksI wish schools would teach JS and Python. Or at least HTML *Our and yes, they teach Scratch at a very basic level for middle schoolers.
its not real code! you aren't getting a job using blocks!!
- NanoRook
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
(#28)or stupid code.org which is also blocksI wish schools would teach JS and Python. Or at least HTML *Our and yes, they teach Scratch at a very basic level for middle schoolers.
its not real code! you aren't getting a job using blocks!!
Complain about block-based programming all you want, but try and stick a kid with zero/novice programming experience in front of a C compiler (or even vanilla JavaScript) and they won't have the slightest idea what to do.
A large part of learning programming is not only wrapping your head around terminology, but also learning how a program is structured. Proper formatting and knowing when to use what are especially important skills that you shouldn't overlook, because it doesn't matter what you know if you can't even get a Python program to compile without errors. Blocks help provide a way to dip your foot in the pool before you throw yourself into a lake of sharks.
Also FWIW Code.org does offer a text-based programming course, but it's less than ideal and you'll have better luck just teaching yourself.
Last edited by NanoRook (March 14, 2022 18:34:14)
- god286
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
Same, I think only when we get older then they will teach us about these things. By that time though I expect that a lot of people in this forum right now will be way beyond the basics of Python if they still like coding.Are school teaches how to say things in scratch. Its sad. I know. You guys have real coding computer classes in your school?
- 9pfs
-
100+ posts
Worst programming class/tutorial/educational resource you've ever been used?
In my opinion, a server is any computer I've installed Node on (with maybe nginx or a few other programs as well) that has a program which runs on startup and listens on at least one TCP port. In other words, 90% of the computers I've used. w3shools has helped me sometimes, but that's only because it was quicker that searching through MDNs docs. I've seen w3schools have incorrect information and I did fall for it, had to spend a long time trying to figure out what was wrong.
and also, our school's computer class. they try to simplify things too much and eventually it becomes wrong. they claim that “computers with large amounts of processing power, connected to the internet” is a server, which is partially true, but that's definitely not close to the definition of a server.
the best resource i've found is Corey Schafer on YouTube (Python) and MDN's docs (HTML, CSS, JS and browser APIs).
- kccuber
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
mine taught us how to make a maze game in scratch, and i went a bit crazy with it and made an iterative loop system to spawn coins*Our and yes, they teach Scratch at a very basic level for middle schoolers. Are school teaches how to say things in scratch. Its sad. I know.
- Chiroyce
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
i made a pacman game when the teacher expected us to make a pong game mine taught us how to make a maze game in scratch, and i went a bit crazy with it and made an iterative loop system to spawn coins

- mbrick2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
Honestly when I introduced myself to python and js I wondered how to make sprites. Then I realized whats it really like
My teacher expected me to make a cat that talks and I coded a 3D archery game (that I sadly broke when adding the store) i made a pacman game when the teacher expected us to make a pong game
Last edited by mbrick2 (March 15, 2022 05:40:39)
- mbrick2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
I managed to get to a decent level of c++ using w3 schools, however some resources did need to be corrected.Real C++
#include <iostream> int main() { std::cout << "Hello, World!" << std::endl; return 0; }
#include <iostream> using namespace std; int main() { cout << "Hello World!"; return 0; }
- Jeffalo
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
you are on the block coding website my guy.(#28)or stupid code.org which is also blocksI wish schools would teach JS and Python. Or at least HTML *Our and yes, they teach Scratch at a very basic level for middle schoolers.
its not real code! you aren't getting a job using blocks!!
- mbrick2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
Mind Blown. you are on the block coding website my guy.
- Rendangbike2
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
my school thinks that basic understanding in scratch and photopea not photoshop, photopea is cs
- Chiroyce
-
1000+ posts
Worst programming class/tutorial/educational resource you've ever been used?
not photoshop, photopea is csto be fair - even if you're a user of the internet and not a tech geek/programmer/developer you need to know way more than that to survive in this online jungle, scams and phishing and malware and stuff are all problems students are rarely taught how to avoid. (our school in total had like 3 chapters for HTML and one for basic cyberbullying prevention) my school thinks that basic understanding in scratch and photopea
Last edited by Chiroyce (March 18, 2022 11:18:33)
- Discussion Forums
- » Advanced Topics
-
» Worst programming class/tutorial/educational resource you've ever been used?