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

Formatting and wording changes for Lesson 4 README #54

Open
disenlighten opened this issue Oct 15, 2019 · 0 comments
Open

Formatting and wording changes for Lesson 4 README #54

disenlighten opened this issue Oct 15, 2019 · 0 comments

Comments

@disenlighten
Copy link

disenlighten commented Oct 15, 2019

###Please consider the following changes for the Lesson 4 README. Please let me know if I should submit a pull request.

OOP Implementation Using Python

TASK 1:

Refer to the web site for information about the Python turtle module. Study about Class implementation from given repository resources and write a python script for making an animation of multiple squares deviating at an angle to form a circle.

Assistance:

  • The Python Standard Library has a module called turtle.
  • The turtle module has a class called Turtle.
  • Calling turtle.Turtle() instantiates the class.
  • Refer to the web site for turtle documentation.
  • Check on Resources to get the solution.

TASK 2:

Using the Twilio python module (which is not a part of the Standard Python Library), write a python script that can send a message to a phone number. Study about Twilio and python usage from the Internet.

(Messages from a small piece of code?? Interesting!)

Assistance:

  • Study the 'twilio' module.
  • A Twilio account is needed to use the API.
  • Be careful about Auth Tokens.
  • Refer to the web site for complete documentation of the twilio module.
  • Check on Resources to get the solution.

About Used Modules:

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

1 participant