Generate and read QRcode using Python without a scanner
https://medium.com/featurepreneur/generate-and-read-qrcode-using-python-without-a-scanner-1e9da39a50b7
https://medium.com/featurepreneur/generate-and-read-qrcode-using-python-without-a-scanner-1e9da39a50b7
Medium
Generate and read QRcode using Python without a scanner
Generate a QRcode code for text and links
Why You Should Use a PUT Request Instead of a POST request
https://betterprogramming.pub/why-you-should-use-a-put-request-instead-of-a-post-request-13b593b6e67c
https://betterprogramming.pub/why-you-should-use-a-put-request-instead-of-a-post-request-13b593b6e67c
Medium
Why You Should Use a PUT Request Instead of a POST request
And how you can easily create one in FastAPI
Async Python is not faster (2020)
https://calpaterson.com/async-python-is-not-faster.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://calpaterson.com/async-python-is-not-faster.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
calpaterson.com
Async Python is not faster
Async Python is slower than "sync" Python under a realistic benchmark. A bigger worry is that async frameworks go a bit wobbly under load.
Simple GUI calculator in Python # 1. Application design creation
https://medium.com/@shtoshpython/simple-gui-calculator-in-python-1-application-design-creation-7abfc96bd99e
https://medium.com/@shtoshpython/simple-gui-calculator-in-python-1-application-design-creation-7abfc96bd99e
Medium
Simple GUI calculator in Python # 1. Application design creation
Probably every novice programmer after “Hello, world!” wants to write some simple project. Often the idea to create a calculator comes to…
10 Ways to Improve your Python Application’s Performance
https://betterprogramming.pub/10-ways-to-improve-your-python-applications-performance-78e697e8dc2a
https://betterprogramming.pub/10-ways-to-improve-your-python-applications-performance-78e697e8dc2a
Medium
10 Ways to Improve Your Python Application’s Performance
Tips to become a Python pro
谈谈我来到CSDN社区的感受_python菜鸟-CSDN博客
https://blog.csdn.net/weixin_46211269/article/details/121113221?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://blog.csdn.net/weixin_46211269/article/details/121113221?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
blog.csdn.net
谈谈我来到CSDN社区的感受_python菜鸟-CSDN博客
文章目录一、你在吐槽什么?二、CSDN有多少大佬入驻?1)第一位博主2)第二位博主3)第三位博主4)其它优秀博主三、其它优质内容1)每日一练2)技能树3)汉化仓库四、寄语一、你在吐槽什么?不可否认现在的社区不是很完善,但是我所了解的社区一直在努力完善,请给官方时间。这些日子我在bink,还是跟一些同学谈话中,有说CSDN好的,也有说CSDN不好的。作为长期在这里写博客的博主,我能深刻体会大家感受,但我也看到社区在不断变好。红包:(确实在那几天的红包让用户包括本人体验都不是很好,还好也只有那几天)
Essential Mathematical Equations for Predictive Models
https://cdanielaam.medium.com/essential-mathematical-equations-for-predictive-models-fcb79630ec96
https://cdanielaam.medium.com/essential-mathematical-equations-for-predictive-models-fcb79630ec96
Medium
Essential Mathematical Equations for Predictive Models
And how to compute them in Python
Python and the Module Search Path
https://markjamison03.medium.com/python-and-the-module-search-path-e71ae7a7e65f
https://markjamison03.medium.com/python-and-the-module-search-path-e71ae7a7e65f
Medium
Python and the Module Search Path
Previously we’ve looked at how various tools (conda, pyenv) manipulate the $PATH variable so that when you type python, the version of python you want (in a given environment) is the version of…
Python, The System Path and how conda and pyenv manipulate it
https://markjamison03.medium.com/python-the-system-path-and-how-conda-and-pyenv-manipulate-it-234f8e8bbc3e
https://markjamison03.medium.com/python-the-system-path-and-how-conda-and-pyenv-manipulate-it-234f8e8bbc3e
Medium
Python, The System Path and how conda and pyenv manipulate it
A deep dive into what happens when you type ‘python’ in a shell and how popular environment management tools manipulate this behaviour