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...
Get PyCharm at 30% OFF and support Django! ALL proceeds are going to the Django Software Foundation. Additionally, JetBrains is sponsoring PEP 484 type hinting in Django through a separate DSF Fellowship grant!: https://www.reddit.com/r/Python/comments/4qnfwd/get_pycharm_at_30_off_and_support_django_all/
reddit
Get PyCharm at 30% OFF and support Django! ALL... • /r/Python
7 points and 0 comments so far on reddit
Python/Django/Javascript Developers/Architects Needed!!! Can be Remote - Full Time: https://www.reddit.com/r/Python/comments/4qnue7/pythondjangojavascript_developersarchitects/
reddit
Python/Django/Javascript Developers/Architects... • /r/Python
I'm looking for a python/django/javascript architect and a sr. python/django/javascript engineer for one of my clients in Alpharetta, GA (can also...
Creating personal assistant for GNU/Linux: https://www.reddit.com/r/Python/comments/4qntie/creating_personal_assistant_for_gnulinux/
reddit
Creating personal assistant for GNU/Linux • /r/Python
To learn python and to get knowledge how the system works, I've decided to create my personal assistant (something like siri or cortana but much...
vl - a simple cli to verify URLs on text documents.: https://www.reddit.com/r/Python/comments/4qo88h/vl_a_simple_cli_to_verify_urls_on_text_documents/
reddit
vl - a simple cli to verify URLs on text documents. • /r/Python
1 points and 0 comments so far on reddit
Line Profiling inner function with Cython: http://stackoverflow.com/questions/38086398/line-profiling-inner-function-with-cython
Stackoverflow
Line Profiling inner function with Cython
I've had pretty good success using this answer to profile my Cython code, but it doesn't seem to work properly with nested functions. In this notebook you can see that the profile doesn't appear wh...