Python Intro – Drawing Functions, Part 2
Purpose
In this Python Intro part 2 we will plot a function
(a second degree polynomial equation).
In the process you will learn about variables, loops,
conditions and a bit of math.
If you haven’t worked with the activity
Python Intro – Lines of Code, Part 1,
it might be a good idea to start there.
Task
Click on this link and follow the instructions:
Test yourself!
- What have you learned about coding in Python?
Write down 3 things you want to remember are
good code examples.
- Write the meaning of these words:
- plot
- variable
- loop
- condition