Using Functions for Dependency Injection and as Callback in Python
https://medium.com/@pjonsms/using-functions-for-dependency-injection-and-as-callback-in-python-b1767a60a597
https://medium.com/@pjonsms/using-functions-for-dependency-injection-and-as-callback-in-python-b1767a60a597
Medium
Using Functions for Dependency Injection and as Callback in Python
Although implementing Dependency Injection design pattern and Callbacks can be implemented in most programming languages (even in VB6)…
Writeup — Daily Coding Problem (n. 4)
https://medium.com/@nicola.moro2312/writeup-daily-coding-problem-n-4-9d75c264a982
https://medium.com/@nicola.moro2312/writeup-daily-coding-problem-n-4-9d75c264a982
Medium
Writeup — Daily Coding Problem (n. 4)
Rand to rand
Which is better Daily or Monthly SIP? — A Simple Analysis
https://medium.com/@geetkal67/which-is-better-daily-or-monthly-sip-a-simple-analysis-d9c82eefca26
https://medium.com/@geetkal67/which-is-better-daily-or-monthly-sip-a-simple-analysis-d9c82eefca26
Medium
Which is better Daily or Monthly SIP? — A Simple Analysis
If you don’t find a way to make money while you sleep, you will work until you die — Warren Buffett
Day 12 of 100 of Django: Django Template Language Part III
https://medium.com/@aman_adastra/day-12-of-100-of-django-django-template-language-part-iii-21ce771225ff
https://medium.com/@aman_adastra/day-12-of-100-of-django-django-template-language-part-iii-21ce771225ff
Medium
Day 12 of 100 of Django: Django Template Language Part III
Hi🙋♂️ Devs, Let’s see Dot Lookup and For Loop in Django Template Language🤔.
Simple Flask apps for finance. Part 1
https://medium.com/@averinjr/simple-flask-apps-for-finance-part-1-647c30a69ce
https://medium.com/@averinjr/simple-flask-apps-for-finance-part-1-647c30a69ce
Medium
Simple Flask apps for finance. Part 1
Introduction
When to and Why Use Parentheses in Python
https://medium.com/@pjonsms/when-to-and-why-use-parentheses-in-python-1a89873d6f88
https://medium.com/@pjonsms/when-to-and-why-use-parentheses-in-python-1a89873d6f88
Medium
When to and Why Use Parentheses in Python
One of the important (and usually confusing) concepts a developer needs to understand in Python is the use (or omission) of parentheses…
Python 封装SNMP调用接口 - lyshark
https://www.cnblogs.com/LyShark/p/16512846.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/LyShark/p/16512846.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python 封装SNMP调用接口 - lyshark - 博客园
PySNMP 是一个纯粹用Python实现的SNMP,用PySNMP的最抽象的API为One-line Applications,其中有两类API:同步的和非同步的,都在模块pysnmp.entity
วิธีเปลี่ยน .xlsx เป็น .csv โดยใช้ script
https://medium.com/@todedunkpod/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%99-xlsx-%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99-csv-%E0%B9%82%E0%B8%94%E0%B8%A2%E0%B9%83%E0%B8%8A%E0%B9%89-script-40f95913df80
https://medium.com/@todedunkpod/%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%99-xlsx-%E0%B9%80%E0%B8%9B%E0%B9%87%E0%B8%99-csv-%E0%B9%82%E0%B8%94%E0%B8%A2%E0%B9%83%E0%B8%8A%E0%B9%89-script-40f95913df80
Medium
วิธีเปลี่ยน .xlsx เป็น .csv โดยใช้ script
เนื่องจากผมได้รับมอบหมายงานให้อัพข้อมูลดิบขึ้นเซิฟเวอร์ ความอิบอายจึงบังเกิด เนื่องจากยังไม่ค่อยรู้อะไรมากเกี่ยวกับด้านนี้
How to trigger Airflow DAG using REST API
https://deeputyagi39.medium.com/how-to-trigger-airflow-dag-using-rest-api-dd40e3f7a30d
https://deeputyagi39.medium.com/how-to-trigger-airflow-dag-using-rest-api-dd40e3f7a30d
Medium
How to trigger Airflow DAG using REST API
This post will discuss triggering dag using rest API in Airflow version 2. Airflow released Airflow API (Stable) (1.0.0) to access its…
Format a number of seconds to date using python
https://medium.com/@kodwings_83670/format-a-number-of-seconds-to-date-using-python-c9e7dcd0d411
https://medium.com/@kodwings_83670/format-a-number-of-seconds-to-date-using-python-c9e7dcd0d411
Medium
Format a number of seconds to date using python
Introduction
Cannot perform reduce with flexible type
https://medium.com/@kodwings_83670/cannot-perform-reduce-with-flexible-type-5a3c5d0a063a
https://medium.com/@kodwings_83670/cannot-perform-reduce-with-flexible-type-5a3c5d0a063a
Medium
Cannot perform reduce with flexible type
If you are trying to perform a mathematical operation on NumPy arrays containing numerical strings that invoke the universal function…
Split string every n characters using python
https://medium.com/@kodwings_83670/split-string-every-n-characters-using-python-9513ccb032a0
https://medium.com/@kodwings_83670/split-string-every-n-characters-using-python-9513ccb032a0
Medium
Split string every n characters using python
Introduction
Unweighted Shortest Path With Obstacles
https://medium.com/@mustafaeral/unweighted-shortest-path-with-obstacles-42923de32038
https://medium.com/@mustafaeral/unweighted-shortest-path-with-obstacles-42923de32038
Medium
Unweighted Shortest Path With Obstacles
Suppose you are at the position(0,0) of the below grid and want to go to (n-1, n-1). How would you find the shortest path if you cannot…