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...
Build and ship native GUI apps on Python with Beeware [audio]: https://talkpython.fm/episodes/show/79/beeware-python-tools
talkpython.fm
Beeware Python Tools
Could you write me a Python app for the wide range of platforms out there? Oh, wait, I want them to be native GUI applications. And I need them on mobile (Android, iOS, tvOS, and watchOS) as well as major desktop apps. I also need them to appear indistinguishable…
Python SymPy: Error while solving inequality: http://stackoverflow.com/questions/39981058/python-sympy-error-while-solving-inequality
Stackoverflow
Python SymPy: Error while solving inequality
Problem: I am trying to solve an inequality to obtain a variable coeff_rw, which is the value of the symbol rw satisfying the inequality. This value should be in terms of other symbols (variables) ...
Asynchronous Scraping with Python's concurrent.futures: https://www.reddit.com/r/Python/comments/57t8kg/asynchronous_scraping_with_pythons/
reddit
Asynchronous Scraping with Python's concurrent.futures • /r/Python
1 points and 0 comments so far on reddit
How to write basic gender classification tool: https://www.reddit.com/r/Python/comments/57t8zy/how_to_write_basic_gender_classification_tool/
reddit
How to write basic gender classification tool • /r/Python
I'm building my first Python application (a gender classifier) after not taking any classes in Python. I've worked with tips from this website and...