Java Data Containers
In Java, Maps are hard, Tuples don’t exists and Classes are heavy. Learn how to use Records to improve your coding approaches.
In Java, Maps are hard, Tuples don’t exists and Classes are heavy. Learn how to use Records to improve your coding approaches.
Let’s learn new and modern ways of creating data containers in Python. Tuples? Try using named tuples. Dictionaries? Try using EasyDictionary. Classes? Try using data classes. These newer and alternative data containers help you write better and cleaner code. Let’s reach for success, let’s start learning.
Come learn about the basics of probabilistic and causal inference using Py-BBN. Py-BBN is an opensource API that anyone can use to solve and facilitate their decision making problems. This API is built using Python.
We are happy to release a statistical library for computing bivariate association called py-pair! There are over 130 association measures for all your data science needs! Install it with PyPi. Learn more with online documentation. See the source code on GitHub.
Learning Java 12 can be a challenge since you will have to set up your development environment correctly. We have released a Docker container with Java 12 and Jupyter Lab to take away the pain of creating a Java environment and setting up an Integrated Development Environment (IDE). With this […]
We have published an online book for Python programmers to improve their coding skills. This book has nearly 40 examples of writing Python code that is beautiful and idiomatic, and at the same time, computationally efficient and effective. The project is available on GitHub and the book is available for […]
Use this Python command-line tool to convert your ARW/RAW images to JPG format.
Use this vagrant box running Ubuntu 19.04 with ultimate developer tools such as Docker, Miniconda, OpenJDK 1.8, Maven, Ant, SBT, Node and VS Code.
Learn how to write beautiful, idiomatic Python code that will improve readability and performance.