What's the status of mod_python?: https://www.reddit.com/r/Python/comments/4ql75e/whats_the_status_of_mod_python/
reddit
What's the status of mod_python? • /r/Python
I'm really getting into Python these days and [mod_python](http://modpython.org/) sounds exactly like what I need. But I am really concerned about...
looking for opinions on my microservice/api mocking app: https://www.reddit.com/r/Python/comments/4qlc0a/looking_for_opinions_on_my_microserviceapi/
reddit
looking for opinions on my microservice/api mocking app • /r/Python
hello, I wrote a basic microservce/rest-api mocking application. Im looking for some opinions on it, opinions on how its been build and how it...
Question: Member initialization in classes.: https://www.reddit.com/r/Python/comments/4qlqi9/question_member_initialization_in_classes/
reddit
Question: Member initialization in classes. • /r/Python
I recently ran into a problem where an instance of a class would have a list for a member. The member was only declared within the class itself,...
2D fit of a model to an image in Python: http://stackoverflow.com/questions/36523301/2d-fit-of-a-model-to-an-image-in-python
Stackoverflow
2D fit of a model to an image in Python
I want to fit a model (here a 2D Gaussian but it could be something else) with an image in Python.
Trying to use scipy.optimize.curve_fit I have some questions. See below.
Let's start with some
Trying to use scipy.optimize.curve_fit I have some questions. See below.
Let's start with some
I have a year and a half of Python experience, and no formal training or experience with software engineering. I'm thinking about starting a SAAS business. I would use Upwork to get most of the work done. Thoughts?: https://www.reddit.com/r/Python/comments/4qly45/i_have_a_year_and_a_half_of_python_experience_and/
reddit
I have a year and a half of Python experience, and no... • /r/Python
I've been learning/using Python for about a year and a half now, and I have no formal programming training. I also know SQL fairly well. I'm...
How do I strip any combination of numbers and spaces from the end of a string?: https://www.reddit.com/r/Python/comments/4qlxeu/how_do_i_strip_any_combination_of_numbers_and/
reddit
How do I strip any combination of numbers and spaces... • /r/Python
Hey guys, I'm fairly new to python. I'm iterating through a bunch of strings and each other them end with a random bunch of numbers and spaces...
Python Weekly - Issue 250: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Parsing PDFs in Python with Tika: https://cbrownley.wordpress.com/2016/06/26/parsing-pdfs-in-python-with-tika/
Clinton Brownley's Decision Analytics
Parsing PDFs in Python with Tika
A few months ago, one of my friends asked me if I could help him extract some data from a collection of PDFs. The PDFs contained records of his financial transactions over a period of years and he …
Options for making Python scripts available to non-Python users: https://www.reddit.com/r/Python/comments/4qmq4a/options_for_making_python_scripts_available_to/
reddit
Options for making Python scripts available to... • /r/Python
Python newbie here. I've written a few scripts that would be useful for my colleagues to be able to run when they need to. Aside from getting...
PyOhio 2016 (Free Python Conference) Schedule Posted.: https://www.reddit.com/r/Python/comments/4qmn8a/pyohio_2016_free_python_conference_schedule_posted/
reddit
PyOhio 2016 (Free Python Conference) Schedule Posted. • /r/Python
4 points and 1 comments so far on reddit
How To: A Shiny New Python Data Science Sandbox in 30 Minutes Or Less (x-post from r/datascience): https://www.reddit.com/r/Python/comments/4qmrih/how_to_a_shiny_new_python_data_science_sandbox_in/
reddit
How To: A Shiny New Python Data Science Sandbox in 30... • /r/Python
0 points and 1 comments so far on reddit
Need guidance with connector development: https://www.reddit.com/r/Python/comments/4qmxez/need_guidance_with_connector_development/
reddit
Need guidance with connector development • /r/Python
Very new to Python but picking it up slowly. I am trying to build a connector that collects multiple users learning data from an LMS and sends it...
Multiprocessing with pool in python: About several instances with same name at the same time: http://stackoverflow.com/questions/37838789/multiprocessing-with-pool-in-python-about-several-instances-with-same-name-at-t
Stackoverflow
Multiprocessing with pool in python: About several instances with same name at the same time
I'm kind of new to multiprocessing. However, assume that we have a program as below. The program seems to work fine. Now to the question. In my opinion we will have 4 instances of SomeKindOfClass w...
A easy to use, production tested SOA framework in Python.: https://www.reddit.com/r/Python/comments/4qn2qt/a_easy_to_use_production_tested_soa_framework_in/
reddit
A easy to use, production tested SOA framework in Python. • /r/Python
1 points and 0 comments so far on reddit
Tornado secure websocket timeout: http://stackoverflow.com/questions/37996591/tornado-secure-websocket-timeout
Stackoverflow
Tornado secure websocket timeout
My server got 2 Ip's (ip1 & ip2) i recently added ip2. When i try to open my tornado websocketserver on ip1 (where apache2 is running) everything is fine, i specify a port e.g. 22000 and can co...