2025-04-27
This talk is recorded and will be posted on Youtube @rladiesrome
Please remember that all our attendees are expected to adhere to our Code of Conduct
๐ https://rladies.org/coc/
We ensure a safe, inclusive, and harassment-free space for learning. We are committed to providing a respectful environment where everyone feels welcome to learn, connect, and grow.
rladies_global |>
filter(city %in% c('Rome'))
R-Ladies Rome
is a local chapter of R-Ladies Global
dedicated to promoting continous learning
in the Open Source Community. Our monthly meetings provide a platform to discuss current trends and hot topics, such as Python
๐
If youโd like to join our team and contribute to our community, we have a few open positions!
Fill out the form here ๐ https://forms.gle/SkBiab8LhLcehpKu6
๐ฃ Python is a programming language that lets you work quickly and integrate systems more effectively.
Use Case | R | Python |
---|---|---|
Best for | Statistical analysis, data visualization | General-purpose programming |
Learning curve | Intuitive for data analysis and stats | Accessible for general programming |
Visualization | ggplot2 |
matplotlib |
Data handling | data.frame , tidyverse |
pandas , numpy |
Machine Learning | caret , tidymodels |
scikit-learn , TensorFlow |
Reproducible reporting | Quarto, RMarkdown | Jupyter Notebooks, Quarto |
Community | Strong in academia and research | Strong in industry and web development |
NumPy
(Numerical Python)pandas
(high-level data structures and functions)matplotlib
(plots and other two-dimensional data visualizations)SciPy
(collection of scientific packages)scikit-learn
(machine learning toolkit)statsmodels
(statistical modeling)Python3
VSCode
- Visual Studio Code (IDE)pip
(Python package manager) to install librariesimport
to load librariesas
to give a library an aliasPython for Data Analysis, 3E by Wes McKinney
Python Data Science Handbook by Jake VanderPlas
Python for Everybody by Charles Severance
Python Crash Course by Eric Matthes
Automate the Boring Stuff with Python by Al Sweigart