File tree Expand file tree Collapse file tree
02-development-environments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ your own productive workflow.
7777 is a high-level overview post that starts a series on Jupyter Notebooks.
7878 This first post covers why a tool like Jupyter Notebook is needed in
7979 the broader landscape of data science.
80+ [ Part 2] ( https://ljvmiranda921.github.io/notebook/2020/03/16/jupyter-notebooks-in-2020-part-2/ )
81+ examines the growth of the Jupyter ecosystem and the jump from exploratory
82+ analysis notebooks to production notebooks.
8083
8184* [ How to Version Control Jupyter Notebooks] ( https://nextjournal.com/schmudde/how-to-version-control-jupyter )
8285 explains how Jupyter Notebooks are stored in JSON, the issues with that
Original file line number Diff line number Diff line change @@ -182,3 +182,9 @@ following resources should get you past the initial hurdles.
182182 Django ORM with [ PostgreSQL] ( /postgresql.html ) , which is useful
183183 when you want to prevent multiple processes from accessing the same
184184 data at the same time.
185+
186+ * [ Using Django Check Constraints for the Sum of Percentage Fields] ( https://adamj.eu/tech/2020/03/10/django-check-constraints-sum-percentage-fields/ )
187+ shows how you can combine several ` PositiveIntegerField ` model
188+ fields with a checking constraint and a web form that ensures
189+ all of the fields sum up to a precise amount, such as 100%.
190+
You can’t perform that action at this time.
0 commit comments