Python Sets are Underrated
A guide to the elegant and helpful uses of built-in Python sets
https://towardsdatascience.com/python-sets-are-underrated-55fc27db2ada
A guide to the elegant and helpful uses of built-in Python sets
https://towardsdatascience.com/python-sets-are-underrated-55fc27db2ada
Implementing Causal Impact on Top of TensorFlow Probability
Using structural time series to infer…
https://towardsdatascience.com/implementing-causal-impact-on-top-of-tensorflow-probability-c837ea18b126
Using structural time series to infer…
https://towardsdatascience.com/implementing-causal-impact-on-top-of-tensorflow-probability-c837ea18b126
Python decorator to parallelize any function
https://medium.com/analytics-vidhya/python-decorator-to-parallelize-any-function-23e5036fb6a
https://medium.com/analytics-vidhya/python-decorator-to-parallelize-any-function-23e5036fb6a
Is Python Really a Bottleneck?
I’m tired of articles about Python dying
https://towardsdatascience.com/is-python-really-a-bottleneck-786d063e2921
I’m tired of articles about Python dying
https://towardsdatascience.com/is-python-really-a-bottleneck-786d063e2921
How to Deploy a FastAPI App on Heroku for Free
How to keep your app active 24/7
https://towardsdatascience.com/how-to-deploy-your-fastapi-app-on-heroku-for-free-8d4271a4ab9
How to keep your app active 24/7
https://towardsdatascience.com/how-to-deploy-your-fastapi-app-on-heroku-for-free-8d4271a4ab9
beurtschipper / Depix
Recovers passwords from pixelized screenshots
https://github.com/beurtschipper/Depix
Recovers passwords from pixelized screenshots
https://github.com/beurtschipper/Depix
GitHub
GitHub - spipm/Depixelization_poc: Depix is a PoC for a technique to recover plaintext from pixelized screenshots.
Depix is a PoC for a technique to recover plaintext from pixelized screenshots. - spipm/Depixelization_poc
Python Numpy and Matrices Questions for Data Scientists
https://towardsdatascience.com/python-numpy-and-matrices-questions-for-data-scientists-167af1c9d3a4
https://towardsdatascience.com/python-numpy-and-matrices-questions-for-data-scientists-167af1c9d3a4
Are there any YouTube channels like The Coding Train, but they code in python?
https://www.reddit.com/r/learnpython/comments/ko19zk/are_there_any_youtube_channels_like_the_coding/
https://www.reddit.com/r/learnpython/comments/ko19zk/are_there_any_youtube_channels_like_the_coding/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
6 Cool Python Tricks You Should Know
Go beyond the usual
https://towardsdatascience.com/6-cool-python-tricks-you-should-know-bab1b6a42446
Go beyond the usual
https://towardsdatascience.com/6-cool-python-tricks-you-should-know-bab1b6a42446
Easy to follow Python web scraping tutorial with the help of MITMProxy
https://www.reddit.com/r/Python/comments/ko4gh7/easy_to_follow_python_web_scraping_tutorial_with/
https://www.reddit.com/r/Python/comments/ko4gh7/easy_to_follow_python_web_scraping_tutorial_with/
reddit
Easy to follow Python web scraping tutorial with the help of MITMProxy
Hey r/python I posted this tutorial on how to access a private API with the help of Man in the Middle Proxy a couple of months back and thought I...
Building Better Concurrency, Finite State Processes, and Modeling Processes
Let’s build more robust…
https://medium.com/better-programming/building-better-concurrency-finite-state-processes-and-modeling-processes-ea0a06b8d529
Let’s build more robust…
https://medium.com/better-programming/building-better-concurrency-finite-state-processes-and-modeling-processes-ea0a06b8d529
Beautiful Plots With Python and Seaborn
The guide to plotting data with Python and Seaborn
https://medium.com/better-programming/beautiful-plots-with-python-and-seaborn-9d05c9ead6ed
The guide to plotting data with Python and Seaborn
https://medium.com/better-programming/beautiful-plots-with-python-and-seaborn-9d05c9ead6ed
3 Alternatives to If Statements to Make Your Python Code More Readable
Are you taking advantage of…
https://medium.com/swlh/3-alternatives-to-if-statements-to-make-your-python-code-more-readable-91a9991fb353
Are you taking advantage of…
https://medium.com/swlh/3-alternatives-to-if-statements-to-make-your-python-code-more-readable-91a9991fb353
From Novice to Expert: How to Write a Configuration file in Python
Treat config file like your…
https://towardsdatascience.com/from-novice-to-expert-how-to-write-a-configuration-file-in-python-273e171a8eb3
Treat config file like your…
https://towardsdatascience.com/from-novice-to-expert-how-to-write-a-configuration-file-in-python-273e171a8eb3
KasperskyLab / TinyCheck
TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In orde…
https://github.com/KasperskyLab/TinyCheck
TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In orde…
https://github.com/KasperskyLab/TinyCheck
10 Examples to Master Python Dictionary Comprehensions
A comprehensive practical guide
https://towardsdatascience.com/10-examples-to-master-python-dictionary-comprehensions-7aaa536f5960
A comprehensive practical guide
https://towardsdatascience.com/10-examples-to-master-python-dictionary-comprehensions-7aaa536f5960
6 Questions I was Asked at Data Scientist Interviews
A guide that will help you prepare for your next…
https://towardsdatascience.com/6-questions-i-was-asked-at-data-scientist-interviews-39a095d87c6c
A guide that will help you prepare for your next…
https://towardsdatascience.com/6-questions-i-was-asked-at-data-scientist-interviews-39a095d87c6c
How to visualize hypergraphs with Python and networkx — The Easy Way
https://towardsdatascience.com/how-to-visualize-hypergraphs-with-python-and-networkx-the-easy-way-4fe7babdf9ae
https://towardsdatascience.com/how-to-visualize-hypergraphs-with-python-and-networkx-the-easy-way-4fe7babdf9ae
Recommendation Systems via Matrix Factorization
Exploring the MovieLens 100k dataset with SGD…
https://towardsdatascience.com/recommendation-systems-via-matrix-factorization-28e7d0aa8ca7
Exploring the MovieLens 100k dataset with SGD…
https://towardsdatascience.com/recommendation-systems-via-matrix-factorization-28e7d0aa8ca7
Creating an Email Parser with Python and SQL
Boost your productivity by automatically extracting data…
https://towardsdatascience.com/creating-an-email-parser-with-python-and-sql-c79cb8771dac
Boost your productivity by automatically extracting data…
https://towardsdatascience.com/creating-an-email-parser-with-python-and-sql-c79cb8771dac