If you were starting from scratch with no legacy code, would you learn Python, Julia or something else?: https://www.reddit.com/r/Python/comments/5kqbam/if_you_were_starting_from_scratch_with_no_legacy/
reddit
If you were starting from scratch with no legacy code,... • /r/Python
I've used Python, Ruby, C and C++ at various times over the last 10 years. I'm not a programmer by trade, I only do it to solve my own science or...
Armin explains the Flask globals. I've always wanted to know the reasoning behind this design choice..: https://www.reddit.com/r/Python/comments/5kqoou/armin_explains_the_flask_globals_ive_always/
reddit
Armin explains the Flask globals. I've always wanted... • /r/Python
73 points and 4 comments so far on reddit
Looking for an Advanced Python Course: https://www.reddit.com/r/Python/comments/5kr9o3/looking_for_an_advanced_python_course/
reddit
Looking for an Advanced Python Course • /r/Python
I'm a decently experienced student programmer and am currently focusing on learning Python. I took the codecademy course because it was all I...
Introducing py-buzz: An exception extension package that can reduce some of the annoying boilerplate of error handling in your application. Issues, Pull-requests, and constructive comments welcome!: https://www.reddit.com/r/Python/comments/5ks4be/introducing_pybuzz_an_exception_extension_package/
reddit
Introducing py-buzz: An exception extension package... • /r/Python
1 points and 0 comments so far on reddit
Should I create a website using Python?: https://www.reddit.com/r/Python/comments/5ks88e/should_i_create_a_website_using_python/
reddit
Should I create a website using Python? • /r/Python
Basically, I'm looking to get into web developmemt for a personal project. Want to make a website for a community. I started some tutorials online...
We have written an IOT hub Android app for our failed startup, using Flask. Is it worth cleaning up and publishing on GitHub?: https://www.reddit.com/r/Python/comments/5ksfz0/we_have_written_an_iot_hub_android_app_for_our/
reddit
We have written an IOT hub + Android app for our... • /r/Python
We have recently discontinued a startup that had already produced a near-production version of a smart phone door opener. In the process, we have...
GUI in wxPython: need some OO design advice: https://www.reddit.com/r/Python/comments/5kso1d/gui_in_wxpython_need_some_oo_design_advice/
reddit
GUI in wxPython: need some OO design advice • /r/Python
I'm working on a GUI in wxPython (Windows 10) and need some object-oriented design advice. Briefly, it loads in some measurement data and allows...
Real-time LED strip music visualization written in Python and uses an ESP8266: https://www.reddit.com/r/Python/comments/5kswq3/realtime_led_strip_music_visualization_written_in/
reddit
Real-time LED strip music visualization written in... • /r/Python
4 points and 0 comments so far on reddit
Automatically detect test coupling: http://stackoverflow.com/questions/41309781/automatically-detect-test-coupling
Stackoverflow
Automatically detect test coupling
We have a large test codebase with more than 1500 tests for a Python/Django application. Most of the tests use factory-boy for generating data for the project models.
Currently, we are using nose ...
Currently, we are using nose ...
Total beginner question but I don't have anybody else to ask. Trying to copy Alien Invasion program but getting a syntax error when writing --snip--: https://www.reddit.com/r/Python/comments/5ktd3f/total_beginner_question_but_i_dont_have_anybody/
reddit
Total beginner question but I don't have anybody else... • /r/Python
I have the Python crash course book and I'm just going through it for fun. It's ok so far but I keep getting a Syntax error when I use --snip-- in...
Intro tutorial about linear regression with python: https://www.reddit.com/r/Python/comments/5ktelv/intro_tutorial_about_linear_regression_with_python/
reddit
Intro tutorial about linear regression with python • /r/Python
2 points and 0 comments so far on reddit
SQLalchemy vs BCP and psycopg2: https://www.reddit.com/r/Python/comments/5ktvdu/sqlalchemy_vs_bcp_and_psycopg2/
reddit
SQLalchemy vs BCP and psycopg2 • /r/Python
I receive a lot of CSV files which I open and process with pandas and then I output the final version to csv and execute a COPY FROM command using...
Playing Hearthstone with an Amazon Echo using Python!: https://www.reddit.com/r/Python/comments/5ktxxv/playing_hearthstone_with_an_amazon_echo_using/
reddit
Playing Hearthstone with an Amazon Echo using Python! • /r/Python
3 points and 2 comments so far on reddit
[Py3 Flask Google Cloud API] WebApp to detect object in image and translate it to any language: https://www.reddit.com/r/Python/comments/5ku3kg/py3_flask_google_cloud_api_webapp_to_detect/
reddit
[Py3 + Flask + Google Cloud API] WebApp to detect... • /r/Python
2 points and 0 comments so far on reddit
Python 3.6 "easter egg": 'help' now displays type-hinted function signatures nicely: https://www.reddit.com/r/Python/comments/5ku0tc/python_36_easter_egg_help_now_displays_typehinted/
reddit
Python 3.6 "easter egg": 'help' now displays... • /r/Python
I was discouraged from using type-hints in Python 3.(<=5), because the signatures displayed to user via `help` or (or, say, `shift-tab` in Jupyter...