🎙️
26

Heard a bootcamp grad say focus on one language... I think that's backwards advice

I was sitting in on a Q&A at a local library coding meetup last month when this guy who just finished a 12-week bootcamp told everybody to just pick Python and master it before looking at anything else. I totally get where he's coming from, like don't scatter your focus too early. But I've been tinkering with code on and off for about 4 years, and my biggest breakthroughs came from bouncing between HTML, JavaScript, and Python all at once. Sticking to one language made me hit walls where I couldn't solve a simple problem because I didn't know how the web part worked. When I learned a bit of everything together, I started seeing how they connect, like how a basic website needs both frontend and backend logic. Has anyone else felt like learning multiple basics at the same time actually helped more than drilling one language for months?
3 comments

Log in to join the discussion

Log In
3 Comments
sarah_hart
sarah_hart26d ago
Has anybody else found that learning CSS at the same time as Python makes zero sense but somehow works? I did that exact thing where I'd switch between coding a button and then writing a simple script, and it just clicked way better for me too.
5
the_paul
the_paul26d ago
Wait, you're saying you actually trained yourself to bounce between Python logic and CSS styling at the same time? That sounds insane but I can see how it would trick your brain into learning both faster. Like you're not just staring at pure logic problems all day, you get those satisfying visual results from CSS that keep you going. The Python stuff probably feels less scary when you can take a break and make something pretty on the screen. I never thought about mixing such different languages together for this exact reason.
7
nancythomas
Tried that exact same thing a while back... it's like your brain gets a break from one type of logic while the other part fires up. The visual feedback from CSS keeps you grounded too, you can actually see your progress right away. Python handles the heavy lifting behind the scenes so you're not stuck in just abstract code all day. Mixing them like that keeps both sides of your mind busy without burning out on one thing.
3