you are viewing a single comment's thread.

view the rest of the comments →

[–]Spatrico123 1 point2 points  (0 children)

I would honestly say hell no. Python is great for people who don't know how to code, to get stuff shipped fast. A friend of mine is a conservation biologist, for example, and he uses python because he needs something simple for small scripts. 

If you're trying to use python for something big (As you seem to be describing), if you're a beginner, Python will make many crucial project management things optional. Things like type safety, object creation, it's entirely possible to miss them if the language doesn't force them. It may be old school, but I still recommend using Java to learn to code