How to secure your Python software supply chain
https://medium.com/artefact-engineering-and-data-science/how-to-secure-your-python-software-supply-chain-81490f6e4ff9
https://medium.com/artefact-engineering-and-data-science/how-to-secure-your-python-software-supply-chain-81490f6e4ff9
Medium
How to secure your Python software supply chain
A guide to being aware of the risks you are exposed to and a few tips to protect against them
Python筆記(10): Multi-Thread 多執行緒
https://jianjiesun.medium.com/python%E7%AD%86%E8%A8%98-10-multi-thread-%E5%A4%9A%E5%9F%B7%E8%A1%8C%E7%B7%92-7eb54c6f59ed
https://jianjiesun.medium.com/python%E7%AD%86%E8%A8%98-10-multi-thread-%E5%A4%9A%E5%9F%B7%E8%A1%8C%E7%B7%92-7eb54c6f59ed
Medium
Python筆記(10): Multi-Thread 多執行緒
現在所使用的CPU通常具有多核多執行緒的功能,而執行程式通常只會使用到一顆核心,但想要充分的發揮多核心硬體的運算能力,就需要使用多執行緒(Multi-Threading)或多行程 (Mult-Processing)等的平行運算技術
Neural Networks-Part(4): Gradient Descent
https://medium.com/@aamir199811/neural-networks-part-4-gradient-descent-i-8242e41783d
https://medium.com/@aamir199811/neural-networks-part-4-gradient-descent-i-8242e41783d
Medium
Neural Networks-Part(4): Gradient Descent
1. Introduction
YOLOv4 custom object detection with TensorFlow 2
https://rokasbalsys.medium.com/yolov4-custom-object-detection-with-tensorflow-2-bfb77b81dc9a
https://rokasbalsys.medium.com/yolov4-custom-object-detection-with-tensorflow-2-bfb77b81dc9a
Medium
YOLOv4 custom object detection with TensorFlow 2
To be a state-of-the-art model, YOLOv4 needs to be at the leading edge of deep learning. YOLOv4 authors have worked on techniques to improve the accuracy of the model while training and in…
How To Send Email In A Django Application
https://ridwanray.medium.com/how-to-send-email-in-a-django-application-b07faa3617ea
https://ridwanray.medium.com/how-to-send-email-in-a-django-application-b07faa3617ea
Medium
How To Send Email In A Django Application
At some points, most web applications need to send out mails to their users to improve interaction with clients. It could be an automated…
Python OR-Tools ile Sezonluk Envanter Planlama
https://alpersinbalc.medium.com/python-or-tools-ile-sezonluk-envanter-planlama-79b4c27bcf1e
https://alpersinbalc.medium.com/python-or-tools-ile-sezonluk-envanter-planlama-79b4c27bcf1e
Medium
Python OR-Tools ile Sezonluk Envanter Planlama
Neden Mevsimlik Envanter Var?
Manufacturing data analytics with Python: A hands-on example
https://towardsdatascience.com/manufacturing-data-analytics-with-python-a-hands-on-example-6de8817a24dc
https://towardsdatascience.com/manufacturing-data-analytics-with-python-a-hands-on-example-6de8817a24dc
Medium
Manufacturing data analytics with Python: A hands-on example
We show how we can handle a typical manufacturing data analytics problem of machine/tester drift and benchmark using Python tools.
6 ways to find number of lines from a CSV file in Python
https://medium.com/data-engineering-ramstkp/6-ways-to-find-number-of-lines-from-a-csv-file-in-python-b22eb63f7f7c
https://medium.com/data-engineering-ramstkp/6-ways-to-find-number-of-lines-from-a-csv-file-in-python-b22eb63f7f7c
Medium
6 ways to find number of lines from a CSV file in Python
There are multiple ways one can find number of records from CSV file using Python. This article describes 6 different ways and explores the…
Assessing Machine Learning Model Accuracy in the Regression Setting
https://towardsdatascience.com/machine-learning-accuracy-regression-59f72c36eeb4
https://towardsdatascience.com/machine-learning-accuracy-regression-59f72c36eeb4
Medium
Assessing Machine Learning Model Accuracy in the Regression Setting
Discussing how to evaluate Machine Learning model performance in the regression setting
预备知识-python核心用法常用数据分析库(上) - lmandcc
http://www.cnblogs.com/lmandcc/p/15478024.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/lmandcc/p/15478024.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
预备知识-python核心用法常用数据分析库(上) - lmandcc - 博客园
1、预备知识-python核心用法常用数据分析库(上) 概述 Python 是当今世界最热门的编程语言,而它最大的应用领域之一就是数据分析。在python众多数据分析工具中,pandas是python
Are you not sure where to use class variables in python?
https://kasmitharamkr.medium.com/are-you-not-sure-where-to-use-class-variables-in-python-cce0af8f514d
https://kasmitharamkr.medium.com/are-you-not-sure-where-to-use-class-variables-in-python-cce0af8f514d
Medium
Are you not sure where to use class variables in python?
Welcome to my second blog on the OOPS concept in which I would like to explain the class variables in python. We can discuss in which…
The Reason To Use Get Method On Dictionary For Value Retrieval In Python
https://pavolkutaj.medium.com/the-reason-to-use-get-method-on-dictionary-for-value-retrieval-in-python-c7a8aa08d604
https://pavolkutaj.medium.com/the-reason-to-use-get-method-on-dictionary-for-value-retrieval-in-python-c7a8aa08d604
Medium
The Reason To Use Get Method On Dictionary For Value Retrieval In Python
“The Reason To Use Get Method On Dictionary For Value Retrieval In Python” is published by Pavol Kutaj.