Pythonistas who have secretly automated all their work tasks and now just cruise, what do you do and what did you program?: https://www.reddit.com/r/Python/comments/agc9ft/pythonistas_who_have_secretly_automated_all_their/
reddit
r/Python - Pythonistas who have secretly automated all their work tasks and now just cruise, what do you do and what did you program?
1 vote and 0 comments so far on Reddit
No really, pathlib is great (a follow up post in defense of pathlib): https://www.reddit.com/r/Python/comments/agces0/no_really_pathlib_is_great_a_follow_up_post_in/
reddit
r/Python - No really, pathlib is great (a follow up post in defense of pathlib)
1 vote and 0 comments so far on Reddit
I wrote an article explaining Python decorators, focusing on the fundamentals: https://www.reddit.com/r/Python/comments/agcetj/i_wrote_an_article_explaining_python_decorators/
reddit
I wrote an article explaining Python decorators, focusing on the...
Posted in r/Python by u/SkullTech101 • 434 points and 62 comments
I want to develop a "Divinity 2-esque" game in Python. Is this doable?: https://www.reddit.com/r/Python/comments/agcsng/i_want_to_develop_a_divinity_2esque_game_in/
reddit
r/Python - I want to develop a "Divinity 2-esque" game in Python. Is this doable?
0 votes and 5 comments so far on Reddit
How to check if all elements of a string are in a list?: https://www.reddit.com/r/Python/comments/agcood/how_to_check_if_all_elements_of_a_string_are_in_a/
reddit
r/Python - How to check if all elements of a string are in a list?
1 vote and 0 comments so far on Reddit
Frame is an intelligent notetaking app I built that can answer your questions and summarize information. Would love to get your feedback!: https://www.reddit.com/r/Python/comments/agd8mb/frame_is_an_intelligent_notetaking_app_i_built/
reddit
r/Python - Frame is an intelligent notetaking app I built that can answer your questions and summarize information. Would love…
1 vote and 1 comment so far on Reddit
How to create global MotionBlur parameters and control them globally?: https://stackoverflow.com/questions/54173364/how-to-create-global-motionblur-parameters-and-control-them-globally
Stack Overflow
How to create global MotionBlur parameters and control them globally?
I'd like to create a global parameters in The Foundry Nuke UI to control a motion blur value and shutter's angle.
How to accomplish this by using Python?
Any help appreciated.
How to accomplish this by using Python?
Any help appreciated.
Aletheia solves the authentication problem of Fake News by using public key signing with the DNS system. It was the second best talk at PyCon UK. Since I need it, I am reviewing it. A great talk on an important topic.: https://www.reddit.com/r/Python/comments/agapst/aletheia_solves_the_authentication_problem_of/
reddit
r/Python - Aletheia solves the authentication problem of Fake News by using public key signing with the DNS system. It was the…
1 vote and 0 comments so far on Reddit
Existing connection error after script restart: https://stackoverflow.com/questions/54144754/existing-connection-error-after-script-restart
Stack Overflow
Existing connection error after script restart
I do HTTP requests on Python 3.7, but if I have some errors during the execution and the script stops, all new HTTP requests (even after restart the script) have the errors: [Errno 10054] An existing
I'm just so irritated right now. The code is identical, so why is it showing 2 completely different results?: https://www.reddit.com/r/Python/comments/aggpxi/im_just_so_irritated_right_now_the_code_is/
reddit
r/Python - I'm just so irritated right now. The code is identical, so why is it showing 2 completely different results?
0 votes and 2 comments so far on Reddit
I need help. My friend has been teaching me python.: https://www.reddit.com/r/Python/comments/agi39m/i_need_help_my_friend_has_been_teaching_me_python/
reddit
r/Python - I need help. My friend has been teaching me python.
1 vote and 2 comments so far on Reddit
Find last match with python regular expression: https://stackoverflow.com/questions/2802168/find-last-match-with-python-regular-expression
Stack Overflow
Find last match with python regular expression
I wanto to match the last occurence of a simple pattern in a string, e.g.
list = re.findall(r"\w+ AAAA \w+", "foo bar AAAA foo2 AAAA bar2")
print "last match: ", list[len(list)-1]
however, if the
list = re.findall(r"\w+ AAAA \w+", "foo bar AAAA foo2 AAAA bar2")
print "last match: ", list[len(list)-1]
however, if the
Passing the value of variable into MySQL database using Flask: https://www.reddit.com/r/Python/comments/agibvc/passing_the_value_of_variable_into_mysql_database/
reddit
r/Python - Passing the value of variable into MySQL database using Flask
1 vote and 1 comment so far on Reddit