From 342c79933c4d856d9f30faf61192df86538e6dc1 Mon Sep 17 00:00:00 2001 From: jenniferfu0811 Date: Thu, 22 Apr 2021 16:53:51 +0800 Subject: [PATCH] Updating README to add Python "projects" section and related resources --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4d9349..d452a69 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,15 @@ a list of python resources * [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/) * [Raymond Hettinger - Beyond PEP 8 -- Best practices for beautiful intelligible code - PyCon 2015](https://youtu.be/wf-BqAjZb8M) -* [Python development workflow](https://stackoverflow.com/questions/19876993/python-module-import-relative-paths-issue/19877478#19877478) +* [Python development workflow](https://stackoverflow.com/questions/19876993/python-module-import-relative-paths-issue/19877478#19877478) * [Coding habits for data scientists](https://www.thoughtworks.com/insights/blog/coding-habits-data-scientists) +## projects + +* [DevProjects - Real-world curated Python projects](https://www.codementor.io/projects/python) +* [Top 45 Python project ideas for beginners](https://intellipaat.com/blog/python-project-ideas-for-beginners/) +* [Real-time projects for Python](https://data-flair.training/blogs/python-project-ideas/) + ## testing + [Ned Batchelder - Getting startend testing - PyCon 2014](https://youtu.be/FxSsnHeWQBY) @@ -32,17 +38,17 @@ a list of python resources * [The Hitchhiker's Guide to Python - Structuring your project](https://docs.python-guide.org/writing/structure/) + [Ionel Cristian Mărieș - Packaging a python library](https://blog.ionelmc.ro/2014/05/25/python-packaging/#the-structure) -+ [Anton Zhiyanov - How to make an awesome Python package in 2021](https://antonz.org/python-packaging/) ++ [Anton Zhiyanov - How to make an awesome Python package in 2021](https://antonz.org/python-packaging/) ## data science * [Pyhton data science handbook - Jake Vanderplas](https://jakevdp.github.io/PythonDataScienceHandbook/) * [How to Rank 10% in Your First Kaggle Competition](https://dnc1994.com/2016/05/rank-10-percent-in-first-kaggle-competition-en/) -* [Python data visualisations tutorial - Ben Hammer](https://www.kaggle.com/benhamner/python-data-visualizations) +* [Python data visualisations tutorial - Ben Hammer](https://www.kaggle.com/benhamner/python-data-visualizations) * [Towards pandas 1.0 - Marc Garcia](https://youtu.be/hK6o_TDXXN8) ## numpy -* [A Visual Intro to NumPy and Data Representation - +* [A Visual Intro to NumPy and Data Representation - Jay Alammar](https://jalammar.github.io/visual-numpy/) ## optimization