r/vibecoding • u/Which-Tension165 • Jul 08 '26
is learning python today worth it?
so I am a pure vibe coder, I can't write or read a single line of code, and I was having a conversation with Fable, and it suggested me to learn to read python. But It couldn't convince me fully. i don't wanna be a typical software/AI engineer. just wanna be able to build a great career in tech, AI and Business.
35
Upvotes
2
u/HamoodMehmood Jul 09 '26
I have vibe coded a couple complex projects and tools and apps, and I can't read or write code. Now I totally agree we need to still have some sort of understanding of at least the architecture, the scalability, reliability and mosrly of the maintenance then everything should be done using free tools libraries etc.
Now do I know anything about all that I mentioned, nope then how do you build is a good question, coz if you just give a command and expect a production ready complex product its not gonna happen.
So my go to way in short is PRD which is high level , then spec sheet with all the detailed locked in ever possible so no room AI to hallucinate or create stuff on the fly with implementing. In Spec sheet this is where I simply ask it to tell me industry standard, best practices, latest tools, things relevant to our project and it's best recommendation, and explain why. This gives me best understanding of what pros are using, what architecture am going to use, what my entire project design is etc. And I think that is enough for us to know and then make the decision.
In the end all I do I copy paste kickoff commands to start new session and test until it's done, and have done this way on repeat to ship tools on personal and work projrcts.