10 Idiomatic Ways to Refactor Your Python Code
https://towardsdatascience.com/10-idiotic-ways-to-refactor-your-python-code-cbb05bb0c820
https://towardsdatascience.com/10-idiotic-ways-to-refactor-your-python-code-cbb05bb0c820
Five Python Features You (Probably) Didn’t Know
Easy steps to writing more elegant, efficient code
https://towardsdatascience.com/five-python-features-you-probably-didnt-know-d48faa0b892e
Easy steps to writing more elegant, efficient code
https://towardsdatascience.com/five-python-features-you-probably-didnt-know-d48faa0b892e
Python Strings
There is so much more to them than you realize
https://towardsdatascience.com/python-strings-38c3d74c236a
There is so much more to them than you realize
https://towardsdatascience.com/python-strings-38c3d74c236a
Natural Language Processing Pipeline
Data acquisition and Text cleaning steps of an NLP pipeline and…
https://towardsdatascience.com/natural-language-processing-pipeline-93df02ecd03f
Data acquisition and Text cleaning steps of an NLP pipeline and…
https://towardsdatascience.com/natural-language-processing-pipeline-93df02ecd03f
Make your Python functions 10x faster
Learn to use the ElementwiseKernel API to accelerate your python…
https://towardsdatascience.com/make-your-python-functions-10x-faster-142ab40b31a7
Learn to use the ElementwiseKernel API to accelerate your python…
https://towardsdatascience.com/make-your-python-functions-10x-faster-142ab40b31a7
Task Cheatsheet for Almost Every Machine Learning Project
A checklist of tasks for building End-to-End…
https://towardsdatascience.com/task-cheatsheet-for-almost-every-machine-learning-project-d0946861c6d0
A checklist of tasks for building End-to-End…
https://towardsdatascience.com/task-cheatsheet-for-almost-every-machine-learning-project-d0946861c6d0
Make the cutest chart in Python -visualize your data with hand-drawn charts
Visualize your data with…
https://towardsdatascience.com/make-the-cutest-chart-in-python-visualize-your-data-with-hand-drawn-charts-f21157f76b4b
Visualize your data with…
https://towardsdatascience.com/make-the-cutest-chart-in-python-visualize-your-data-with-hand-drawn-charts-f21157f76b4b
First Principles Approach in Data Science
First principles approach to problem-solving is the act of…
https://medium.com/@benjaminobi/first-principles-approach-in-data-science-5c8c403e9514
First principles approach to problem-solving is the act of…
https://medium.com/@benjaminobi/first-principles-approach-in-data-science-5c8c403e9514
TPOT: Automated Machine Learning in Python
Machine learning for everybody?
https://towardsdatascience.com/tpot-automated-machine-learning-in-python-e56800e69c11
Machine learning for everybody?
https://towardsdatascience.com/tpot-automated-machine-learning-in-python-e56800e69c11
My Python regex ebook with hundreds of examples and exercises is currently free
https://www.reddit.com/r/Python/comments/hj0vp6/my_python_regex_ebook_with_hundreds_of_examples/
https://www.reddit.com/r/Python/comments/hj0vp6/my_python_regex_ebook_with_hundreds_of_examples/
reddit
My Python regex ebook with hundreds of examples and exercises is...
Hello! I finally published my updated version of **Python regular expressions** ebook. My initial motivation was to add **epub** format and...
5 Python Code Smells You Should Be Wary Of
Mutable defaults arguments, love for boolean, ignoring…
https://towardsdatascience.com/5-python-code-smells-you-should-be-wary-of-c48cc0eb9d8b
Mutable defaults arguments, love for boolean, ignoring…
https://towardsdatascience.com/5-python-code-smells-you-should-be-wary-of-c48cc0eb9d8b
Using only Python, I made a web dashboard to follow the coronavirus situation in Brazil
https://www.reddit.com/r/Python/comments/hjxqxr/using_only_python_i_made_a_web_dashboard_to/
https://www.reddit.com/r/Python/comments/hjxqxr/using_only_python_i_made_a_web_dashboard_to/
reddit
Using only Python, I made a web dashboard to follow the...
Posted in r/Python by u/esc28 • 1,734 points and 90 comments
Whatsapp Group Chat Analysis using Python and Plotly
https://medium.com/towards-artificial-intelligence/whatsapp-group-chat-analysis-using-python-and-plotly-89bade2bc382
https://medium.com/towards-artificial-intelligence/whatsapp-group-chat-analysis-using-python-and-plotly-89bade2bc382
Top 8 Books to Study Data Science and Machine Learning in 2020
https://towardsdatascience.com/top-10-books-to-study-data-science-and-machine-learning-in-2020-483a8c9279b1
https://towardsdatascience.com/top-10-books-to-study-data-science-and-machine-learning-in-2020-483a8c9279b1
Elusive Python features that will make you an expert.
https://levelup.gitconnected.com/elusive-python-features-that-will-make-you-an-expert-aaa50c2a6606
https://levelup.gitconnected.com/elusive-python-features-that-will-make-you-an-expert-aaa50c2a6606
Understand your data with a few lines of code in seconds using DataPrep.eda
https://www.reddit.com/r/Python/comments/hlqnim/understand_your_data_with_a_few_lines_of_code_in/
https://www.reddit.com/r/Python/comments/hlqnim/understand_your_data_with_a_few_lines_of_code_in/
reddit
Understand your data with a few lines of code in seconds using...
Posted in r/Python by u/jnwang • 1,737 points and 98 comments
Pytorch 101 — An Introduction to Deep Learning
A gentle Introduction to Neural networks using Pytorch
https://medium.com/iet-vit/pytorch-101-an-introduction-to-deep-learning-5797272fa618
A gentle Introduction to Neural networks using Pytorch
https://medium.com/iet-vit/pytorch-101-an-introduction-to-deep-learning-5797272fa618
Zen Guardian
There should be one — and preferably only one — obvious way to do it.
— Tim Peters, “The Zen of ...
https://glyph.twistedmatrix.com/2020/07/zen-guardian.html
There should be one — and preferably only one — obvious way to do it.
— Tim Peters, “The Zen of ...
https://glyph.twistedmatrix.com/2020/07/zen-guardian.html
Twistedmatrix
Zen Guardian
Let’s rewrite a fun toy Python program - in Python!