Faster Python with Different Implementations
If you need speed, you should check these out
https://medium.com/better-programming/faster-python-with-different-implementations-874781a2a4fd
If you need speed, you should check these out
https://medium.com/better-programming/faster-python-with-different-implementations-874781a2a4fd
python-poetry / poetry
Python dependency management and packaging made easy.
https://github.com/python-poetry/poetry
Python dependency management and packaging made easy.
https://github.com/python-poetry/poetry
GitHub
GitHub - python-poetry/poetry: Python packaging and dependency management made easy
Python packaging and dependency management made easy - python-poetry/poetry
The Last Matplotlib Tweaking Guide You’ll Ever Need
https://towardsdatascience.com/the-last-matplotlib-tweaking-guide-youll-ever-need-dbd4374a1c1e
https://towardsdatascience.com/the-last-matplotlib-tweaking-guide-youll-ever-need-dbd4374a1c1e
Scraping Data behind Site Logins with Python
Using the Requests library to scrape data behind a…
https://towardsdatascience.com/scraping-data-behind-site-logins-with-python-ee0676f523ee
Using the Requests library to scrape data behind a…
https://towardsdatascience.com/scraping-data-behind-site-logins-with-python-ee0676f523ee
How To Replace Your Python For Loops with Map, Filter, and Reduce
Write more semantic code with…
https://medium.com/better-programming/how-to-replace-your-python-for-loops-with-map-filter-and-reduce-c1b5fa96f43a
Write more semantic code with…
https://medium.com/better-programming/how-to-replace-your-python-for-loops-with-map-filter-and-reduce-c1b5fa96f43a
Complex logic at breakneck speed: Try Julia for data science
We show a comparative performance…
https://towardsdatascience.com/complex-logic-at-breakneck-speed-try-julia-for-data-science-bcd4dfa23541
We show a comparative performance…
https://towardsdatascience.com/complex-logic-at-breakneck-speed-try-julia-for-data-science-bcd4dfa23541
3 Lies Data Scientists Tell Themselves
https://towardsdatascience.com/3-lies-data-scientists-tell-themselves-8d29af9ccdf2
https://towardsdatascience.com/3-lies-data-scientists-tell-themselves-8d29af9ccdf2
learning python and couldn't think of a good project so made a script to insult myself instead, has 40 unique-ish insults
https://www.reddit.com/r/Python/comments/ec0d46/learning_python_and_couldnt_think_of_a_good/
https://www.reddit.com/r/Python/comments/ec0d46/learning_python_and_couldnt_think_of_a_good/
reddit
learning python and couldn't think of a good project so made a...
Posted in r/Python by u/FukMyHoles • 650 points and 84 comments
Building a Python UI for Comparing Data
How to quickly enable your non-technical team to compare data
https://towardsdatascience.com/building-a-python-ui-for-comparing-data-13c10693d9e4
How to quickly enable your non-technical team to compare data
https://towardsdatascience.com/building-a-python-ui-for-comparing-data-13c10693d9e4
These Projects will make you the SuperHero of Python City
You give us 8 minutes, we’ll give you 10…
https://medium.com/dataflair/these-projects-will-make-you-the-superhero-of-python-city-14101e62393b
You give us 8 minutes, we’ll give you 10…
https://medium.com/dataflair/these-projects-will-make-you-the-superhero-of-python-city-14101e62393b
10 OOP Design Principles You Can Learn in 2020
Want to write better, solid code that can withstand the…
https://medium.com/javarevisited/10-oop-design-principles-you-can-learn-in-2020-f7370cccdd31
Want to write better, solid code that can withstand the…
https://medium.com/javarevisited/10-oop-design-principles-you-can-learn-in-2020-f7370cccdd31
Advanced Python Visualizations in PowerBI
https://towardsdatascience.com/advanced-python-visualizations-in-powerbi-b64fe8602a8a
https://towardsdatascience.com/advanced-python-visualizations-in-powerbi-b64fe8602a8a
Training a custom dlib shape predictor
In this tutorial, you will learn how to train your own custom dlib shape predictor. ...
https://www.pyimagesearch.com/2019/12/16/training-a-custom-dlib-shape-predictor/
In this tutorial, you will learn how to train your own custom dlib shape predictor. ...
https://www.pyimagesearch.com/2019/12/16/training-a-custom-dlib-shape-predictor/
Writing If-else multiple ways in Python 3
By Lenin Mishra
We all know about if else clauses in Python 3. Probably we use them on a daily ...
https://www.pylenin.com/blogs/if-else-python3-multiple.ways/
By Lenin Mishra
We all know about if else clauses in Python 3. Probably we use them on a daily ...
https://www.pylenin.com/blogs/if-else-python3-multiple.ways/
Pylenin
Writing If-else multiple ways in Python 3
Different ways to write if else clause in Python 3
Reducing NumPy memory usage with lossless compression
If you’re running into memory issues because your NumPy arrays are too large, one of the ...
https://pythonspeed.com/articles/numpy-memory-footprint/
If you’re running into memory issues because your NumPy arrays are too large, one of the ...
https://pythonspeed.com/articles/numpy-memory-footprint/
Python⇒Speed
Reducing NumPy memory usage with lossless compression
Reduce NumPy memory usage by choosing smaller dtypes, and using sparse arrays.
A Python and Preact app deployed on Heroku
Heroku is great but it's sometimes painful when your app isn't just in one single language. What I ...
https://www.peterbe.com/plog/python-preact-app-deployed-on-heroku
Heroku is great but it's sometimes painful when your app isn't just in one single language. What I ...
https://www.peterbe.com/plog/python-preact-app-deployed-on-heroku
Peterbe
A Python and Preact app deployed on Heroku - Peterbe.com