3
Went to a local library coding workshop and saw a huge mistake with the setup
I stopped by the free 'Intro to Python' class at the Westview Library last Tuesday. They had everyone, including total newbies, start by installing a full IDE and setting up a virtual environment right away. Half the room spent the whole hour stuck on errors and gave up. It was a mess and I felt bad for them. Has anyone found a better way to run that first lesson without scaring people off?
3 comments
Log in to join the discussion
Log In3 Comments
dylan60418d ago
You'd think libraries of all places would know better than to throw people into the deep end like that. I've helped run a few of these workshops and we always use something like Replit or a simple online notebook for the first session. That way people can actually focus on learning what a variable is instead of fighting with PATH variables and environment errors. You can always show them how to set up a real IDE in week two or three once they've got some confidence built up. The goal should be getting them excited about coding, not filtering out the ones who aren't already tech savvy.
4
the_troy1mo ago
Honestly that setup sounds perfect to me. Throwing people into the deep end with a real dev environment teaches them how things actually work from day one. If they can't handle a simple install, maybe coding just isn't for them. I learned on a command line with zero hand holding and it made me a better problem solver. Babying people with web based editors just sets them up for failure later when they hit real issues.
3
vera_murphy1mo ago
My first programming class used a terminal and a text editor. Professor said if we couldn't get the compiler running, we should drop the course. Harsh, but it worked. We all learned to fix our own problems fast.
4