-
Here is the table for the Big Data lecture:
-
In software engineering everyone would have heard about the famous design patterns, the book by the Gang of Four: Erich Gamma, Richard Helm, Ralph E. Johnson, and John Vlissides. (Indeed, […]
-
Are you writing financial code in Python? Consider Saeed Amen‘s library finmarketpy. finmarketpy is a Python based library that enables you to analyze market data and also do backtesting of […]
-
Those of you who would like to learn more about how Python works, about the internals of the language, should have a look at Python Developer’s Guide. This is a […]
-
CMake is nowadays the de-facto standard for building C++ code, with over 2 million downloads a month. It’s a powerful, comprehensive solution for managing the software build process. We are […]
-
Want to improve your Java code? Use Guava. Guava is a set of core Java libraries from Google that includes new collection types (such as multimap and multiset), (importantly and […]
-
Do you want to know which programming languages are popular today? One of the best sources of information on this is the TIOBE Index. The caveat is that this index […]
