Moving from Java to Python
I recently started a new role in AWS networking, and it’s the first time I’ve gone from writing everything in Java to writing almost everything in Python. Honestly, the shift is bigger than I expected. Java gives you interfaces, structure, a strong compiler, and a debugger you can rely on. Python gives you freedom, but also fewer guardrails. It kind […]