Help: ConfigObj for enumerated sections?: https://www.reddit.com/r/Python/comments/5kpqn2/help_configobj_for_enumerated_sections/
reddit
Help: ConfigObj for enumerated sections? • /r/Python
Hi /r/python, I have a doubt. I would want to parse an .INI file using ConfigObj, and I'm using a Configspec file in order to set some default...
Creating a GUI skeleton in Tkinter in Python 3.x: https://www.reddit.com/r/Python/comments/5kps6e/creating_a_gui_skeleton_in_tkinter_in_python_3x/
reddit
Creating a GUI skeleton in Tkinter in Python 3.x • /r/Python
I want to create a Master Frame where I should be able to change the content, while the header and footer should remain the same. The header and...
Show Reddit: pynd a command line tool to search and explore Python projects: https://www.reddit.com/r/Python/comments/5kpqdh/show_reddit_pynd_a_command_line_tool_to_search/
reddit
Show Reddit: pynd a command line tool to search and... • /r/Python
2 points and 1 comments so far on reddit
Need help in moving Flask code to production: https://www.reddit.com/r/Python/comments/5kq5a1/need_help_in_moving_flask_code_to_production/
reddit
Need help in moving Flask code to production • /r/Python
Hi guys, I'm a noobie when it comes to pushing code to prod so please bare with me. So we have a new requirement from the business team to push...
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...