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
Hands-on End-to-End Automated Machine Learning
A hands on experience for AutoML coding ina Python…
https://towardsdatascience.com/hands-on-end-to-end-automated-machine-learning-a50e6bce6512
A hands on experience for AutoML coding ina Python…
https://towardsdatascience.com/hands-on-end-to-end-automated-machine-learning-a50e6bce6512
How To Merge Two Lists in Python
Use list concatenation or the splat operator
https://medium.com/better-programming/how-to-merge-two-lists-in-python-bc39ce1858fb
Use list concatenation or the splat operator
https://medium.com/better-programming/how-to-merge-two-lists-in-python-bc39ce1858fb
Get information on over 10,000 file extensions right from the terminal
https://www.reddit.com/r/Python/comments/edb6a0/get_information_on_over_10000_file_extensions/
https://www.reddit.com/r/Python/comments/edb6a0/get_information_on_over_10000_file_extensions/
reddit
Get information on over 10,000 file extensions right from the terminal
Posted in r/Python by u/vikingwithasword • 2 points and 2 comments
A simple tool written in python to make pixel art from images using excel sheets (https://pix-to-xls.now.sh) repo: https://github.com/joelibaceta/pix-to-xls
https://www.reddit.com/r/Python/comments/ectc4t/a_simple_tool_written_in_python_to_make_pixel_art/
https://www.reddit.com/r/Python/comments/ectc4t/a_simple_tool_written_in_python_to_make_pixel_art/
Is Julia Set to Take Over Python the Same Way Python Took Over JAVA?
https://medium.com/@james_52456/is-julia-set-to-take-over-python-the-same-way-python-took-over-java-dd0098433e77
https://medium.com/@james_52456/is-julia-set-to-take-over-python-the-same-way-python-took-over-java-dd0098433e77
MobSF / Mobile-Security-Framework-MobSF
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
https://github.com/MobSF/Mobile-Security-Framework-MobSF
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
https://github.com/MobSF/Mobile-Security-Framework-MobSF
GitHub
GitHub - MobSF/Mobile-Security-Framework-MobSF: Mobile Security Framework (MobSF) is an automated, all-in-one mobile application…
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static a...
The Ultimate Guide to Python Decorators, Part III: Decorators with Arguments
This is the third part of my in-depth tutorial on Python decorators. In parts I and II I showed you ...
http://blog.miguelgrinberg.com/post/the-ultimate-guide-to-python-decorators-part-iii-decorators-with-arguments
This is the third part of my in-depth tutorial on Python decorators. In parts I and II I showed you ...
http://blog.miguelgrinberg.com/post/the-ultimate-guide-to-python-decorators-part-iii-decorators-with-arguments
Miguelgrinberg
The Ultimate Guide to Python Decorators, Part III: Decorators with Arguments
This is the third part of my in-depth tutorial on Python decorators. In parts I and II I showed you how to create some useful decorators, but to keep things simple none of the decorator examples…
I wrote a Python script to generate your personal YouTube report.
https://www.reddit.com/r/Python/comments/edpvnh/i_wrote_a_python_script_to_generate_your_personal/
https://www.reddit.com/r/Python/comments/edpvnh/i_wrote_a_python_script_to_generate_your_personal/
reddit
I wrote a Python script to generate your personal YouTube report.
Posted in r/Python by u/godblesspiggy • 1,093 points and 99 comments
Top 5 Programming Languages to Learn in 2020 — Best of All
Python, Java, JavaScript, C/C++, and Scala
https://medium.com/javarevisited/top-5-programming-languages-you-can-learn-in-2020-e68ab1a17af4
Python, Java, JavaScript, C/C++, and Scala
https://medium.com/javarevisited/top-5-programming-languages-you-can-learn-in-2020-e68ab1a17af4