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...
How to view numbers without exponents: https://www.reddit.com/r/Python/comments/5yaqr9/how_to_view_numbers_without_exponents/
reddit
How to view numbers without exponents • r/Python
I am computing really really large numbers with python. Is there a way to view the results of computations without it looking like "123456789E +...
How to build a Python dev environment with Docker with some dependencies like Elasticsearch: https://www.reddit.com/r/Python/comments/5ybrnj/how_to_build_a_python_dev_environment_with_docker/
reddit
How to build a Python dev environment with Docker with... • r/Python
1 points and 0 comments so far on reddit
A conversation about effective code reviews [audio]: https://www.reddit.com/r/Python/comments/5ybu9m/a_conversation_about_effective_code_reviews_audio/
reddit
A conversation about effective code reviews [audio] • r/Python
1 points and 0 comments so far on reddit
For security reasons, my work is only allowing me to load modules into the production environment one time, what modules do I need?: https://www.reddit.com/r/Python/comments/5ycbhk/for_security_reasons_my_work_is_only_allowing_me/
reddit
For security reasons, my work is only allowing me to... • r/Python
My work is real hesitant to port in modules to production enviroment do to the open source nature vs security aspect. However, I get to select...
CPython internals: A ten-hour codewalk through the Python interpreter (2015): https://www.youtube.com/playlist?list=PLzV58Zm8FuBL6OAv1Yu6AwXZrnsFbbR0S
YouTube
CPython internals: A ten-hour codewalk through the Python interpreter source code
See: http://pgbovine.net/cpython-internals.htm
Python 201: Intermediate Python is now an Online Course: https://www.reddit.com/r/Python/comments/5ycjus/python_201_intermediate_python_is_now_an_online/
reddit
Python 201: Intermediate Python is now an Online Course • r/Python
My second book, Python 201: Intermediate Python, was just released as an online course over at...
.readline() not returning full line.: https://www.reddit.com/r/Python/comments/5ycrdx/readline_not_returning_full_line/
reddit
.readline() not returning full line. • r/Python
I am attempting to continually read from a logfile and it is working for the most part but when I am trying to print a line after finding a...
Need a good link for setting up python on MacBook Pro: https://www.reddit.com/r/Python/comments/5yd541/need_a_good_link_for_setting_up_python_on_macbook/
reddit
Need a good link for setting up python on MacBook Pro • r/Python
So I am completely new to both Python and MacBook and am aware my laptop comes with Python and can access it via the terminal. My issue is setting...
Bit - distributed code component manager, looking for contributors to add Python driver: https://www.reddit.com/r/Python/comments/5yarrv/bit_distributed_code_component_manager_looking/
reddit
Bit - distributed code component manager, looking for... • r/Python
1 points and 1 comments so far on reddit
Skipping dataframe rows while threading: https://www.reddit.com/r/Python/comments/5ye6pq/skipping_dataframe_rows_while_threading/
reddit
Skipping dataframe rows while threading • r/Python
Hi there, I am relatively new to Python, and currently working on modifying dataframes. Threading helps making the process faster, but in my...