Similarity search by using locality-sensitive hashing: the beginner’s guide
https://medium.com/@acheron.igor.b/similarity-search-by-using-locality-sensitive-hashing-the-beginners-guide-c7809e1c1858
https://medium.com/@acheron.igor.b/similarity-search-by-using-locality-sensitive-hashing-the-beginners-guide-c7809e1c1858
Medium
Similarity search by using locality-sensitive hashing: the beginner’s guide
This article focuses on simple explanation of locality-sensitive hashing algorithms as solution of similarity search tasks
Python常用的数据文件存储的4种格式(txt/json/csv/excel)及操作Excel相关的第三方库(xlrd/xlwt/pandas/openpyxl)(2021最新版) - 南柯树下
http://www.cnblogs.com/makerchen/p/15509781.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/makerchen/p/15509781.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python常用的数据文件存储的4种格式(txt/json/csv/excel)及操作Excel相关的第三方库(xlrd/xlwt/pandas/openpyxl)(2021最新版) - 南柯树下 - 博客园
详解数据文件存储的各种方式,包括txt、json和csv以及excel格式,还有进行Excel数据写入与读取的第三方库(xlrd/xlwt/pandas/openpyxl)
Why Unittest is better than Pytest for testing Django applications.
https://medium.com/@vertliba.vv/why-unittest-is-better-than-pytest-for-testing-django-applications-9533a57d0af0
https://medium.com/@vertliba.vv/why-unittest-is-better-than-pytest-for-testing-django-applications-9533a57d0af0
Medium
Why Unittest is better than Pytest for testing Django applications.
A detailed overview of the benefits of each framework and my experience of getting the most out of both.
Solve Lock screen button doesn’t work in Cent OS
https://vovaprivalov.medium.com/solve-lock-screen-button-doesnt-work-in-cent-os-7f9ea0a64845
https://vovaprivalov.medium.com/solve-lock-screen-button-doesnt-work-in-cent-os-7f9ea0a64845
Medium
Solve Lock screen button doesn’t work in Cent OS
Sometimes unexpected and strange problems arise when you start using new operating system and know very little about it. Here I will tell…
How variables are saved in Python and Rust. Side by Side 1: float
https://medium.com/geekculture/how-variables-are-saved-in-python-and-rust-side-by-side-1-float-e2e3eace7302
https://medium.com/geekculture/how-variables-are-saved-in-python-and-rust-side-by-side-1-float-e2e3eace7302
Medium
How variables are saved in Python and Rust. Side by Side 1: float
Series article to show how variables work in Python and Rust. Give us a better understanding of both languages. This is 1st article about…
AttributeError: 'Settings' object has no attribute 'HBase'
https://segmentfault.com/a/1190000040913319
https://segmentfault.com/a/1190000040913319
SegmentFault 思否
AttributeError: 'Settings' object has no attribute 'HBase'
django 自定义配置报错: AttributeError: 'Settings' object has no attribute 'HBase'
Polymorphism in Python: Probability Analysis
https://towardsdatascience.com/polymorphism-in-python-probability-analysis-dc57727d90c8
https://towardsdatascience.com/polymorphism-in-python-probability-analysis-dc57727d90c8
Medium
Polymorphism in Python: Probability Analysis
Object-oriented programming using Python
Install openCV — Python on Windows 10
https://medium.com/@naveendrarashmika/install-opencv-python-on-windows-10-c0fe20a101f
https://medium.com/@naveendrarashmika/install-opencv-python-on-windows-10-c0fe20a101f
Medium
Install openCV — Python on Windows 10
In this blog, installing openCV (for Python) on Windows 10 is discussed. Installation of openCV is done with using pip commands in Windows…
A Simple Trick to Understand the t-test
https://miroslavtushev.medium.com/a-simple-trick-to-understand-the-t-test-2c2a9e7f1dc5
https://miroslavtushev.medium.com/a-simple-trick-to-understand-the-t-test-2c2a9e7f1dc5
Medium
A Simple Trick to Understand the t-test
The t-test is a statistical test to compare the means of two groups. It is one of the most common techniques to check if two groups come…
Performance Analysis of JavaScript Functions With Python
https://betterprogramming.pub/performance-analysis-of-javascript-functions-with-python-ccef6b4c15b0
https://betterprogramming.pub/performance-analysis-of-javascript-functions-with-python-ccef6b4c15b0
Medium
Performance Analysis of JavaScript Functions With Python
Using WebSockets to log the function duration of a static website
How to install Python without Administrator Account?
https://medium.com/@data2action/how-to-install-python-without-administrator-account-a9fd607fab08
https://medium.com/@data2action/how-to-install-python-without-administrator-account-a9fd607fab08
Medium
How to install Python without Administrator Account?
Have you tried to install Python in the workstation or you even tried to ask IT Department to install Python for you ? But you just can’t…
Principal Component Analysis: The Dragon Warrior’s Secret Technique
https://medium.com/@john_newcomb/principal-component-analysis-the-dragon-warriors-secret-technique-b26db3ae114e
https://medium.com/@john_newcomb/principal-component-analysis-the-dragon-warriors-secret-technique-b26db3ae114e
Medium
Principal Component Analysis: The Dragon Warrior’s Secret Technique
As a neophyte data scientist, you typically work with datasets that are (perhaps surprisingly) relatively small. For example, a 20-column…
SQL From Zero to Hero in 30 Days — Day 2 The Select
https://sonery.medium.com/sql-from-zero-to-hero-in-30-days-day-2-the-select-3f227020caa
https://sonery.medium.com/sql-from-zero-to-hero-in-30-days-day-2-the-select-3f227020caa
Medium
SQL From Zero to Hero in 30 Days — Day 2 The Select
Learn, practice, master.
Computação Simbólica com Python e Sympy
https://medium.com/@phenrigomes/computa%C3%A7%C3%A3o-simb%C3%B3lica-com-python-e-sympy-d9d5732feec2
https://medium.com/@phenrigomes/computa%C3%A7%C3%A3o-simb%C3%B3lica-com-python-e-sympy-d9d5732feec2
Medium
Computação Simbólica com Python e Sympy
A computação simbólica é um campo bem difundido, com sites, libs e ferramentas bem conhecidas e utilizadas há algum tempo. Talvez, entre os…
Real-time stock price dashboard using QuestDB, Python and Plotly
https://gabor-boros.medium.com/real-time-stock-price-dashboard-using-questdb-python-and-plotly-6b4f9acb0183
https://gabor-boros.medium.com/real-time-stock-price-dashboard-using-questdb-python-and-plotly-6b4f9acb0183
Medium
Real-time stock price dashboard using QuestDB, Python and Plotly
Why Plotly and Dash are useful for real-time applications