datetime.today() shows the date in the wrong time zone.: https://www.reddit.com/r/Python/comments/57p6f3/datetimetoday_shows_the_date_in_the_wrong_time/
reddit
datetime.today() shows the date in the wrong time zone. • /r/Python
https://repl.it/languages/python3 I live in Toronto, which is EDT, but the code above gives me the wrong date; I'm guessing it's off by 4 hours....
What do you think needs to be improved in the Python ecosystem? Do you see yourself using it in 5 years?: https://www.reddit.com/r/Python/comments/57p61b/what_do_you_think_needs_to_be_improved_in_the/
reddit
What do you think needs to be improved in the Python... • /r/Python
36 points and 46 comments so far on reddit
I'd like to share a really simple but useful class I've made, confy, json-based configuration files: https://www.reddit.com/r/Python/comments/57q8u1/id_like_to_share_a_really_simple_but_useful_class/
reddit
I'd like to share a really simple but useful class... • /r/Python
1 points and 1 comments so far on reddit
A GitLab>Discord webhook bridge, because nobody should be forced to use nodejs: https://www.reddit.com/r/Python/comments/57ql7p/a_gitlabdiscord_webhook_bridge_because_nobody/
reddit
A GitLab>Discord webhook bridge, because nobody should... • /r/Python
1 points and 1 comments so far on reddit
GitHub - turkus/live-premailer: Live premailer for jinja2 templates: https://www.reddit.com/r/Python/comments/57qsr2/github_turkuslivepremailer_live_premailer_for/
reddit
GitHub - turkus/live-premailer: Live premailer for... • /r/Python
1 points and 0 comments so far on reddit
Slack Deleter, quickly delete all your slack files - xpost r/slack: https://www.reddit.com/r/Python/comments/57qwvn/slack_deleter_quickly_delete_all_your_slack_files/
reddit
Slack Deleter, quickly delete all your slack files -... • /r/Python
4 points and 2 comments so far on reddit
A Python GitLab>Discord webhook bridge, because the only other implementation was in Node and that just won't do: https://www.reddit.com/r/Python/comments/57qtpc/a_python_gitlabdiscord_webhook_bridge_because_the/
reddit
A Python GitLab>Discord webhook bridge, because the... • /r/Python
2 points and 0 comments so far on reddit
Question: What is the current best practice for end-to-end scenario tests in Python webapps?: https://www.reddit.com/r/Python/comments/57r08v/question_what_is_the_current_best_practice_for/
reddit
Question: What is the current best practice for... • /r/Python
I build a webapp with AngularJS in the frontend and Tornado / Python in the backend. - What is the current best practice to run end-to-end...
Change Python version for evaluating file with SublimREPL plugin: http://stackoverflow.com/questions/40016838/change-python-version-for-evaluating-file-with-sublimrepl-plugin
Stackoverflow
Change Python version for evaluating file with SublimREPL plugin
I am using Sublim Text 3 on Mac OS X El Capitan. What I need to do is to evaluate a Python file within Sublime Text 3.
I have installed Package Control and then SublimREPL plugins.
I have set up ...
I have installed Package Control and then SublimREPL plugins.
I have set up ...
Check out my toy library -- typecast -- that introduces a new paradigm to Python: https://www.reddit.com/r/Python/comments/57r60f/check_out_my_toy_library_typecast_that_introduces/
reddit
Check out my toy library -- typecast -- that... • /r/Python
I had this idea running around in my head for quite a while, and I decided to finally put it to code and see how others feel about it. It goes...
GitHub - TaipanRex/pyvisgraph: Given a set of simple obstacle polygons, return the visibility graph: https://www.reddit.com/r/Python/comments/57r7sx/github_taipanrexpyvisgraph_given_a_set_of_simple/
reddit
GitHub - TaipanRex/pyvisgraph: Given a set of simple... • /r/Python
2 points and 0 comments so far on reddit
Is there a way save/fetch adding information to image?: https://www.reddit.com/r/Python/comments/57ru4f/is_there_a_way_savefetch_adding_information_to/
reddit
Is there a way save/fetch adding information to image? • /r/Python
I am looking for the best way to say addition information to image for next handling it. For example: I have script for auto add text to a bunch...
[Sympy] How to write a Boolean equation into a Linear Algebra equation: https://www.reddit.com/r/Python/comments/57s117/sympy_how_to_write_a_boolean_equation_into_a/
reddit
[Sympy] How to write a Boolean equation into a Linear... • /r/Python
Hi, I need some help to transform Boolean equations into linear algebra equations to further simplification using Sympy As motivation, let's...
Working with PDF files using python3: https://www.reddit.com/r/Python/comments/57s1bw/working_with_pdf_files_using_python3/
reddit
Working with PDF files using python3 • /r/Python
Hi all, I am looking for advice and direction on how to automate a repetitive task that I need to accomplish. I currently have almost 1000 PDF...