diff options
author | Cody Hiar <cody@hiar.ca> | 2023-05-29 09:40:16 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-05-29 09:40:16 -0600 |
commit | f085cfedaa77b1705db81ddf194e8c32788a7508 (patch) | |
tree | 69cea7d8fdbc57bfe269fbc0f439b6e89645917f /README.md | |
parent | c919fbe8414bcf790ce3d7608d250119bad3f96a (diff) |
adding marks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -423,6 +423,7 @@ with maintenance so things should be up to date. - [Multiprocessing Pool in Python: The Complete Guide][1046] - [Python Asyncio: The Complete Guide][1070] - [Dynaconf: Configuration Management for Python][1072] +- [The Basics of Python Packaging in Early 2023][1081] ### Ops @@ -1159,6 +1160,10 @@ with maintenance so things should be up to date. - [Saving Money on International Payments as a Freelancer][734] +### AI + +- [Theres An AI For That][1080] + ### Misc - [PC Buying Guide][380] @@ -2251,3 +2256,5 @@ with maintenance so things should be up to date. [1077]: https://www.inc.com/jeff-haden/great-leaders-use-laws-of-influence-persuasive-backed-by-considerable-science.html [1078]: https://hbr.org/2020/11/how-apple-is-organized-for-innovation [1079]: https://rkoutnik.com/2016/04/21/implementers-solvers-and-finders.html +[1080]: https://theresanaiforthat.com/ +[1081]: https://drivendata.co/blog/python-packaging-2023 |