Expectations vs. Reality in Python Learning
https://python.plainenglish.io/expectations-vs-reality-in-python-learning-be56c52fcdbb
https://python.plainenglish.io/expectations-vs-reality-in-python-learning-be56c52fcdbb
Setting up a home GPU deep-learning server (the easiest way for Mac users)
https://mattgosden.medium.com/setting-up-a-home-gpu-deep-learning-server-the-easy-way-da27bdccef6a
https://mattgosden.medium.com/setting-up-a-home-gpu-deep-learning-server-the-easy-way-da27bdccef6a
Medium
Setting up a home GPU deep-learning server (the easiest way for Mac users)
This article outlines how to turn an old desktop PC with a GPU into a remote GPU server for doing deep learning or other tasks. This works…
DATA CLEANING USING PYTHON LIBRARY (PANDAS)
https://medium.com/@mukherjeesparsha007/data-cleaning-using-python-library-pandas-8d0c886b44cf
https://medium.com/@mukherjeesparsha007/data-cleaning-using-python-library-pandas-8d0c886b44cf
Medium
DATA CLEANING USING PYTHON LIBRARY (PANDAS)
Data abounds in today’s environment. No data, no activity ,no processes; as simple as that. Every industry, whether it’s education…
Effective CPU-intensive GRPC service in Python — Part 2
https://medium.com/@hashemi.soroush/effective-cpu-intensive-grpc-service-in-python-part-2-42c0d572c6ec
https://medium.com/@hashemi.soroush/effective-cpu-intensive-grpc-service-in-python-part-2-42c0d572c6ec
Medium
Effective CPU-intensive GRPC service in Python — Part 2
Load Balancing
O que é Intercepto? E como interpretar os coeficientes estimados?
https://medium.com/@igorleonelborba/o-que-%C3%A9-intercepto-e-como-interpretar-os-coeficientes-estimados-4618e4fec60e
https://medium.com/@igorleonelborba/o-que-%C3%A9-intercepto-e-como-interpretar-os-coeficientes-estimados-4618e4fec60e
Medium
O que é Intercepto? E como interpretar os coeficientes estimados?
Como o Acaso Determina Nossas Vidas. No post anterior, falamos sobre o que é correlação, regressão linear e como fazer previsões utilizando
Um framework em Python para resolução de problemas de contorno por colocação ortogonal
https://medium.com/suzano-digitaltech/um-framework-em-python-para-resolu%C3%A7%C3%A3o-de-problemas-de-contorno-por-coloca%C3%A7%C3%A3o-ortogonal-8da868a08c9d
https://medium.com/suzano-digitaltech/um-framework-em-python-para-resolu%C3%A7%C3%A3o-de-problemas-de-contorno-por-coloca%C3%A7%C3%A3o-ortogonal-8da868a08c9d
Medium
Um framework em Python para resolução de problemas de contorno por colocação ortogonal
Um framework eficiente e intuitivo com dois exemplos simples e uma aplicação complexa em problema real
Analyzing survey dataset on ideas of masculinity within different demography with Python
https://medium.com/@divyanshugoyal160/analyzing-survey-dataset-on-ideas-of-masculinity-within-different-demography-with-python-a5767ba16d3b
https://medium.com/@divyanshugoyal160/analyzing-survey-dataset-on-ideas-of-masculinity-within-different-demography-with-python-a5767ba16d3b
Medium
Analyzing survey dataset on ideas of masculinity within different demography with Python
The following dataset was curated as a result of a survey conducted at the onset of #MeToo movement where 1600 men around USA were asked…
Port Scanner using Python under 30 lines of code (with explanation)
https://medium.com/@thatyash_/port-scanner-using-python-under-30-lines-of-code-with-explanation-41369127b5ce
https://medium.com/@thatyash_/port-scanner-using-python-under-30-lines-of-code-with-explanation-41369127b5ce
Medium
Port Scanner using Python under 30 lines of code (with explanation)
Simple demonstration of port scanner using Python.
Python ETL Pipeline: The Incremental data load Techniques
https://medium.com/@hnawaz100/python-etl-pipeline-the-incremental-data-load-techniques-20bdedaae8f
https://medium.com/@hnawaz100/python-etl-pipeline-the-incremental-data-load-techniques-20bdedaae8f
Medium
Python ETL Pipeline: The Incremental data load Techniques
The incremental data load approach in ETL (Extract, Transform and Load) is the ideal design pattern. In this process we identify and…
DEPLOYING DJANGO APP TO GOOGLE CLOUD USING CLOUD RUN
https://lekiaprosper.medium.com/deploying-django-app-to-google-cloud-using-cloud-run-eef81aa73c5e
https://lekiaprosper.medium.com/deploying-django-app-to-google-cloud-using-cloud-run-eef81aa73c5e
Medium
DEPLOYING DJANGO APP TO GOOGLE CLOUD USING CLOUD RUN
My quest to deploy my Django app on Google Cloud started rather crudely without first digging to know the Google Cloud services to use. The…
How to Delete and Install Pyspark on Ubuntu
https://medium.com/@thedatascape/how-to-delete-and-install-pyspark-on-ubuntu-4e1bbefa11a3
https://medium.com/@thedatascape/how-to-delete-and-install-pyspark-on-ubuntu-4e1bbefa11a3
Medium
How to Delete and Install Pyspark on Ubuntu
So the past few days I’ve had issues trying to install PySpark on my computer. I’ve tried looking up as many tutorials as I could but it…
python(应用)如何用 Python 发送通知到微信?_ shammy的博客-CSDN博客
https://blog.csdn.net/shammy_feng/article/details/123711347?depth_1-utm_source=distribute.wap_feed.none-task-blog-hot_rank_bottoming-2.nonecase&hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://blog.csdn.net/shammy_feng/article/details/123711347?depth_1-utm_source=distribute.wap_feed.none-task-blog-hot_rank_bottoming-2.nonecase&hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
blog.csdn.net
python(应用)如何用 Python 发送通知到微信?_ shammy的博客-CSDN博客
如何用 Python 通过企业微信发送告警通知?一、通知方式有哪些?二、如何实现企业微信通知?三、注意事项四、参考资料一、通知方式有哪些?常见的通知方式有:邮件,电话,短信,微信。短信和电话:通常是收费的,较少使用;邮件:适合带文件类型的通知,较正式,存档使用;微信:适合告警类型通知,较方便。这里说的微信,是企业微信。本文目的:通过企业微信应用给企业成员发消息。二、如何实现企业微信通知?1、新建应用登陆网页版企业微信 (https://work.weixin.qq.com),点击 应用管理