Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feststelltaste/software-analytics-workshop-guided
A repository with interactive lessons that gets you started with software analytics!
https://github.com/feststelltaste/software-analytics-workshop-guided
Last synced: 30 days ago
JSON representation
A repository with interactive lessons that gets you started with software analytics!
- Host: GitHub
- URL: https://github.com/feststelltaste/software-analytics-workshop-guided
- Owner: feststelltaste
- License: mit
- Created: 2020-08-18T15:19:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T11:32:51.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:16:28.418Z (4 months ago)
- Language: Jupyter Notebook
- Homepage: http://softwareanalytics.de/
- Size: 6.41 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-software-analytics - Markus Harrer: Software Analytics Workshop (2019) - a repository with a guided tour through first software analysis using Data Science approaches und tools. (Hands-Ons)
README
# Software Analytics Workshop (Guided Edition)
This repository contains several interactive programming examples for introducing people to the world of Software Analytics with Jupyter Notebook, Python, pandas, and Co.
The main idea is to give you enough material to get you started with Software Analytics. Thus, you can click on the following button to create an online environment without any installation efforts: [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/repo/feststelltaste/software-analytics-workshop-guided/HEAD?urlpath=tree/)
From there, a good start are the so-called Jupyter Notebooks in `tutorial`. You'll be guided through some examples of Software Analytics. After this, I recommend that you take a tour through `cheatbooks`. Here you can get additional information about using the data analysis framework "pandas" to conduct data-driven software analyses. After this, you can try to solve some of the `exercises` that contain possible solutions for the tasks if you got stuck.## Content
You find the following content in this repository:
* `cheatbooks`: introductory examples into the world of data analysis with python, pandas & co.
* `datasets`: various data from software systems or the like that is going to be analyzed
* `exercises`: a collection of exercises you can tackle once you know enough about Software Analytics (incl. possible solutions)
* `tutorial`: a self-study tutorial that introduces you to the art of Software Analytics with Data Science tooling## Feedback
* Found a bug? Is something not understandable? Got ideas for new stuff? Let me know by [filing an issue in this GitHub repository](https://github.com/feststelltaste/software-analytics-workshop-guided/issues)!
## What's next?
If you look at a repository without the solution, please take a look at the [workshop repository without solutions](https://github.com/feststelltaste/software-analytics-workshop ).
If you want to challenge yourself or your team with Software Analytics related questions, take a look at [Software Analytics Katas](https://github.com/feststelltaste/software-analytics-katas).
From time to time, I also give [Software Analytics workshops via INNOQ](https://www.innoq.com/en/trainings/software-analytics/). You can also contact INNOQ directly if you want to have me for a [company-internal Software analytics workshop](https://www.innoq.com/en/training_inquiries/new/?training_id=110).
You want to know more about Software Analytics? Please visit my info page at https://softwareanalytics.de/!