The Java Developer’s Guide to Maintainable Python: Tools, Libraries, Idioms

When you’ve been writing Java for a while switching to Python can make you a little anxious.
Not only are you learning a new language with new idioms and tools, you’re also dealing with a language with far less built-in safety.
No more type checks, no mor… Read more

Similar

Java Creator James Gosling Interview

We had an opportunity to talk with James Gosling, a Canadian computer scientist, best known as the father of the Java programming language, and get his insight into the languages, features, and solutions that we use every day. (more…)

Read more »

A Complete Introduction to Java EE

The enterprise Java framework was first released in 1999. It has undergone a great number of improvements over the last decades, but the learning curve is still very steep. So in this article, we're going to take an in-depth look at version 8 of the Java ... (more…)

Read more »