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...
Inconsistent results with pkgutil.iter_modules: http://stackoverflow.com/questions/40246845/inconsistent-results-with-pkgutil-iter-modules
Stackoverflow
Inconsistent results with pkgutil.iter_modules
I'm trying to print out all submodules of a given module in a package. However when running the function to do this I get mixed results, can anyone explain why this is happening and how to avoid i...
What is the easiest (and the best) way to deploy Django on VPS?: https://www.reddit.com/r/Python/comments/59pqna/what_is_the_easiest_and_the_best_way_to_deploy/
reddit
What is the easiest (and the best) way to deploy... • /r/Python
Hello, I just finished writing my first app in Django. Now I want to deploy it so I can access this app from any place in the world. The problem...
Example approach for a single client API library that is usable via both async on Python 3.5 and non-async on Python 2.6: https://www.reddit.com/r/Python/comments/59q38z/example_approach_for_a_single_client_api_library/
reddit
Example approach for a single client API library that... • /r/Python
3 points and 0 comments so far on reddit
Writing self modifying code in Python: https://www.reddit.com/r/Python/comments/59r5jv/writing_self_modifying_code_in_python/
reddit
Writing self modifying code in Python
Hi, So I've been looking to increase my python skills (or shoot myself in the foot :-) )by writing self modifying code and I was reading...
I write a lot of CLI's, I wrote a framework/base class for CLI's and would like feedback: https://www.reddit.com/r/Python/comments/59s7os/i_write_a_lot_of_clis_i_wrote_a_frameworkbase/
reddit
I write a lot of CLI's, I wrote a framework/base class... • /r/Python
1 points and 0 comments so far on reddit
Python in Agile - A Quick Way to Automate Acceptance Testing: https://www.reddit.com/r/Python/comments/59skqv/python_in_agile_a_quick_way_to_automate/
reddit
Python in Agile - A Quick Way to Automate Acceptance... • /r/Python
1 points and 0 comments so far on reddit
NEED help for this python code: https://www.reddit.com/r/Python/comments/59stbv/need_help_for_this_python_code/
reddit
NEED help for this python code • /r/Python
Create a program IN PYTHON that allows the user to input coordinates onto a 5x5 2D list in order to locate and destroy a hidden enemy ship. Make a...