Coding the Python way

When going from one language to another, some things have to be unlearned. What you know from other languages may not be always useful in Python. Over time, a lot of idioms and ideas arose in the Python community about what the right way to use Python is, and also what would be a wrong [...]

Load JARs & Java Classes dynamically

I was asked to build a java system that will have the ability to load new code (expansions) while running. How do I re-load a jar file while my code is running? Or how do I load a new jar?

Erlang – A concurrent Programming Language [Overview]

What is Erlang? Erlang is a unit of measurement of traffic density in a telecommunication system. The Erlang describes the total traffic volume of one hour, or 3600 seconds. Alright had enough of Erlang, let’s talk about Erlang programming language