Blind Luck MUD Development Diary, Entry 8: Dynamic Descriptions
https://enfors.medium.com/blind-luck-mud-development-diary-entry-8-dynamic-descriptions-77e7be925e84
https://enfors.medium.com/blind-luck-mud-development-diary-entry-8-dynamic-descriptions-77e7be925e84
Medium
Blind Luck MUD Development Diary, Entry 8: Dynamic Descriptions
On the value of having dynamic descriptions which reflect time of day and the weather.
Simple trick to work with relative paths in Python
https://mikehuls.medium.com/simple-trick-to-work-with-relative-paths-in-python-c072cdc9acb9
https://mikehuls.medium.com/simple-trick-to-work-with-relative-paths-in-python-c072cdc9acb9
Medium
Simple trick to work with relative paths in Python
Calculate the file path at runtime with ease!
Interconnecting Airflow with a NiFi ETL-pipeline
https://medium.com/@cribbersix/interconnecting-airflow-with-a-nifi-etl-pipeline-8abea0667b8a
https://medium.com/@cribbersix/interconnecting-airflow-with-a-nifi-etl-pipeline-8abea0667b8a
Medium
Interconnecting Airflow with a NiFi ETL-pipeline
NiFi and Airflow are both powerful tools which are regularly in use in data projects, but using them together is not always easy. In this…
Simply Spline Regression: Polynomials between Knots
https://medium.com/statistics-made-simple/simply-spline-regression-polynomials-between-knots-3d007523ad99
https://medium.com/statistics-made-simple/simply-spline-regression-polynomials-between-knots-3d007523ad99
Medium
Simply Spline Regression: Polynomials between Knots
Using python’s ststsmodels library
python进阶(21)typing模块--类型提示支持 - Silent丿丶黑羽
http://www.cnblogs.com/jiakecong/p/15457609.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/jiakecong/p/15457609.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python进阶(21)typing模块--类型提示支持 - Silent丿丶黑羽 - 博客园
typing介绍 Python是一门弱类型的语言,很多时候我们可能不清楚函数参数的类型或者返回值的类型,这样会导致我们在写完代码一段时间后回过头再看代码,忘记了自己写的函数需要传什么类型的参数,返回什
An Introduction to Pandas Library in Python
https://python.plainenglish.io/what-is-pandas-data-structure-efd3bec98a57
https://python.plainenglish.io/what-is-pandas-data-structure-efd3bec98a57
Medium
An Introduction to Pandas Library in Python
What is pandas library and what is it used for?
Can automation developers benefit from low-level programming?
https://eldadu1985.medium.com/can-automation-developers-benefit-from-low-level-programming-f0e5bb9e3cf5
https://eldadu1985.medium.com/can-automation-developers-benefit-from-low-level-programming-f0e5bb9e3cf5
Medium
Can automation developers benefit from low-level programming?
Automation development is usually regarded as a domain of high-level programming.
Python Logging — logger.error versus logger.exception
https://medium.com/@rahulkumar_33287/logger-error-versus-logger-exception-4113b39beb4b
https://medium.com/@rahulkumar_33287/logger-error-versus-logger-exception-4113b39beb4b
Medium
Python Logging — logger.error versus logger.exception
There are subtle differences which I stumbled onto recently although I have used Logging module for as long as I have been writing Python.