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...
SMACK 15: Programming parallel workloads with PyCOMPSs in La Palma
PyCOMPSs is a task-based programming in Python that enables simple sequential codes to be executed in parallel in distributed computing platforms. It is based...
LaTeX is a professional typesetting system to create a ready-to-print or publish (usually PDF!) document (usually papers!). LaTeX is the format used by arXiv...
In the 16th SMACK, the very basics of LaTeX were introduced; showing how to make a basic document from scratch, set the printable size, inserting images and...