Intro to Programming with Python
In Intro to Programming with Python, we learned the basics of Python's syntax through weekly exercises and five course projects. We also covered some best practices for structuring your code and interacting with a user and their input.
I've shown below some examples of the coursework and what concepts we covered. If you wish to run any of the code, you may download the files, however, they have not been updated in keeping with current python versions.
- >>> name = "Harmonie"
- >>> subject = "python"
- >>> print(f"{name} is learning {subject}!")
- Harmonie is learning python!
Assignment #1
some text about the assignment
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Assignment #2
some text about the assignment
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Assignment #3
some text about the assignment
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Assignment #4
some text about the assignment
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Assignment #5
some text about the assignment
Lorem, ipsum dolor sit amet consectetur adipisicing elit.