Customer Segmentation With Clustering
Learn how consumer data can be used to optimize sales and marketing strategiesPhoto by SHVETS ...
https://towardsdatascience.com/customer-segmentation-with-clustering-933caa4c9ea3
Learn how consumer data can be used to optimize sales and marketing strategiesPhoto by SHVETS ...
https://towardsdatascience.com/customer-segmentation-with-clustering-933caa4c9ea3
Medium
Customer Segmentation With Clustering
Learn how consumer data can be used to optimize sales and marketing strategies
Cython, Rust, and more: choosing a language for Python extensions
Sometimes pure Python code isn’t enough, and you need to implement an extension in a compiled ...
https://pythonspeed.com/articles/rust-cython-python-extensions/
Sometimes pure Python code isn’t enough, and you need to implement an extension in a compiled ...
https://pythonspeed.com/articles/rust-cython-python-extensions/
Python⇒Speed
Cython, Rust, and more: choosing a language for Python extensions
You can write Python extensions with Cython, Rust, and many other tools. Learn which one you should use, depending on your particular needs.
Detecting the most popular tourist attractions in Valencia using unsupervised learning techniques
DSCAN algorithm for discovering the most popular photographed locations in Valencia (Spain).Photo ...
https://towardsdatascience.com/detecting-the-most-popular-tourist-attractions-in-valencia-using-unsupervised-learning-techniques-de0b12fb1ca
DSCAN algorithm for discovering the most popular photographed locations in Valencia (Spain).Photo ...
https://towardsdatascience.com/detecting-the-most-popular-tourist-attractions-in-valencia-using-unsupervised-learning-techniques-de0b12fb1ca
Medium
Detecting the most popular tourist attractions in Valencia using unsupervised learning techniques
DSCAN algorithm for discovering the most popular photographed locations in Valencia (Spain).
How to connect Python to a local SQL Server
1 Introduction 2 Import the Libraries and Preparations 3 Connection to the DB 4 Exploration of the ...
https://michael-fuchs-python.netlify.com/2021/03/27/how-to-connect-python-to-a-local-sql-server/
1 Introduction 2 Import the Libraries and Preparations 3 Connection to the DB 4 Exploration of the ...
https://michael-fuchs-python.netlify.com/2021/03/27/how-to-connect-python-to-a-local-sql-server/
A Better Approach to Text Summarization
Step by step guide with full implementation in PythonContinue reading on Towards Data Science ...
https://towardsdatascience.com/a-better-approach-to-text-summarization-d7139b571439
Step by step guide with full implementation in PythonContinue reading on Towards Data Science ...
https://towardsdatascience.com/a-better-approach-to-text-summarization-d7139b571439
kuroko
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://github.com/kuroko-lang/kuroko
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://github.com/kuroko-lang/kuroko
GitHub
GitHub - kuroko-lang/kuroko: Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy…
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter. - kuroko-lang/kuroko
Footsiefat / zspotify
A Spotify downloader needing only a python interpreter and ffmpeg.
https://github.com/Footsiefat/zspotify
A Spotify downloader needing only a python interpreter and ffmpeg.
https://github.com/Footsiefat/zspotify
Building A Tennis Match Simulator in Python
Photo by Moises Alex on UnsplashModelling a Game of TennisUsing Python to verify the math behind ...
https://towardsdatascience.com/building-a-tennis-match-simulator-in-python-3add9af6bebe
Photo by Moises Alex on UnsplashModelling a Game of TennisUsing Python to verify the math behind ...
https://towardsdatascience.com/building-a-tennis-match-simulator-in-python-3add9af6bebe
Medium
Modelling a Game of Tennis
Tennis, like other racket sports (and volleyball), has a specific scoring system that involves point scoring being divided up into subsets with these chunks being what matters to the overall match…
I made a Tic-Tac-Toe game with 3642 lines of code and I'm sorry.
https://www.reddit.com/r/learnpython/comments/qwasyj/i_made_a_tictactoe_game_with_3642_lines_of_code/
https://www.reddit.com/r/learnpython/comments/qwasyj/i_made_a_tictactoe_game_with_3642_lines_of_code/
Reddit
r/learnpython on Reddit: I made a Tic-Tac-Toe game with 3642 lines of code and I'm sorry.
Posted by u/M0pps - 651 votes and 192 comments
DeepMosaics
Automatically remove the mosaics in images and videos, or add mosaics to them.
https://github.com/HypoX64/DeepMosaics
Automatically remove the mosaics in images and videos, or add mosaics to them.
https://github.com/HypoX64/DeepMosaics
GitHub
GitHub - HypoX64/DeepMosaics: Automatically remove the mosaics in images and videos, or add mosaics to them.
Automatically remove the mosaics in images and videos, or add mosaics to them. - HypoX64/DeepMosaics
16 Reasons to Use VS Code for Developing Jupyter Notebooks
VS Code has many features that make it a useful platform for Jupyter Notebook development.
https://pbpython.com/vscode-notebooks.html
VS Code has many features that make it a useful platform for Jupyter Notebook development.
https://pbpython.com/vscode-notebooks.html
Pbpython
16 Reasons to Use VS Code for Developing Jupyter Notebooks
VS Code has many features that make it a useful platform for Jupyter Notebook development.
Advanced Visual Studio Code for Python Developers
During this tutorial, you’ll learn how you can configure, extend, and optimize VS Code for a more effective and productive Python development environment.
https://realpython.com/advanced-visual-studio-code-python/
During this tutorial, you’ll learn how you can configure, extend, and optimize VS Code for a more effective and productive Python development environment.
https://realpython.com/advanced-visual-studio-code-python/
Show HN: prometeo – a Python-to-C transpiler for high-performance computing
https://github.com/zanellia/prometeo
https://github.com/zanellia/prometeo
GitHub
GitHub - zanellia/prometeo: An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing
An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing - zanellia/prometeo
Game Hacking with Python and cheat engine
This post shows you how to hack games by editing the memory with a cheat engine and we will also write a program in python that will automatically edit the memory and do the hack for us.
https://noob3xploiter.medium.com/game-hacking-with-python-and-cheat-engine-5000369e27b9
This post shows you how to hack games by editing the memory with a cheat engine and we will also write a program in python that will automatically edit the memory and do the hack for us.
https://noob3xploiter.medium.com/game-hacking-with-python-and-cheat-engine-5000369e27b9
Medium
Game Hacking with Python and cheat engine
Hi. In this write up, i will be showing you, how to hack games by editing the memory with cheat engine and will also write a program in…
Python: Please stop screwing over Linux distros
https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html
https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html
Automated Notifications
1 Introduction 2 Import the Libraries and the Data 3 Data Pre-Processing 3.1 Encoding of the ...
https://michael-fuchs-python.netlify.com/2021/03/13/automated-notifications/
1 Introduction 2 Import the Libraries and the Data 3 Data Pre-Processing 3.1 Encoding of the ...
https://michael-fuchs-python.netlify.com/2021/03/13/automated-notifications/
5 Advanced Tips on Python Dicts and Sets
Notes from Fluent Python by Luciano Ramalho (Chapter 3)Photo by NASA on Unsplash“Any running Python ...
https://towardsdatascience.com/5-advanced-tips-on-python-dicts-and-sets-6ac1685c42b8
Notes from Fluent Python by Luciano Ramalho (Chapter 3)Photo by NASA on Unsplash“Any running Python ...
https://towardsdatascience.com/5-advanced-tips-on-python-dicts-and-sets-6ac1685c42b8
Medium
5 Advanced Tips on Python Dicts and Sets
Notes from Fluent Python by Luciano Ramalho (Chapter 3)