使用TGOS API比對地址與查尋坐標
https://terrence0303-64740.medium.com/%E4%BD%BF%E7%94%A8tgos-api%E6%AF%94%E5%B0%8D%E5%9C%B0%E5%9D%80%E8%88%87%E6%9F%A5%E5%B0%8B%E5%9D%90%E6%A8%99-5db276ab278a
https://terrence0303-64740.medium.com/%E4%BD%BF%E7%94%A8tgos-api%E6%AF%94%E5%B0%8D%E5%9C%B0%E5%9D%80%E8%88%87%E6%9F%A5%E5%B0%8B%E5%9D%90%E6%A8%99-5db276ab278a
Medium
使用TGOS API比對地址與查尋坐標
TGOS是內政部所有的地理資訊圖資雲服務平台,主要功能是提供全國門牌定位服務以及建立Web圖台應用,其中全國門牌資料是由全國地方政府提供,再由內政部彙整且持續更新,因此相比Google Map,TGOS的門牌定位更具可信度,也因此國內許多政府單位使用的地址資料都是取自TGOS。
Making a Simple Calculator using Dictionaries with Functions in Python
https://medium.com/@ayush_dixit/making-a-simple-calculator-using-dictionaries-with-functions-8fc699e141e6
https://medium.com/@ayush_dixit/making-a-simple-calculator-using-dictionaries-with-functions-8fc699e141e6
Medium
Making a Simple Calculator using Dictionaries with Functions in Python
Recently, i took the challenge of 100 Days of Python coding. A fine example of using Dictionaries with functions is demonstrated below by…
Solve Maze using Breadth First Search (BFS) algorithm in Python
https://medium.com/@andreas.soularidis/solve-maze-using-breadth-first-search-bfs-algorithm-in-python-7931acbe8a93
https://medium.com/@andreas.soularidis/solve-maze-using-breadth-first-search-bfs-algorithm-in-python-7931acbe8a93
Medium
Solve Maze using Breadth First Search (BFS) algorithm in Python
In my last article, we talked about Depth First Search (DFS) Algorithm and used it, in order to find solution to Sudoku puzzle. Today, we’…
Introduction to Python : An Iconic Programming Language
https://medium.com/better-python/introduction-to-python-an-iconic-programming-language-f9c3b510cd09
https://medium.com/better-python/introduction-to-python-an-iconic-programming-language-f9c3b510cd09
Medium
Introduction to Python : An Iconic Programming Language
An Exciting Journey of Learning Python Starts Here…
Automate Microsoft Excel and Word Using Python
https://towardsdatascience.com/automate-microsoft-excel-and-word-using-python-1eee9c003471
https://towardsdatascience.com/automate-microsoft-excel-and-word-using-python-1eee9c003471
Regular Expressions: Extract YouTube ID from a URL
https://medium.com/@mattkenefick/regular-expressions-extract-youtube-id-from-a-url-d5a4ba739188
https://medium.com/@mattkenefick/regular-expressions-extract-youtube-id-from-a-url-d5a4ba739188
Medium
Regular Expressions: Extract YouTube ID from a URL
If you work with videos often, at some point you’ll likely need to parse a YouTube ID from a user submitted string. The IDs exist in a…
Starting with Data Science. The Platform. The Environment. The Automation
https://medium.com/@data.dad/starting-with-data-science-the-platform-the-environment-the-automation-8ac3f45249e4
https://medium.com/@data.dad/starting-with-data-science-the-platform-the-environment-the-automation-8ac3f45249e4
Medium
Starting with Data Science. The Platform. The Environment. The Automation
Do you want to know which Python platform will help you do the projects you want to do?
Cartesian Product in python with and without itertools.product() function
https://medium.com/@harshnative/cartesian-product-in-python-with-and-without-itertools-product-function-8df9048ea8c5
https://medium.com/@harshnative/cartesian-product-in-python-with-and-without-itertools-product-function-8df9048ea8c5
Medium
Cartesian Product in python with and without itertools.product() function
Monkey Patching vs. Simple Dependency Injection in modern Python
https://medium.com/@el3ng/monkey-patching-vs-simple-dependency-injection-in-modern-python-8ef735a3d0d9
https://medium.com/@el3ng/monkey-patching-vs-simple-dependency-injection-in-modern-python-8ef735a3d0d9
Medium
Monkey Patching vs. Simple Dependency Injection in modern Python
With an improved pattern for Dependency Injection in Python3.7+
How Long Should Your Python Functions Be?
https://python.plainenglish.io/how-long-should-your-python-functions-be-6009b023b0f3
https://python.plainenglish.io/how-long-should-your-python-functions-be-6009b023b0f3
Medium
How Long Should Your Python Functions Be?
Smaller than they currently are.
Create Documentation for Python Codes
https://mebaysan.medium.com/create-documentation-for-python-codes-ca6167a0a904
https://mebaysan.medium.com/create-documentation-for-python-codes-ca6167a0a904
Medium
Create Documentation for Python Codes
Hi everyone. In this story we will try to cover how we can create documentation for our Python codes and what is the doc string. I hope it…
Usando Python Visual no Power BI
https://medium.com/@_orlandogomes/usando-python-visual-no-power-bi-afd0ec15f47a
https://medium.com/@_orlandogomes/usando-python-visual-no-power-bi-afd0ec15f47a
Medium
Usando Python Visual no Power BI
Fala Pessoal!
Increase the cuteness quotient of your charts
https://towardsdatascience.com/increase-the-cuteness-quotient-of-your-charts-fda960d84bee
https://towardsdatascience.com/increase-the-cuteness-quotient-of-your-charts-fda960d84bee
Medium
Increase the cuteness quotient of your charts
Create hand-drawn xkcd styled charts in Python