Python图像处理丨图像腐蚀与图像膨胀 - 华为云开发者联盟
https://www.cnblogs.com/huaweiyun/p/16473056.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/huaweiyun/p/16473056.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python图像处理丨图像腐蚀与图像膨胀 - 华为云开发者联盟 - 博客园
摘要:本篇文章主要讲解Python调用OpenCV实现图像腐蚀和图像膨胀的算法。 本文分享自华为云社区《[Python图像处理] 八.图像腐蚀与图像膨胀》,作者: eastmount 。 本篇文章主要
Django + Celery: Going deeper with background tasks in Python
https://levelup.gitconnected.com/django-celery-going-deeper-with-background-tasks-in-python-fa44958cf7cd
https://levelup.gitconnected.com/django-celery-going-deeper-with-background-tasks-in-python-fa44958cf7cd
Medium
Django + Celery: Going deeper with background tasks in Python
An essential tool for any web developer is making work happen in the background.
APScheduler: Dynamic Task Scheduling Library in Python
https://levelup.gitconnected.com/apscheduler-dynamic-task-scheduling-library-in-python-fc1e6eb33c85
https://levelup.gitconnected.com/apscheduler-dynamic-task-scheduling-library-in-python-fc1e6eb33c85
Medium
APScheduler: Dynamic Task Scheduling Library in Python
Programmatically Manage and Execute Custom Cron Based Jobs
Python New method and Python Call method, OOPS Part-4
https://medium.com/@coder033/python-new-method-and-python-call-method-oops-part-4-1a08d62116a9
https://medium.com/@coder033/python-new-method-and-python-call-method-oops-part-4-1a08d62116a9
Medium
Python New method and Python Call method, OOPS Part-4
__new__()
A look into International Football before the WC
https://medium.com/@samuelcaeiro2014/a-look-into-international-football-before-the-wc-ad565428e05f
https://medium.com/@samuelcaeiro2014/a-look-into-international-football-before-the-wc-ad565428e05f
Medium
A look into International Football before the WC
Inspired by the 2022 World Cup, I used some data of International Football matches to take a look into how the sport evolved over the…
Face Detection using Python | Haar cascade | MTCNN | DSFD
https://praveen-sujanmulk.medium.com/face-detection-using-python-haar-cascade-mtcnn-dsfd-8d459e25e034
https://praveen-sujanmulk.medium.com/face-detection-using-python-haar-cascade-mtcnn-dsfd-8d459e25e034
Medium
Face Detection using Python | Haar cascade | MTCNN | DSFD
State of Art DSFD
ТОП-3 практики оркестрации данных с Apache AirFlow: советы Astronomer
https://medium.com/@bigdataschool/%D1%82%D0%BE%D0%BF-3-%D0%BF%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8-%D0%BE%D1%80%D0%BA%D0%B5%D1%81%D1%82%D1%80%D0%B0%D1%86%D0%B8%D0%B8-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D1%81-apache-airflow-%D1%81%D0%BE%D0%B2%D0%B5%D1%82%D1%8B-astronomer-801235ea2be5
https://medium.com/@bigdataschool/%D1%82%D0%BE%D0%BF-3-%D0%BF%D1%80%D0%B0%D0%BA%D1%82%D0%B8%D0%BA%D0%B8-%D0%BE%D1%80%D0%BA%D0%B5%D1%81%D1%82%D1%80%D0%B0%D1%86%D0%B8%D0%B8-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D1%81-apache-airflow-%D1%81%D0%BE%D0%B2%D0%B5%D1%82%D1%8B-astronomer-801235ea2be5
Medium
ТОП-3 практики оркестрации данных с Apache AirFlow: советы Astronomer
Сегодня рассмотрим несколько рекомендаций по построению масштабной и устойчивой экосистемы интеграции корпоративных данных на базе Apache AirFlow от компании Astronomer, которая активно способствует…
Install Basemap and Basemap High Data Resolution using Anaconda
https://medium.com/@hani.ramadhan/install-basemap-and-high-data-resolution-using-anaconda-73d75a10fcd8
https://medium.com/@hani.ramadhan/install-basemap-and-high-data-resolution-using-anaconda-73d75a10fcd8
Medium
Install Basemap and Basemap High Data Resolution using Anaconda
A few days ago, I found some practical jupyter notebook to visualize Model Physics and Global Waves from Marine Copernicus Services. The…
Tide implementation in the Telemac 2D, some notes from the example
https://medium.com/@hani.ramadhan/tide-implementation-in-the-telemac-2d-some-notes-from-the-example-4ef8a8285e6e
https://medium.com/@hani.ramadhan/tide-implementation-in-the-telemac-2d-some-notes-from-the-example-4ef8a8285e6e
Medium
Tide implementation in the Telemac 2D, some notes from the example
The tidal process has a significant role in controlling water levels in shallow water. Therefore, knowing how to implement this process in…
Data Structures and Algorithms: Selection Sort
https://medium.com/@799656/data-structures-and-algorithms-selection-sort-44953e900993
https://medium.com/@799656/data-structures-and-algorithms-selection-sort-44953e900993
Medium
Data Structures and Algorithms: Selection Sort
Introduction/How It Works