Python版 孤勇者 | 画图+演奏+音乐可视化
https://zhuanlan.zhihu.com/p/495175234#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://zhuanlan.zhihu.com/p/495175234#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
知乎专栏
Python版 孤勇者 | 画图+演奏+音乐可视化
大家好,欢迎来到 Crossin的编程教室 ! python里有个叫做 turtle 的库,用它提供的方法可以很简单的画线和涂色:import turtle as t t.begin_fill() t.goto(100, 0) t.goto(100, 100) t.goto(0, 100) t.end_fill(…
Understanding Python 2 Vulnerabilities
https://infosecwriteups.com/python-2-vulnerabilities-c3a3779f6fc
https://infosecwriteups.com/python-2-vulnerabilities-c3a3779f6fc
Medium
Understanding Python 2 Vulnerabilities
Introduction
How to Quickly Generate Fake Data in Python Using Faker
https://python.plainenglish.io/how-to-quickly-generate-fake-data-in-python-using-faker-bdbf0be7342c
https://python.plainenglish.io/how-to-quickly-generate-fake-data-in-python-using-faker-bdbf0be7342c
Medium
How to Quickly Generate Fake Data in Python Using Faker
A guide on how you can use the Faker library to generate fake data
How Sklearn TfidfVectorizer Calculates Its Values For Beginners
https://zl-liu.medium.com/how-sklearn-tfidfvectorizer-calculates-its-values-for-beginners-ef3928d0386d
https://zl-liu.medium.com/how-sklearn-tfidfvectorizer-calculates-its-values-for-beginners-ef3928d0386d
Medium
How Sklearn TfidfVectorizer Calculates Its Values For Beginners
This article is written partly to remind myself how this works when I forget this one month later. When dealing with raw text data, we need…
How to Quickly Convert 2 Lists into a Dictionary in Python
https://python.plainenglish.io/how-to-quickly-convert-2-lists-into-a-dictionary-in-python-9adfbfcf269c
https://python.plainenglish.io/how-to-quickly-convert-2-lists-into-a-dictionary-in-python-9adfbfcf269c
Medium
How to Quickly Convert 2 Lists into a Dictionary in Python
A guide on converting 2 lists into a dictionary in Python.
How can I activate CORS in the Django REST Framework?
https://medium.com/programming-python/how-can-i-activate-cors-in-the-django-rest-framework-90c17ba2be52
https://medium.com/programming-python/how-can-i-activate-cors-in-the-django-rest-framework-90c17ba2be52
Medium
How can I activate CORS in the Django REST Framework?
and more: The Array API Standard is being used to make GPUs available to the PyData Ecosystem • MetricFlow enables you to write code to…
How a password manager works and let’s create one in python language.
https://medium.com/@kashishcharaya/how-a-password-manager-works-and-lets-create-one-in-python-language-2fd6d1bd6955
https://medium.com/@kashishcharaya/how-a-password-manager-works-and-lets-create-one-in-python-language-2fd6d1bd6955
Medium
How a password manager works and let’s create one in python language.
Let’s understand how a password manager works and how to create one using python language. I’ll be as brief in explaining as I can.
Data Engineering Project Retail Store — Part 4 — Analyzing the Data
https://medium.com/@bdadon50/data-engineering-project-retail-store-part-4-analyzing-the-data-630efad6e09a
https://medium.com/@bdadon50/data-engineering-project-retail-store-part-4-analyzing-the-data-630efad6e09a
Medium
Data Engineering Project Retail Store — Part 4 — Analyzing the Data
Introduction
Building and Deploying Your First Cloud Application on IBM Cloud from a non-Developer Point-of-View
https://0x58.medium.com/building-and-deploying-your-first-cloud-application-on-ibm-cloud-from-a-non-developer-point-of-view-89905b9a24a1
https://0x58.medium.com/building-and-deploying-your-first-cloud-application-on-ibm-cloud-from-a-non-developer-point-of-view-89905b9a24a1
Medium
Building and Deploying Your First Cloud Application on IBM Cloud from a non-Developer Point-of-View
Every now and then I have an idea and I try to explore it as far as I can. This time, I wanted to create a Slack Bot, using Python and…