Is Python Making Me Feel Like a Fraud?

0
16
Asked By CleverPenguin42 On

I've got a solid background in programming thanks to my experience with C++ and JavaScript, and now I'm diving into a new AI project using Python for OSINT tasks. However, I keep feeling conflicted about how Python handles imports and overall, it just feels overly simple, almost like I'm writing a bash script. Does anyone else struggle with feeling "dirty" while coding in Python?

4 Answers

Answered By DevExpert2023 On

It's kind of amusing that you learned on C++ and JavaScript, and now you're feeling Python is dirty. They're all valid languages with their quirks!

FunnyCoder5 -

Seriously! I think they're all a bit "dirty" in their own unique ways.

Answered By ModuleMaster21 On

If you want to feel a bit cleaner using Python, try using type hints or mypy. But really, it's nothing to feel bad about—Python is a dynamic language, and that's part of its charm!

Answered By CodeCrusader99 On

Programming languages are just tools for the job. Think of it this way: would you try to hammer in a nail with a paintbrush? Different languages serve different purposes, and Python has its strengths.

PythonNoob114 -

True! I might have been influenced by some memes and jokes from humor subreddits about coding. They definitely skew my perspective!

Answered By ScriptSavant88 On

Honestly, bash scripting can be trickier than C for many people! Its syntax can be baffling, and I usually give up on it and just switch to Python instead.

SyntaxGuru12 -

I agree! Bash syntax is a pain, especially if you don't use Linux all the time. It's tough to get comfortable with it.

Coder404 -

Yeah, it’s not really worth the headache. I also find Python to be easier for quick scripts.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.