Archives -

Java vs JavaScript: What’s the Difference?

November 20, 2015 4:37 pm Published by

Many newcomers to the world of computer programming assume that Java and JavaScript refer to the same language. While they share some similarities in terms of nomenclature and function, they are two very different coding languages with their own unique...

Read More

Web Programming with Python: Modules

November 20, 2015 2:53 pm Published by

When we close the interpreter after we have tried our Python code, all the functions and logic that we had defined are lost. So when we have to work on longer pieces of code we prefer to save our work...

Read More