# Python Further Reading
## Courses
- Alternate Carpentries Python course, introduces basic concepts again with a focus on dataframes and plotting - http://swcarpentry.github.io/python-novice-gapminder/
- RealPython, good tutorial website, with lessons in chunks, some require registration but some are free - https://realpython.com/
## Websites
- Google Colab, free (need google account) Python notebook environments in the cloud - https://colab.research.google.com/
- Kaggle, data science focused website with tutorials on using python tools for data analysis and machine learning - https://www.kaggle.com/learn
## Books
- Learn Python the Hard way - https://rupert.id.au/python/book/learn-python3-the-hard-way-nov-15-2018.pdf
- Automate the boring stuff - https://automatetheboringstuff.com/