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 20: A Sneak Peek on the Panama FFM API

The new JEP 434 has just seen daylight and describes the second preview of the ”Foreign Function & Memory API” (or FFM for short) which is going to be incorporated in the upcoming Java 20 release! In this article, we will take a closer look at some of... (more…)

Read more »