Looks like removing pth file support is on the table: https://www.reddit.com/r/Python/comments/aiqb21/looks_like_removing_pth_file_support_is_on_the/
reddit
r/Python - Looks like removing pth file support is on the table
1 vote and 0 comments so far on Reddit
Need an explanation on how to find recurring patterns in a .txt file: https://www.reddit.com/r/Python/comments/air8on/need_an_explanation_on_how_to_find_recurring/
reddit
r/Python - Need an explanation on how to find recurring patterns in a .txt file
1 vote and 0 comments so far on Reddit
Created Flask app to display http request header: https://www.reddit.com/r/Python/comments/aiqyjs/created_flask_app_to_display_http_request_header/
reddit
r/Python - Created Flask app to display http request header
2 votes and 0 comments so far on Reddit
Python enum prevent invalid attribute assignment: https://stackoverflow.com/questions/54274002/python-enum-prevent-invalid-attribute-assignment
Stack Overflow
Python enum prevent invalid attribute assignment
When I use the Functional API to create an enum, I get back an enum object that allows arbitrary assignment (i.e. it has a __dict__):
e = enum.Enum('Things',[('foo',1),('bar',2)])
e.baz = 3
The i...
e = enum.Enum('Things',[('foo',1),('bar',2)])
e.baz = 3
The i...
Are there better or just as good alternatives to PythonAnywhere?: https://www.reddit.com/r/Python/comments/airwkv/are_there_better_or_just_as_good_alternatives_to/
reddit
r/Python - Are there better or just as good alternatives to PythonAnywhere?
1 vote and 0 comments so far on Reddit
Image Palettizer 2.0: a program that applies a color palette to an image, now with dithering. Also reworked the documentation and added an example; I’m pretty happy with it. CC welcome.: https://www.reddit.com/r/Python/comments/ais5sf/image_palettizer_20_a_program_that_applies_a/
reddit
r/Python - Image Palettizer 2.0: a program that applies a color palette to an image, now with dithering. Also reworked the documentation…
1 vote and 0 comments so far on Reddit
I wrote Coral, a gradually-typed mini-compiler for Python using LLVM and Python 3.7 type hints: https://www.reddit.com/r/Python/comments/airvgm/i_wrote_coral_a_graduallytyped_minicompiler_for/
reddit
r/Python - I wrote Coral, a gradually-typed mini-compiler for Python using LLVM and Python 3.7 type hints
2 votes and 1 comment so far on Reddit
Someone posted on here on how to add a status bar to show how long your code is running for. I can't find it now though.: https://www.reddit.com/r/Python/comments/aisa71/someone_posted_on_here_on_how_to_add_a_status_bar/
reddit
r/Python - Someone posted on here on how to add a status bar to show how long your code is running for. I can't find it now though.
1 vote and 0 comments so far on Reddit
19-1-22 14:50:51.8|Error|python.exe|C:\Python27\python.exe: can't open file '?C:\MP4_Automator\postSonarr.py': [Errno 22] Invalid argument: https://www.reddit.com/r/Python/comments/aisrr6/19122_1450518errorpythonexecpython27pythonexe/
reddit
r/Python - 19-1-22 14:50:51.8|Error|python.exe|C:\Python27\python.exe: can't open file '?C:\MP4_Automator\postSonarr.py': [Errno…
1 vote and 0 comments so far on Reddit
What makes Python slow compared to Apache Groovy?: https://www.reddit.com/r/Python/comments/aiu0ak/what_makes_python_slow_compared_to_apache_groovy/
reddit
r/Python - What makes Python slow compared to Apache Groovy?
0 votes and 1 comment so far on Reddit
Is it possible to have an actual memory leak in Python because of your code?: https://stackoverflow.com/questions/2017381/is-it-possible-to-have-an-actual-memory-leak-in-python-because-of-your-code
Stack Overflow
Is it possible to have an actual memory leak in Python because of your code?
I don't have a code example, but I'm curious whether it's possible to write Python code that results in essentially a memory leak.
I just started using Python and have a problem with %: https://www.reddit.com/r/Python/comments/aivdp8/i_just_started_using_python_and_have_a_problem/
reddit
r/Python - I just started using Python and have a problem with %
1 vote and 2 comments so far on Reddit