Tutorials for users of other languages?: https://www.reddit.com/r/Python/comments/5y8n69/tutorials_for_users_of_other_languages/
reddit
Tutorials for users of other languages? • r/Python
Hi, one and all. Thanks to my interest in the Raspberry Pi, I'm looking to start using Python for some projects I have lined up. Because of this,...
Has anyone got Proselint to work with Word files via the command line?: https://www.reddit.com/r/Python/comments/5y948s/has_anyone_got_proselint_to_work_with_word_files/
reddit
Has anyone got Proselint to work with Word files via... • r/Python
It appears that proselint is primarily a plug-in and focuses on markdown. I'd like to be able to run: proselint text.docx from the terminal. Is...
I've wrote a post about configuration management in Python: https://www.reddit.com/r/Python/comments/5y9gr3/ive_wrote_a_post_about_configuration_management/
reddit
I've wrote a post about configuration management in Python • r/Python
1 points and 0 comments so far on reddit
Zerynth (Python for MCU) release 2.0.5: introducing the Zerynth ADM and many new supported devices: https://www.reddit.com/r/Python/comments/5y97is/zerynth_python_for_mcu_release_205_introducing/
reddit
Zerynth (Python for MCU) release 2.0.5: introducing the... • r/Python
4 points and 0 comments so far on reddit
Plot figure-ground diagrams of cities' building footprints and streets with Python and OSMnx: https://www.reddit.com/r/Python/comments/5y994g/plot_figureground_diagrams_of_cities_building/
reddit
Plot figure-ground diagrams of cities' building... • r/Python
7 points and 0 comments so far on reddit
Looking to write a simple network diagnostic GUI to ping specific IPs on the same network, without defining the first 3 octets.: https://www.reddit.com/r/Python/comments/5ya553/looking_to_write_a_simple_network_diagnostic_gui/
reddit
Looking to write a simple network diagnostic GUI to... • r/Python
Hello! Zero coding experience, obviously a terrible start to my plan. I wish to create a GUI tool that will ping various devices on the...
Executing Python from Excel for web scrapping: https://www.reddit.com/r/Python/comments/5ya68g/executing_python_from_excel_for_web_scrapping/
reddit
Executing Python from Excel for web scrapping • r/Python
Hey guys, I can't really use Python in my new company :/ Some people have it on their computer but they said people got in trouble by using it...
Anybody else running into issues with distutils and setuptools?: https://www.reddit.com/r/Python/comments/5ya9em/anybody_else_running_into_issues_with_distutils/
reddit
Anybody else running into issues with distutils and... • r/Python
Right now some of our CI processes are broken because there appears to be some tomfoolery happening with distutils and setuptools. It initially...
Are there any significant differences that make switching from Python on Windows to Mac?: https://www.reddit.com/r/Python/comments/5yabk4/are_there_any_significant_differences_that_make/
reddit
Are there any significant differences that make... • r/Python
I know questions like this must come up frequently so apologies if that's the case. But anyway, some background: I'm an engineering coop student...
BeautifulSoup .string() question: https://www.reddit.com/r/Python/comments/5yafp4/beautifulsoup_string_question/
reddit
BeautifulSoup .string() question • r/Python
Hey all, I'm working on a script to do XML cleanup using bs4. As part of that cleanup I'm replacing certain phrases with their contractions. My...