SMACK 10: Data analysis with Python: Pandas library
Pandas is an open source Python package that is widely used for data analysis. It is a powerful ally for data munging/wrangling and databases manipulation...
This talk will present an overview of what Latex is, discuss when to use it and when not, show installing and editing options, introduce classes and packages...
SMACK 12 - Do it faster! Simple ways to use all those cores (and GPUs) efficiently.
We will introduce several ways in which trivially embarrassingly parallel tasks can be run in laptops and desktops. We will introduce command-line tools such as...
SMACK 13: "Introduction to Containers (Docker and Singularity)"
Containers are portable environments that package up code and all its dependencies so that an application can run quickly and reliably from one computing...
SMACK 14: Make, a powerful tool to manage your projects
Did you ever want to re-run your project from the beginning, but run into trouble because you forgot one step? Do you want to run just one part of your project...