Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
Monday, September 23, 2013
Sunday, September 15, 2013
Sunday, August 18, 2013
Learn python
http://www.pixelmonkey.org/2012/06/14/web-app
Tuesday, August 13, 2013
Saturday, July 13, 2013
Java -> Python?
Anyway, I could go on and on with further examples, but Python is just overall a much more flexible and expressive language. It's also dynamically typed, which I really like, but which comes with some disadvantages.
Java has much better performance than Python and has way better tool support. Sometimes those things matter a lot and Java is the better language than Python for a task; I continue to use Java for some new projects despite liking Python a lot more. But as a language I think Python is superior for most things I find myself needing to accomplish.
| |||||||||||||
|
I think this pair of articles by Philip J. Eby does a great job discussing the differences between the two languages (mostly about philosophy/mentality rather than specific language features).
| |||
One key difference in Python is significant whitespace. This puts a lot of people off - me too for a long time - but once you get going it seems natural and makes much more sense than
;s everywhere.
From a personal perspective, Python has the following benefits over Java:
Other than those, this page on the Python Wiki is a good place to look with lots of links to interesting articles.
| |||||||||||
|
With Jython you can have both. It's only at Python 2.2, but still very useful if you need an embedded interpreter that has access to the Java runtime.
| ||||
Apart from what Eli Courtwright said:
| |||
|
Not the answer you're looking for? Browse other questions tagged java python or ask your own question.
Linked
Related
| TECHNOLOGY | LIFE / ARTS | CULTURE / RECREATION | SCIENCE | OTHER | ||
|---|---|---|---|---|---|---|
site design / logo © 2013 stack exchange inc; user contributions licensed under cc-wiki with attribution required
rev 2013.7.12.847
Subscribe to:
Posts (Atom)