What's everyone working on this week?: https://www.reddit.com/r/Python/comments/6pgcwm/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
What is a better alternative to tkinter...: https://www.reddit.com/r/Python/comments/6pgg9p/what_is_a_better_alternative_to_tkinter/
reddit
What is a better alternative to tkinter... • r/Python
TKinter seems to be getting a lok of flak, but what is a real alternative for a cleanand crisp GUI. PYQT, perhaps?
How to Add Hosted Monitoring to Flask Web Applications: https://www.reddit.com/r/Python/comments/6pgext/how_to_add_hosted_monitoring_to_flask_web/
reddit
How to Add Hosted Monitoring to Flask Web Applications • r/Python
4 points and 0 comments so far on reddit
Use python to modify words in a LaTex file, ignoring LaTeX markup: https://stackoverflow.com/questions/45160896/use-python-to-modify-words-in-a-latex-file-ignoring-latex-markup
Stackoverflow
Use python to modify words in a LaTex file, ignoring LaTeX markup
I want to run an automated "spell checker" over some LaTex files (in addition to spelling it detects certain custom words, etc). I need to read the LaTex file, find certain words in the document te...
RELEASED - Python 3.4.7rc1 and Python 3.5.4rc1 are now available: https://www.reddit.com/r/Python/comments/6pgqti/released_python_347rc1_and_python_354rc1_are_now/
reddit
RELEASED - Python 3.4.7rc1 and Python 3.5.4rc1 are now... • r/Python
1 points and 0 comments so far on reddit
How to modify TOR source code with Python: https://www.reddit.com/r/Python/comments/6pgrrp/how_to_modify_tor_source_code_with_python/
reddit
How to modify TOR source code with Python • r/Python
Hi guys I'm searching how to modify source code of TOR with Python? I want to make a programm which can add the views when you open it. More...
How to Find, Install, and Uninstall Python Packages Using Pip (Tutorial): https://www.reddit.com/r/Python/comments/6phbcf/how_to_find_install_and_uninstall_python_packages/
reddit
How to Find, Install, and Uninstall Python Packages... • r/Python
2 points and 0 comments so far on reddit
Ignore dates and times while parsing YAML?: https://stackoverflow.com/questions/34667108/ignore-dates-and-times-while-parsing-yaml
Stack Overflow
Ignore dates and times while parsing YAML
I'm writing a script to convert a series of YAML files into a single JSON blob. I have a YAML file like this:
---
AWSTemplateFormatVersion: 2010-09-09
Description: AWS CloudFormation ECS Sample
---
AWSTemplateFormatVersion: 2010-09-09
Description: AWS CloudFormation ECS Sample
Tutorial: Getting Started with Selenium in Python: https://www.reddit.com/r/Python/comments/6phmfc/tutorial_getting_started_with_selenium_in_python/
reddit
Tutorial: Getting Started with Selenium in Python • r/Python
1 points and 0 comments so far on reddit
How to handle exceptions that occur as part of a library's API?: https://www.reddit.com/r/Python/comments/6phqi7/how_to_handle_exceptions_that_occur_as_part_of_a/
reddit
How to handle exceptions that occur as part of a... • r/Python
I want to learn more about good ways to design a Python library with regard to what exceptions we expose to the library's user. For example, I...
MyPy, the Python static type checker, 0.521 release: https://www.reddit.com/r/Python/comments/6phvwj/mypy_the_python_static_type_checker_0521_release/
reddit
MyPy, the Python static type checker, 0.521 release • r/Python
1 points and 0 comments so far on reddit
Slicing Pandas rows with string match slow: https://stackoverflow.com/questions/45221192/slicing-pandas-rows-with-string-match-slow
Stackoverflow
Slicing Pandas rows with string match slow
I basically want to learn a faster way to slice a Pandas dataframe with conditional slicing based on regex. For example the following df (there's more than 4 variations in the string_column, they are
Delay load python DLL when embedding python numpy: https://stackoverflow.com/questions/44729188/delay-load-python-dll-when-embedding-pythonnumpy
Stackoverflow
Delay load python DLL when embedding python+numpy
I am building a C++ application that will call python + numpy and I would like to DELAYLOAD the python dll. I use Visual Studio 2015 on Windows with 64 bit python 3.6. The DELAYLOAD works fine as l...
Best way to include .pth files in your project: https://www.reddit.com/r/Python/comments/6pi0n4/best_way_to_include_pth_files_in_your_project/
reddit
Best way to include .pth files in your project • r/Python
Hello. I've been reading tutorials, watching videos, reading example github projects in addition to the setuptools documentation for the past two...