An open API service indexing awesome lists of open source software.

https://github.com/astrazeneca/data-science-python-course


https://github.com/astrazeneca/data-science-python-course

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Data Science in Python

### Venue

Online training course run by the Data Science Academy, AstraZeneca, Cambridge (UK)

### Trainers

Gabriella Rustici, Sergio Martínez Cuesta, Leo Souliotis, Katarzyna Nurzynska, Michał Oziębło, Daniel Roythorne, Samuel Lewis, Caterina Darcy

### Course structure and links

Week | Title | Activity | Materials | Trainer
:---:|:-----:|:--------:|:---------:|:-------:
0 | Troubleshooting software installations | preparation | [Introduction and installations](notebooks/week0_materials.ipynb) | all
0 | Basic Python concepts and functions | preparation | [Materials](notebooks/week0_lecture.ipynb) | all
0 | Basic Python concepts and functions | preparation | [Solutions](notebooks/week0_solutions.ipynb) | all
1 | Data handling | Lecture | [Materials](notebooks/week1_lecture.ipynb) | JB
1 | Data handling | Recap | [Solutions](notebooks/week1_solutions.ipynb) | JB
2 | Data visualisation | Lecture | [Materials](notebooks/week2_lecture.ipynb) | JB
2 | Data visualisation | Recap | [Solutions](notebooks/week2_solutions.ipynb) | JB
3 | Key concepts in statistics and machine learning | Lecture | [Materials](notebooks/week3_lecture.ipynb) | LS
4 | Data analysis and modelling | Lecture | [Materials](notebooks/week4_lecture.ipynb) | LS
4 | Data analysis and modelling | Recap | [Solutions](notebooks/week4_solutions.ipynb) | LS
5 | Introduction to Machine Learning - part 1 | Lecture | [Materials](notebooks/week5_lecture_2.ipynb) | MO
5 | Introduction to Machine Learning - part 1 | Recap | [Solutions](notebooks/week5_solutions_2.ipynb) | MO
6 | Introduction to Machine Learning - part 2 | Lecture | Materials | MO
6 | Introduction to Machine Learning - part 2 | Recap | Solutions | MO
7 | Networks and Knowledge Graphs | Lecture | [Materials](notebooks/week7_lecture.ipynb) | KN

### References

- Data Science in Python by Data Science Academy at AstraZeneca:
- [June-July 2020 course](https://github.com/semacu/data-science-python)
- [January-February 2021 course](https://github.com/semacu/202101-data-science-python)
- [May-June 2021 course](https://github.com/semacu/202105-data-science-python)
- [October-November 2021 course](https://github.com/semacu/202110-data-science-python)
- The University of Cambridge [Introduction to Python course](https://github.com/pycam/python-basic)
- The University of Cambridge [Data Science in Python course](https://github.com/pycam/python-data-science)
- Data Carpentry [Python lessons](https://datacarpentry.org)
- The CRUK-CI [Introduction to R during COVID-19 course](https://bioinformatics-core-shared-training.github.io/r-intro/)
- Python pandas [documentation](https://pandas.pydata.org/docs/)