Stranger Blinks: A Last-Minute Interactive Halloween Costume Inspired By Stranger Things (and programmed in Python): https://www.reddit.com/r/Python/comments/59n1n7/stranger_blinks_a_lastminute_interactive/
reddit
Stranger Blinks: A Last-Minute Interactive Halloween... • /r/Python
4 points and 0 comments so far on reddit
Multiprocessing: pool **only** the physical cores?: http://stackoverflow.com/questions/40217873/multiprocessing-pool-only-the-physical-cores
Stackoverflow
Multiprocessing: pool **only** the physical cores?
I have a function foo which consumes a lot of memory and which I would like to run several instances of in parallel.
Suppose I have a CPU with 4 physical cores, each with two logical cores.
My s...
Suppose I have a CPU with 4 physical cores, each with two logical cores.
My s...
I got tired of dumping out known_hosts, so I wrote `lkh` utility script: https://www.reddit.com/r/Python/comments/59nrfi/i_got_tired_of_dumping_out_known_hosts_so_i_wrote/
reddit
I got tired of dumping out known_hosts, so I wrote... • /r/Python
Sometimes I have a hard time remembering all of the host names in `known_hosts`. And not the most fun file to visually parse with `cat...
Brand New to Python, Need Help with Program: https://www.reddit.com/r/Python/comments/59nyhu/brand_new_to_python_need_help_with_program/
reddit
Brand New to Python, Need Help with Program • /r/Python
I am taking a computer science class this semester. I have an assignment that I cannot understand how to do. Can anyone help me by explaining how...
Python Weekly - Issue 267 : http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Will someone help with this simple problem?: https://www.reddit.com/r/Python/comments/59ogxy/will_someone_help_with_this_simple_problem/
reddit
Will someone help with this simple problem? • /r/Python
Write a function isNumeric() that takes a string argument and returns true if the string represents a number, and false otherwise. The numbers...
How to write a simple recursive function?: https://www.reddit.com/r/Python/comments/59oj6b/how_to_write_a_simple_recursive_function/
reddit
How to write a simple recursive function? • /r/Python
Write a recursive function called reverse(string) that reverses a string following these rules: a string that has only one character is the same...
Will somebody assist with a basic turtle function?: https://www.reddit.com/r/Python/comments/59oloi/will_somebody_assist_with_a_basic_turtle_function/
reddit
Will somebody assist with a basic turtle function? • /r/Python
How do I write a function that asks the user for three inputs: an integer representing the height of a step, width of a step, and the number of...
PyCharm 2016.3 Public Preview: Python 3.6, Docker Compose, Remote Django debug, branch coverage and line profiling among the many new features: https://www.reddit.com/r/Python/comments/59oune/pycharm_20163_public_preview_python_36_docker/
reddit
PyCharm 2016.3 Public Preview: Python 3.6, Docker... • /r/Python
20 points and 1 comments so far on reddit
Inter-office automation user interface for Python back-end: https://www.reddit.com/r/Python/comments/59payf/interoffice_automation_user_interface_for_python/
reddit
Inter-office automation user interface for Python back-end • /r/Python
I have a large system built in Python that interacts with multiple databases, slices and dices, etc. I also have a small office of fairly...
Is ut considered ethical to use other people libraries in your own program?: https://www.reddit.com/r/Python/comments/59pfqe/is_ut_considered_ethical_to_use_other_people/
reddit
Is ut considered ethical to use other people libraries... • /r/Python
So I recently started messing around in python and I love the avility to use other people libraries to make life easier. Now it's all fun and...