Skip to content

Commit 663c0ec

Browse files
committed
add twilio resources
1 parent 70b882e commit 663c0ec

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

content/pages/03-data/16-pandas.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ is a data structures and analysis library.
4949
shows how to use the `crosstab` function in pandas so you can summarize
5050
and group data.
5151

52+
* [How to Convert a Python Dictionary to a Pandas DataFrame](https://www.marsja.se/how-to-convert-a-python-dictionary-to-a-pandas-dataframe/)
53+
is a straightforward tutorial with example code for loading and adding
54+
data stored in a typical Python dictionary into a DataFrame.
55+
5256
* This two-part series on loading data into a pandas DataFrame presents
5357
what to do
5458
[when CSV files do not match your expectations](http://blog.enthought.com/python/with-and-without-the-canopy-data-import-tool-loading-data-theres-no-such-thing-as-a-simple-csv-file/)

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,20 @@ for fellow developers.
8888
and [Bottle](https://www.twilio.com/blog/2016/08/getting-started-python-bottle-twilio-sms-mms.html)
8989
apps to learn from while building your own projects.
9090

91+
* [Serverless Phone Number Validation with AWS Lambda, Python and Twilio](https://www.twilio.com/blog/serverless-phone-number-validation-aws-lambda-python-twilio)
92+
walks through using the Python runtime on [AWS Lambda](/aws-lambda.html)
93+
and Twilio's APIs for validating phone number information.
94+
95+
9196
* [Google Cloud recommends developers use Twilio](https://cloud.google.com/appengine/docs/standard/python/sms/twilio)
9297
for communications in their apps and provides a short walkthrough for
9398
Python developers.
9499

95100
* [SMS Tracking Notifications](https://www.easypost.com/sms-tracking-tutorial)
96101
is a fun tutorial that combines two APIs together - Twilio and
97102
[Easypost](https://www.easypost.com) to track packages sent through the
98-
Easypost service.
103+
Easypost service. There is also another tutorial on
104+
[shipment notifications specifically for Flask](https://www.twilio.com/blog/build-shipment-notification-service-python-flask-twilio-easypost).
99105

100106
* This video titled
101107
"[We're No Strangers to VoIP: Building the National Rick Astley Hotline)](https://www.youtube.com/watch?v=LgKshQoGh64)"

0 commit comments

Comments
 (0)