From 4a89757b13ad0d21d8542274c03c21e1aed20d48 Mon Sep 17 00:00:00 2001 From: Ricardo Vitorino Date: Sat, 15 Jun 2024 14:30:45 +0100 Subject: [PATCH 1/2] Update django.md Remove the empty bullet from the list of resources (caused by the last pull request) --- topics/frameworks/django.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/frameworks/django.md b/topics/frameworks/django.md index ac3f692..5455219 100644 --- a/topics/frameworks/django.md +++ b/topics/frameworks/django.md @@ -10,7 +10,6 @@ Angular in how features are included by default and its opinionated default sett * [A Complete BeginnersGuide to Django](https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/) * [A Comprehensive introduction to Django web framework](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) * [Djangobook.com - A website of all available books on Django.](https://djangobook.com/) - * ### Groups and Communities * [Django-Users Google Group](https://groups.google.com/forum/#!forum/django-users) From 2ef3f233a6d1276eef74547be2ff7facde2d6e76 Mon Sep 17 00:00:00 2001 From: Ricardo Vitorino Date: Sat, 15 Jun 2024 14:35:33 +0100 Subject: [PATCH 2/2] Update essentials.md Add wtfpython's repository as a reference for learning resources --- topics/essentials.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/topics/essentials.md b/topics/essentials.md index a7378d1..48bc1f2 100644 --- a/topics/essentials.md +++ b/topics/essentials.md @@ -28,6 +28,9 @@ Comment by @Constuelo : "A large repository of open source books, administered b ## Code +### [wtfpython: Exploring and understanding Python through surprising snippets](https://github.com/satwikkansal/wtfpython) +Comment by @rjvitorino : "This project does a fantastic job of demystifying some of Python's unexpected outcomes, providing clear explanations and insights into Python's lesser-known features and nuances, a must-visit for any Python enthusiast looking to deepen their understanding of the language." + ## Video ### [Dan Bader's Python Tutorials](https://www.youtube.com/channel/UCI0vQvr9aFn27yR6Ej6n5UA)