PyCon China 2021 圆桌:高中生、初中生参与 Python 开发的趣事
https://zhuanlan.zhihu.com/p/424740265#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://zhuanlan.zhihu.com/p/424740265#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
知乎专栏
PyCon China 2021 圆桌:高中生、初中生参与 Python 开发的趣事
录像:bilibili | YouTube嘉宾:王俊杰 / 胡博文 / Andy Zhou / Rice Zong主持人:李辉详情页:https://cn.pycon.org/2021/talks/young-pythonistas介绍:高中生和初中生们是怎么学习 Python 的?他们都开发了什…
python及pygame雷霆战机游戏项目实战01 控制飞机 - [豆约翰]
http://www.cnblogs.com/songboriceboy/p/15557666.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/songboriceboy/p/15557666.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
python及pygame雷霆战机游戏项目实战01 控制飞机 - [豆约翰] - 博客园
入门 在这个系列中,将制作一个雷霆战机游戏。 首先,将游戏设置修改一下: WIDTH = 480 HEIGHT = 600 FPS = 60 玩家精灵 要添加的第一件事是代表玩家的精灵。最终,这将是一
How to Get n Largest or Smallest Elements in a List in Python
https://python.plainenglish.io/how-to-get-n-largest-or-smallest-elements-in-a-list-in-python-62940eb9ff3e
https://python.plainenglish.io/how-to-get-n-largest-or-smallest-elements-in-a-list-in-python-62940eb9ff3e
Medium
How to Get n Largest or Smallest Elements in a List in Python
A guide for getting the n number of largest or smallest elements in a list in Python.
Hyper-parameter tuning for scikit-learn ML models
https://medium.com/dvt-engineering/hyper-parameter-tuning-for-scikit-learn-ml-models-860747bc3d72
https://medium.com/dvt-engineering/hyper-parameter-tuning-for-scikit-learn-ml-models-860747bc3d72
Medium
Hyper-parameter tuning for scikit-learn ML models
A frequent obstacle with putting together machine learning models is how to tweak them to be just right. ML algorithms can always be tweaked to alter their behaviour. A good example of this is the…
Using Amazon Web Services for Machine Learning with EC2
https://medium.com/@andrew.schleiss/using-amazon-web-services-for-machine-learning-with-ec2-ba3955b08133
https://medium.com/@andrew.schleiss/using-amazon-web-services-for-machine-learning-with-ec2-ba3955b08133
Medium
Using Amazon Web Services for Machine Learning with EC2
As a Data Scientist , Analyst or Engineer, we need to run some heavy computational operations on datasets, especially with the prevalence…
How to Pass Elements of an Entire List as a Parameter of a Method in Python
https://python.plainenglish.io/how-to-pass-elements-of-an-entire-list-as-a-parameter-of-a-method-in-python-ced55b22f9d0
https://python.plainenglish.io/how-to-pass-elements-of-an-entire-list-as-a-parameter-of-a-method-in-python-ced55b22f9d0
Medium
How to Pass Elements of an Entire List as a Parameter of a Method in Python
A tutorial on passing elements of an entire list as a parameter of a method in Python.
How to Remove the First and Last Element of a List in Python
https://python.plainenglish.io/how-to-remove-the-first-and-last-element-of-a-list-in-python-7d3fd6da28f7
https://python.plainenglish.io/how-to-remove-the-first-and-last-element-of-a-list-in-python-7d3fd6da28f7
Medium
How to Remove the First and Last Element of a List in Python
The two ways to remove the first and last element of a list in Python.
The Netherlands enters a partial lockdown almost two years after the Coronavirus pandemic began
https://medium.com/mlearning-ai/the-netherlands-enters-a-partial-lockdown-almost-two-years-after-the-coronavirus-pandemic-began-f75f4eca664c
https://medium.com/mlearning-ai/the-netherlands-enters-a-partial-lockdown-almost-two-years-after-the-coronavirus-pandemic-began-f75f4eca664c
Medium
The Netherlands enters a partial lockdown almost two years after the Coronavirus pandemic began
I saw in the media that the Netherlands is going through a partial three week lockdown caused by a surge in Coronavirus cases, even though…
Dimensionality reduction with Factor Analysis on Student Performance data
https://medium.com/geekculture/dimensionality-reduction-with-factor-analysis-on-student-performance-data-fd4ca7082f63
https://medium.com/geekculture/dimensionality-reduction-with-factor-analysis-on-student-performance-data-fd4ca7082f63
Medium
Dimensionality reduction with Factor Analysis on Student Performance data
A dimensionality reduction technique with interpretable outputs
Accessing excel file with multiple sheets from Azure Blob Storage
https://medium.com/@shipika.cse/accessing-excel-file-with-multiple-sheets-from-azure-blob-storage-10879f7603f2
https://medium.com/@shipika.cse/accessing-excel-file-with-multiple-sheets-from-azure-blob-storage-10879f7603f2
Medium
Accessing excel file with multiple sheets from Azure Blob Storage
In today’s blog I will be covering how we can download an excel file with multiple sheets from Azure Blob storage. You can check its github…
Implementing OAuth using PyQt5 (Google, Facebook, Apple) using QWebEngine
https://medium.com/@johnphung90/implementing-oauth-using-pyqt5-google-facebook-apple-using-qwebengine-c6aebccd956d
https://medium.com/@johnphung90/implementing-oauth-using-pyqt5-google-facebook-apple-using-qwebengine-c6aebccd956d
Medium
Implementing OAuth using PyQt5 (Google, Facebook, Apple) using QWebEngine
There are a few ways to implement social authentication/sign in for a desktop application built using Qt5 and 6.
Analyzing the top 100 posts of r/Bangalore
https://medium.com/@arjitsingh_2704/analyzing-the-top-100-posts-of-r-bangalore-ce77d7a3c617
https://medium.com/@arjitsingh_2704/analyzing-the-top-100-posts-of-r-bangalore-ce77d7a3c617
Medium
Analyzing the top 100 posts of r/Bangalore
A few weeks ago I took up learning data science as a hobby. Here are a few of my findings after analysing the top 100 posts of r/Bangalore.
Logistic Regression from First Principles in Python
https://ryan-duve.medium.com/logistic-regression-from-first-principles-in-python-82f238effef1
https://ryan-duve.medium.com/logistic-regression-from-first-principles-in-python-82f238effef1
Medium
Logistic Regression from First Principles in Python
Starting with nothing but a data set and three assumptions, we derive and implement a basic logistic regression in Python. The goal is to…
How to Assign Multiple Variables in a Single Line in Python
https://python.plainenglish.io/how-to-assign-multiple-variables-in-a-single-line-in-python-e14f8d055f49
https://python.plainenglish.io/how-to-assign-multiple-variables-in-a-single-line-in-python-e14f8d055f49
Medium
How to Assign Multiple Variables in a Single Line in Python
A guide on assigning multiple variables in a single line in Python.
An introduction to Pydbantic — a single model solution to Data Verification & Storage
https://joshjamison.medium.com/an-introduction-to-pydbantic-a-single-model-solution-to-data-verification-storage-254cfe9e757f
https://joshjamison.medium.com/an-introduction-to-pydbantic-a-single-model-solution-to-data-verification-storage-254cfe9e757f
Medium
An introduction to Pydbantic — a single model solution to Data Verification & Storage
Pydbantic inherits its’ name from pydantic, a library for “Data parsing and validation using Python type hints”.
这一次,Google 终于对 Web 自动化下手了! - AirPython
http://www.cnblogs.com/xingag/p/15558730.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/xingag/p/15558730.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
这一次,Google 终于对 Web 自动化下手了! - AirPython - 博客园
最近 Google 对 Chrome 进行了一次比较大的更新,其中一项是脚本录制回放功能,它可以非常方便我们处理一些自动化场景
我们可以在 Chrome 官网下载 Chrome Canary 的最新版
我们可以在 Chrome 官网下载 Chrome Canary 的最新版