I'm working as a programmer analyst now and most the stuff we usually do is in C#. I started using python lately though and I find it far more efficient and simpler. I can get the same program done in probably half the code and they even have default libraries for things like parsing csv files. I can't really see a reason to do any of the programs I'm doing right now in C# or Java, but I'm wondering if there's some sort of drawback to Python? Thoughts on this?
Also, anyone here have experience in compiling Python modules into JAR files? Is it even worth while since UNIX, Linux, Macs, etc. come with python standard from what I've read and I can just compile into an exe for Windows? I know I could ask this stuff on any number of programming forums, but I prefer to defer to the expertise of certain people on this forum. Thanks.
Also, anyone here have experience in compiling Python modules into JAR files? Is it even worth while since UNIX, Linux, Macs, etc. come with python standard from what I've read and I can just compile into an exe for Windows? I know I could ask this stuff on any number of programming forums, but I prefer to defer to the expertise of certain people on this forum. Thanks.
Comment