I hate Python. I hate it with a passion: https://www.hackerfactor.com/blog/index.php?/archives/825-8-Reasons-Python-Sucks.html
In Python, why do properties take priority over instance attributes?: https://stackoverflow.com/questions/53801352/in-python-why-do-properties-take-priority-over-instance-attributes
Stack Overflow
In Python, why do properties take priority over instance attributes?
This article describes how Python looks up an attribute on an object when it executes o.a. The priority order is interesting - it looks for:
A class attribute that is a data-descriptor (most commo...
A class attribute that is a data-descriptor (most commo...
I have created a small and simple linter for your .env files!: https://www.reddit.com/r/Python/comments/a7aimt/i_have_created_a_small_and_simple_linter_for_your/
reddit
r/Python - I have created a small and simple linter for your .env files!
1 vote and 0 comments so far on Reddit
Pipdeptree: Utility to display dependency tree of the installed Python packages: https://github.com/naiquevin/pipdeptree
GitHub
GitHub - tox-dev/pipdeptree: A command line utility to display dependency tree of the installed Python packages
A command line utility to display dependency tree of the installed Python packages - tox-dev/pipdeptree
Making a Python library — how the ecosystem changed in 2.5 years: https://www.reddit.com/r/Python/comments/a7bg3v/making_a_python_library_how_the_ecosystem_changed/
reddit
r/Python - Making a Python library — how the ecosystem changed in 2.5 years
1 vote and 0 comments so far on Reddit
Python Virtual Environments: Extreme Advertising Edition: https://www.reddit.com/r/Python/comments/a7dcnk/python_virtual_environments_extreme_advertising/
reddit
Python Virtual Environments: Extreme Advertising Edition
Posted in r/Python by u/ase1590 • 2,071 points and 292 comments
Advent of Code Python Solutions, Explained: https://www.michaelfogleman.com/aoc18/
I wrote a Python pet detector camera program that watches the door and sends me a text if my cat or dog wants to be let inside! It runs on a Raspberry Pi and uses TensorFlow for object detection. Code is linked in the comments!: https://www.reddit.com/r/Python/comments/a7dvxq/i_wrote_a_python_pet_detector_camera_program_that/
reddit
r/Python - I wrote a Python pet detector camera program that watches the door and sends me a text if my cat or dog wants to be…
129 votes and 16 comments so far on Reddit
Deep Dive: Python and Django Logging in Plain English: https://www.reddit.com/r/Python/comments/a7cvmt/deep_dive_python_and_django_logging_in_plain/
reddit
r/Python - Deep Dive: Python and Django Logging in Plain English
1 vote and 0 comments so far on Reddit
best option manage python versions and dependencies: https://www.reddit.com/r/Python/comments/a7e7s7/best_option_manage_python_versions_and/
reddit
r/Python - best option manage python versions and dependencies
1 vote and 0 comments so far on Reddit
How to send commands from Python turtle graphics to an EV3 Lego brick?: https://stackoverflow.com/questions/53797319/how-to-send-commands-from-python-turtle-graphics-to-an-ev3-lego-brick
Stack Overflow
How to send commands from Python turtle graphics to an EV3 Lego brick?
What I'm trying to do:
I'm trying to create a program design where a UI program created with the Turtle Graphics Library in Python communicates directly with an EV3 Python Program that exists on the
I'm trying to create a program design where a UI program created with the Turtle Graphics Library in Python communicates directly with an EV3 Python Program that exists on the
fstringify: CLI tool to convert a python project's %-formatted strings to f-strings: https://www.reddit.com/r/Python/comments/a7ef05/fstringify_cli_tool_to_convert_a_python_projects/
reddit
r/Python - fstringify: CLI tool to convert a python project's %-formatted strings to f-strings
1 vote and 0 comments so far on Reddit
PyCM 1.7 released: Machine learning library for confusion matrix statistical analysis: https://www.reddit.com/r/Python/comments/a7fdn6/pycm_17_released_machine_learning_library_for/
reddit
r/Python - PyCM 1.7 released: Machine learning library for confusion matrix statistical analysis
1 vote and 0 comments so far on Reddit
Bored in airport with no WiFi and waiting for my flight home for break. anyone have a good challenge for me to do with out the use of modules. Not too hard I am decently new to python. Happy Holidays!: https://www.reddit.com/r/Python/comments/a7hfgu/bored_in_airport_with_no_wifi_and_waiting_for_my/
reddit
r/Python - Bored in airport with no WiFi and waiting for my flight home for break. anyone have a good challenge for me to do with…
1 vote and 2 comments so far on Reddit
Data migration from postGIS to ArcGIS (using FME, python, SQL)?: https://www.reddit.com/r/Python/comments/a7i4ke/data_migration_from_postgis_to_arcgis_using_fme/
reddit
r/Python - Data migration from postGIS to ArcGIS (using FME, python, SQL)?
1 vote and 0 comments so far on Reddit