16 Python libraries that helped a healthcare startup grow - PythonTrainingHQ Blog: https://www.reddit.com/r/Python/comments/btkros/16_python_libraries_that_helped_a_healthcare/
reddit
r/Python - 16 Python libraries that helped a healthcare startup grow - PythonTrainingHQ Blog
80 votes and 17 comments so far on Reddit
Just wanted to share my WIFI Usage data collected over a year with a python script I wrote! 😊: https://www.reddit.com/r/Python/comments/bty6g7/just_wanted_to_share_my_wifi_usage_data_collected/
reddit
r/Python - Just wanted to share my WIFI Usage data collected over a year with a python script I wrote! 😊
362 votes and 64 comments so far on Reddit
After searching for days on internet, and not being able to find a good quality, easy, and detailed tutorial on threading, I've decided to make my own tutorial series. Hopefully it will be helpfully to a newbie like me, and will help them save time. Here is the part-1 of the series.: https://www.reddit.com/r/Python/comments/btpc3v/after_searching_for_days_on_internet_and_not/
reddit
r/Python - After searching for days on internet, and not being able to find a good quality, easy, and detailed tutorial on threading…
413 votes and 48 comments so far on Reddit
"Automate the Boring Stuff" author is live streaming Python programming on Monday evening 5/27, 6pm Pacific: https://www.reddit.com/r/Python/comments/btfqxb/automate_the_boring_stuff_author_is_live/
reddit
r/Python - "Automate the Boring Stuff" author is live streaming Python programming on Monday evening 5/27, 6pm Pacific
688 votes and 26 comments so far on Reddit
My simulation of gravity with 1000 particles. PC took a couple of hours to process!: https://www.reddit.com/r/Python/comments/bu4shw/my_simulation_of_gravity_with_1000_particles_pc/
reddit
My simulation of gravity with 1000 particles. PC took a couple of...
Posted in r/Python by u/mittwochmensch • 1,754 points and 247 comments
Keras ValueError: Dimensions must be equal issue: https://stackoverflow.com/questions/56302243/keras-valueerror-dimensions-must-be-equal-issue
Stack Overflow
Keras ValueError: Dimensions must be equal issue
Even after applying the suggestions in answer and comments, it looks like the dimension mismatch issue persists. This is exact code and data file to replicate as well: https://drive.google.com/drive/
Pirates Online Rewritten: Reverse engineered server/client implementation of Disney's Pirates Online written in Python using the Panda3D game engine.: https://www.reddit.com/r/Python/comments/bt1mi1/pirates_online_rewritten_reverse_engineered/
reddit
r/Python - Pirates Online Rewritten: Reverse engineered server/client implementation of Disney's Pirates Online written in Python…
10 votes and 1 comment so far on Reddit
Why is tempered mcmc fit not convering well?: https://stackoverflow.com/questions/56317620/why-is-tempered-mcmc-fit-not-convering-well
Stack Overflow
Why is tempered mcmc fit not convering well?
I am trying to fit a simple straight line y=mx+c type to some synthetic data using parallel-tempered mcmc. My goal is to just be able to understand how to use it, so that I can apply to some more c...
Python's creator thinks it has a diversity problem — Quartz: https://www.reddit.com/r/Python/comments/bs9hea/pythons_creator_thinks_it_has_a_diversity_problem/
reddit
r/Python - Python's creator thinks it has a diversity problem — Quartz
0 votes and 0 comments so far on Reddit
How have you used Python to automate non-work stuff?: https://www.reddit.com/r/Python/comments/bsct2b/how_have_you_used_python_to_automate_nonwork_stuff/
reddit
r/Python - How have you used Python to automate non-work stuff?
0 votes and 0 comments so far on Reddit
Data science best practices with pandas (video tutorial): https://www.reddit.com/r/Python/comments/bsewe9/data_science_best_practices_with_pandas_video/
reddit
Data science best practices with pandas (video tutorial)
Posted in r/Python by u/pmz • 8 points and 0 comments
Show HN: PugSQL, a Python Port of HugSQL: https://pugsql.org
PugSQL.org
SQL is Extremely Good, Actually
PugSQL is a Python library for interacting with your database using SQL.
I used neuroevolution in python to create modular logic circuit components: https://www.reddit.com/r/Python/comments/buebio/i_used_neuroevolution_in_python_to_create_modular/
reddit
r/Python - I used neuroevolution in python to create modular logic circuit components
20 votes and 1 comment so far on Reddit
I created my first Python game with a GUI using the Turtle module!: https://www.reddit.com/r/Python/comments/buign9/i_created_my_first_python_game_with_a_gui_using/
reddit
r/Python - I created my first Python game with a GUI using the Turtle module!
198 votes and 21 comments so far on Reddit
Can etree.XMLParser in recover mode still throw a parse error?: https://stackoverflow.com/questions/56250685/can-etree-xmlparser-in-recover-mode-still-throw-a-parse-error
Stack Overflow
Can etree.XMLParser in recover mode still throw a parse error?
I have a utility method that parses XML using a parser created as etree.XMLParser(recover=True). I would like to test failure scenarios in a unit test. Except for empty input throwing an lxml.etree.