Compare commits

..

5 Commits

Author SHA1 Message Date
David Beazley
d540e77118 Merge pull request #33 from darshandzend/patch-1
Fix typo
2023-07-28 19:58:50 -05:00
Darshan Zend
397b736762 Fix typo 2023-07-28 15:44:27 +01:00
David Beazley
9bb142586b Added question 2023-07-27 05:10:23 -05:00
David Beazley
558ece5cf5 Merge pull request #31 from davidlowryduda/patch-1
Update ex7_1.md
2023-07-26 19:52:09 -05:00
David Lowry-Duda
b82efeca2a Update ex7_1.md
This **tiny** commit corrects two typos.
2023-07-26 14:44:31 -04:00
2 changed files with 9 additions and 3 deletions

View File

@@ -4,11 +4,11 @@
*Objectives:* *Objectives:*
- Learn how to define a simple decorator functions. - Learn how to define simple decorator functions.
*Files Created:* `logcall.py` *Files Created:* `logcall.py`
*Files Modifie:* `validate.py` *Files Modified:* `validate.py`
## (a) Your First Decorator ## (a) Your First Decorator

View File

@@ -106,9 +106,15 @@ Python language, not third party libraries or tooling.
**A:** Mainly, it's an issue of calendar timing and scope. Course **A:** Mainly, it's an issue of calendar timing and scope. Course
material was primarily developed pre-pandemic and represents Python as material was primarily developed pre-pandemic and represents Python as
it was at that time. Some topics (e.g., typing or async) are it was at that time. Some topics (e.g., typing or async) are
sufficiently complex that they would be bettered covered on their own sufficiently complex that they would be better covered on their own
in a separate course. in a separate course.
**Q: Why did you release the course?**
**A:** This course was extensively taught pre-pandemic. Post-pandemic,
my teaching has shifted towards projects and CS fundamentals.
However, why let a good course just languish on my computer?
**Q: How can I help?** **Q: How can I help?**
**A:** If you like the course, the best way to support it is to tell **A:** If you like the course, the best way to support it is to tell