Finaly i done the player sprite! Whot would i do next?: https://www.reddit.com/r/Python/comments/c0l6n3/finaly_i_done_the_player_sprite_whot_would_i_do/
reddit
r/Python - Finaly i done the player sprite! Whot would i do next?
870 votes and 87 comments so far on Reddit
I created this beauty with a fractal program I wrote in Python: https://www.reddit.com/r/Python/comments/c0rct8/i_created_this_beauty_with_a_fractal_program_i/
reddit
r/Python - I created this beauty with a fractal program I wrote in Python
0 votes and 0 comments so far on Reddit
Python OWASP ZAP API doesn't seem to successfully authenticate http basic: https://stackoverflow.com/questions/56559390/python-owasp-zap-api-doesnt-seem-to-successfully-authenticate-http-basic
Stack Overflow
Python OWASP ZAP API doesn't seem to successfully authenticate http basic
I have a problem with using the API to do an authenticated scan of a website that I made. This (test) website uses HTTP Basic authentication. When initiating the scan it can't seem to find the web ...
My first upload to PyPI - pydoro tomato timer terminal app: https://www.reddit.com/r/Python/comments/c0t1oe/my_first_upload_to_pypi_pydoro_tomato_timer/
reddit
r/Python - My first upload to PyPI - pydoro tomato timer terminal app
289 votes and 43 comments so far on Reddit
Django Count and Sum annotations interfere with each other: https://stackoverflow.com/questions/56567841/django-count-and-sum-annotations-interfere-with-each-other
Stack Overflow
Django Count and Sum annotations interfere with each other
While constructing a complexe QuerySet with several annotations, I ran into an issue that I could reproduce with the following simple setup.
Here are the models:
class Player(models.Model):
n...
Here are the models:
class Player(models.Model):
n...
Probably the most useless thing that I have ever coded but it’s fun looking at it: https://www.reddit.com/r/Python/comments/c0xcn6/probably_the_most_useless_thing_that_i_have_ever/
reddit
Probably the most useless thing that I have ever coded but it’s...
Posted in r/Python by u/galsasson • 2,114 points and 119 comments
How to redirect/render Pyodide output in browser?: https://stackoverflow.com/questions/56583696/how-to-redirect-render-pyodide-output-in-browser
Stack Overflow
How to redirect/render Pyodide output in browser?
I have recently come across the Pyodide project.
I have built a little demo using Pyodide, but although I've spent a lot of time looking at the source, it is not obvious (yet) to me how to redirect
I have built a little demo using Pyodide, but although I've spent a lot of time looking at the source, it is not obvious (yet) to me how to redirect
send_mail is working while EmailMultiAlternatives.send is not: https://stackoverflow.com/questions/10726116/send-mail-is-working-while-emailmultialternatives-send-is-not
Stack Overflow
send_mail is working while EmailMultiAlternatives.send is not
I am finding this very odd. This piece of code doesn't send two email messages. The first way using send_mail is working find. While using EmailMultiAlternatives isn't sending any messages. I've al...
Comparing the Same Project in Rust, Haskell, C , Python, Scala and OCaml: http://thume.ca/2019/04/29/comparing-compilers-in-rust-haskell-c-and-python/
thume.ca
Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml - Tristan Hume
Node.js and Python Interoperability: https://fridgerator.github.io/2019/06/14/nodejs-and-python-interoperability.html
Exposing GraphQL based APIs: https://stackoverflow.com/questions/56580860/exposing-graphql-based-apis
Stack Overflow
Exposing GraphQL based APIs
I have data stored in the file system (normalized across multiple small files) and I have written python functions to read/write data from the file system. Read API returns object of type Job. Writ...
Make VS Code terminal match debug environment on a Mac: https://stackoverflow.com/questions/56594687/make-vs-code-terminal-match-debug-environment-on-a-mac
Stack Overflow
Make VS Code terminal match debug environment on a Mac
I'm teaching a beginners python class, the environment is Anaconda, VS Code and git (plus a few extras from a requirements.txt).
For the windows students this runs perfectly, however the mac stude...
For the windows students this runs perfectly, however the mac stude...
python conditional debug breakpoint one-liner for versions before 3.7 PEP 553 that acts similarly to Perl's $DB::single=1: https://stackoverflow.com/questions/56596274/python-conditional-debug-breakpoint-one-liner-for-versions-before-3-7-pep-553-th
Stack Overflow
python conditional debug breakpoint one-liner for versions before 3.7 PEP 553 that acts similarly to Perl's $DB::single=1
In python versions before PEP 553 breakpoint() utility, what is the recommended way to add (ideally a one-liner) code to have a breakpoint that can be ignored upon a condition (e.g. a global debug ...
Masonite 2.2 Released - The Modern Python Web Framework!: https://www.reddit.com/r/Python/comments/c0wxb6/masonite_22_released_the_modern_python_web/
reddit
r/Python - Masonite 2.2 Released - The Modern Python Web Framework!
36 votes and 22 comments so far on Reddit
Anyone up for a funeral for python 2 on January first 2020?: https://www.reddit.com/r/Python/comments/c11z29/anyone_up_for_a_funeral_for_python_2_on_january/
reddit
r/Python - Anyone up for a funeral for python 2 on January first 2020?
39 votes and 32 comments so far on Reddit
Moon and Earth during a month long gravity simulation!: https://www.reddit.com/r/Python/comments/c1b3na/moon_and_earth_during_a_month_long_gravity/
reddit
r/Python - Moon and Earth during a month long gravity simulation!
761 votes and 86 comments so far on Reddit
Python: Grammatically correct human readable string from list (with Oxford comma): https://stackoverflow.com/questions/53981845/python-grammatically-correct-human-readable-string-from-list-with-oxford-comma
Stack Overflow
Python: Grammatically correct human readable string from list (with Oxford comma)
I want a grammatically correct human-readable string representation of a list. For example, the list ['A', 2, None, 'B,B', 'C,C,C'] should return the string A, 2, None, B,B, and C,C,C. This contrived
Pointers in Python: https://realpython.com/pointers-in-python
Realpython
Pointers in Python: What's the Point? – Real Python
In this step-by-step tutorial, you'll get a clearer understanding of Python's object model and learn why pointers don't really exist in Python. You'll also cover ways to simulate pointers in Python without the memory-management nightmare.
I developed a heuristic and accompanying program that solves terminals in Fallout 4: https://www.reddit.com/r/Python/comments/c1d3zg/i_developed_a_heuristic_and_accompanying_program/
reddit
r/Python - I developed a heuristic and accompanying program that solves terminals in Fallout 4
0 votes and 0 comments so far on Reddit