Compare commits
5 Commits
09c35c10df
...
d540e77118
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d540e77118 | ||
|
|
397b736762 | ||
|
|
9bb142586b | ||
|
|
558ece5cf5 | ||
|
|
b82efeca2a |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user