Skip to content

Commit 430272b

Browse files
committed
new shell resource
1 parent 7c45dcd commit 430272b

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

content/pages/02-development-environments/07-shells.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ environment named `fullstackpython` within the macOS Terminal application.
4545
little tool that shows how input and arguments in the shell break
4646
down and are interpreted by commands. The data is pulled from the
4747
[Ubuntu](/ubuntu.html) `man` pages.
48+
49+
* [Shell productivity tips and tricks](https://blog.balthazar-rouberol.com/shell-productivity-tips-and-tricks.html)
50+
covers how to increase your effectiveness on the shell across topics such as
51+
navigating history, autocompletion, and pattern matching.

content/pages/03-data/08-django-orm.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ that have been added throughout the project's history.
3939
[Django Silk](http://mtford.co.uk/blog/2/) is another inspection tool and
4040
has capabilities to do more than just SQL inspection.
4141

42+
* [Django QuerySet Examples (with SQL code included)](https://davit.tech/django-queryset-examples/)
43+
teaches how QuerySets work and shows the corresponding SQL code behind the
44+
Python code you write to use the ORM.
45+
4246
* [Making a specific Django app faster](http://reinout.vanrees.org/weblog/2014/05/06/making-faster.html)
4347
is a Django performance blog post with some tips on measuring performance
4448
and optimizing based on the measured results.

content/pages/04-web-development/52-twilio.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ for fellow developers.
9292
walks through using the Python runtime on [AWS Lambda](/aws-lambda.html)
9393
and Twilio's APIs for validating phone number information.
9494

95+
* [Receive Flask Error Alerts by Email with Twilio SendGrid](https://www.twilio.com/blog/receive-flask-error-alerts-email-twilio-sendgrid)
96+
shows how to use Twilio to add email error reports to [Flask](/flask.html)
97+
web applications.
9598

9699
* [Google Cloud recommends developers use Twilio](https://cloud.google.com/appengine/docs/standard/python/sms/twilio)
97100
for communications in their apps and provides a short walkthrough for

0 commit comments

Comments
 (0)