Jupyter for in-house company engineering calculations?: https://www.reddit.com/r/Python/comments/4lg3ok/jupyter_for_inhouse_company_engineering/
reddit
Jupyter for in-house company engineering calculations? • /r/Python
Hello all, I just started an internship at a large engineering company and have been asking about their policies and procedures. One of my...
When will OS X bring Python 3 as a standard?: https://www.reddit.com/r/Python/comments/4lg478/when_will_os_x_bring_python_3_as_a_standard/
reddit
When will OS X bring Python 3 as a standard? • /r/Python
Have some trouble installing OpenCV so its usable by PyCharm.: https://www.reddit.com/r/Python/comments/4lg76f/have_some_trouble_installing_opencv_so_its_usable/
reddit
Have some trouble installing OpenCV so its usable by... • /r/Python
(Edit: Forgot to mention, its for OS X.) Hello..I am following this...
Stop Python script when windows PC locks: https://www.reddit.com/r/Python/comments/4lgetf/stop_python_script_when_windows_pc_locks/
reddit
Stop Python script when windows PC locks • /r/Python
I am new to pywin32 but have created a small script to show a desktop notification. Now I don't want this script to be a resource hog is there any...
Ask HN: How do you keep all hell from breaking loose in large Python projects?: https://news.ycombinator.com/item?id=11792474
Ideas for Starter Python Project: https://www.reddit.com/r/Python/comments/4lgqun/ideas_for_starter_python_project/
reddit
Ideas for Starter Python Project • /r/Python
So I'm looking to learn some Python, having had some limited experience of object oriented programming through flash. I found the best way to...
Python linear function for all columns: https://www.reddit.com/r/Python/comments/4lha3g/python_linear_function_for_all_columns/
reddit
Python linear function for all columns • /r/Python
Hello All, Is there a command that can measure the linear relationship (t test) for all of the columns in a data set against a target column?...
Show HN: tmuxp – tmux session manager written in python: https://github.com/tony/tmuxp
GitHub
tony/tmuxp
tmuxp - :computer: tmux session manager. built on libtmux
Dealing with name collisions in lists of names that are not unique, but must be made so, even when working under a length constraint.: https://www.reddit.com/r/Python/comments/4lhf63/dealing_with_name_collisions_in_lists_of_names/
reddit
Dealing with name collisions in lists of names that... • /r/Python
1 points and 1 comments so far on reddit
Is it possible to connect to rcon through python3?: https://www.reddit.com/r/Python/comments/4lhpaj/is_it_possible_to_connect_to_rcon_through_python3/
reddit
Is it possible to connect to rcon through python3? • /r/Python
Basically, I am using Python3 and simply want a way to connect to rcon and execute a single command. I tried following...
Python 2.7 Retirement Countdown: http://pythonclock.org/
pythonclock.org
Python 2.7 Countdown
Python 2.7 will retire in 2020. Learn more and see the countdown here.
Grouping consonant pairs into groups of 10: https://www.reddit.com/r/Python/comments/4lhxa3/grouping_consonant_pairs_into_groups_of_10/
reddit
Grouping consonant pairs into groups of 10 • /r/Python
I have a dictionary where the keys are all 20 consonants b-z (not including y). The values for each key are a list of the 19 unique combinations...
Quick way to convert a repository of Jupyter Notebooks to pdfs?: https://www.reddit.com/r/Python/comments/4liln6/quick_way_to_convert_a_repository_of_jupyter/
reddit
Quick way to convert a repository of Jupyter Notebooks... • /r/Python
I know there is nbconvert, but is there a quicker tool to just convert a github repository of notebooks to pdfs?
Meet Charmander Bot: Why to open your browser when you can get everything right there in Slack!: https://www.reddit.com/r/Python/comments/4liz01/meet_charmander_bot_why_to_open_your_browser_when/
reddit
Meet Charmander Bot: Why to open your browser when you... • /r/Python
Charmander Bot is a bot for Slack which supports/will support Youtube, Google search, gif and image search, calculator, Maps, weather, urban dict...
Looking for help writing a basic script, please :-): https://www.reddit.com/r/Python/comments/4lizda/looking_for_help_writing_a_basic_script_please/
reddit
Looking for help writing a basic script, please :-) • /r/Python
My goal is to have a user be prompted with a yes or no question. If the user answer yes. The user is prompted with a how many of something . Now I...