Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More links to twilio-python client / REST API? #2

Open
vmdx opened this issue Oct 5, 2012 · 1 comment
Open

More links to twilio-python client / REST API? #2

vmdx opened this issue Oct 5, 2012 · 1 comment

Comments

@vmdx
Copy link
Contributor

vmdx commented Oct 5, 2012

In the SMS workshop, I feel like students may just feel like they are copy-pasting code. I think it may be useful to sprinkle more links to the twilio-python docs / REST API docs so that students will see where the code is coming from and how to expand on it further. I can handle this if you think it's a good idea!

For example:

To do this, phone numbers will be added to a set and checked before each vote is tallied.
if msg.from_ in voted:
continue

could be, instead:

To do this, the voting phone numbers (accessed through the from_ attribute) will be added to a set and checked before each vote is tallied.

@kyleconroy
Copy link
Contributor

This is a very good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants