We are going to expand our knowledge of programming by learning Python! To do this, we need to make an account for the following two websites:
- https://www.codecademy.com/learn
- repl.it
**Make sure you know your logins! You don’t want to lose code!!**
Step One:
- Search Code Academy for "Python 2" and "Start"
- To begin, you need to work through the tasks using the tutorial document. Challenges will be due to the Google Classroom by the end of class Jan 21/22 (A/B).
- Tutorials: Tip Calculator, Mad Lib, Pyg Latin Translator, Vacation
Step Two:
Make a four function calculator in repl.it with the following requirements:
Four Function Calculator (+, -, *, /)
- It needs to be able to evaluate decimals (floats)
- It should include conditionals
- It should display equation for user
- It needs to be “user-friendly” (Clear display, logical inputs, etc)
- Cannot break when divided by 0!
Skills: Variables, if/elif/else, user input, mathematical operations
Step Three:
- Read the following information found here:
http://www.greenteapress.com/thinkpython/html/book009.html
- Complete exercises # 1-7 in Repl.it and show when done
- For me to check them – all exercises should be on one file (although it may be easier to do them on separate files and then paste them all in one to be checked)
Step Four:
- Look at the List Tutorials found HERE
- Complete the exercises (1-4 *4 is near the bottom of the post) in Repl.it and have them checked