ubuntu 安装Anaconda时报Syntax error: “(“ unexpected (expecting “)“) 及安装完毕时报“未找到命令”的解决,以及添加快捷方式启动图形界面
https://juejin.cn/post/7086395576262066212
https://juejin.cn/post/7086395576262066212
深入了解Python的Dask分布式调度程序 - selectfrom
https://www.jdon.com/60182#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.jdon.com/60182#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Jdon
深入了解Python的Dask分布式调度程序 - selectfrom
Dask 是一个强大的 Python 库,可让您使用一个代码将数据工程从一台机器扩展到多台机器,并具有 Python 的可 扩展性 。这种分布式电源的核心是 Dask 分布式调度程序。 从本质上讲,Dask调度器将工作交给某个工作者worker。如果该工作者worker看..
Setting up CNN (Convolutional Neural Network) for Character Recognition
https://medium.com/@prasadnimantha/setting-up-cnn-convolutional-neural-network-for-character-recognition-ad08e7bdd55e
https://medium.com/@prasadnimantha/setting-up-cnn-convolutional-neural-network-for-character-recognition-ad08e7bdd55e
Medium
Setting up CNN (Convolutional Neural Network) for Character Recognition
A Convolutional Neural Network (ConvNet / CNN) is an in-depth Learning algorithm that can take an input image, assign importance (learned…
Desarrollo de API Restful con Python, Django y Django Rest Framework
https://devjaime.medium.com/desarrollo-de-api-restful-con-python-django-y-django-rest-framework-e6f019dbe177
https://devjaime.medium.com/desarrollo-de-api-restful-con-python-django-y-django-rest-framework-e6f019dbe177
Medium
Desarrollo de API Restful con Python, Django y Django Rest Framework
Introducción
A Simple Airflow Design Pattern — Build More Scalable Pipelines Using Python Fire
https://betterprogramming.pub/a-simple-airflow-design-pattern-to-avoid-a-cardinal-sin-cebeafd19a99
https://betterprogramming.pub/a-simple-airflow-design-pattern-to-avoid-a-cardinal-sin-cebeafd19a99
Medium
A Simple Airflow Design Pattern — Build More Scalable Pipelines Using Python Fire
Building a robust CLI
Finding Crypto Arbitrages Using Python and the CCXT API
https://mr-collins-llb.medium.com/finding-crypto-arbitrages-using-python-and-the-ccxt-api-a8b6ab135bd4
https://mr-collins-llb.medium.com/finding-crypto-arbitrages-using-python-and-the-ccxt-api-a8b6ab135bd4
Medium
Finding Crypto Arbitrages Using Python and the CCXT API
This is some code I am sharing with my medium followers. It is a work in progress, but it is for anyone interested in learning how to…