Regular Expression Generator: https://www.reddit.com/r/Python/comments/4xvf77/regular_expression_generator/
reddit
Regular Expression Generator • /r/Python
Hi r/python I've begun a little project, with the intention of developing an engine which, given an arbitrary number of input strings, generates...
Interactive statistical plots, 3D plots, finance charts, and maps in Python: https://www.reddit.com/r/Python/comments/4xvjdd/interactive_statistical_plots_3d_plots_finance/
reddit
Interactive statistical plots, 3D plots, finance... • /r/Python
0 points and 0 comments so far on reddit
Transforming Olympics Data into GIFs with Matplotlib.pyplot and Images2gif: https://www.reddit.com/r/Python/comments/4xvpbf/transforming_olympics_data_into_gifs_with/
reddit
Transforming Olympics Data into GIFs with... • /r/Python
0 points and 0 comments so far on reddit
Just started in python today: How do I combine these two scripts into one program?: https://www.reddit.com/r/Python/comments/4xvyci/just_started_in_python_today_how_do_i_combine/
reddit
Just started in python today: How do I combine these... • /r/Python
Okay so here's my scenario. Making a program for a set of recurring calculations at work. There are basically three scenario's, where the...
Lackey - Python library for graphical desktop automation: https://www.reddit.com/r/Python/comments/4xw3gx/lackey_python_library_for_graphical_desktop/
reddit
Lackey - Python library for graphical desktop automation • /r/Python
1 points and 1 comments so far on reddit
need help finding a python text book pdf fast: https://www.reddit.com/r/Python/comments/4xwjqk/need_help_finding_a_python_text_book_pdf_fast/
reddit
need help finding a python text book pdf fast • /r/Python
hey reddit, i'm taking a computational thinking class at my community college and im panicking about getting my text book "python 3rd addition, by...
He found a file leakage/RCE in JetBrains IDEs, got $50k award, fully donated to PyPy: https://www.reddit.com/r/Python/comments/4xwsvf/he_found_a_file_leakagerce_in_jetbrains_ides_got/
reddit
He found a file leakage/RCE in JetBrains IDEs, got... • /r/Python
1 points and 0 comments so far on reddit
codi.vim - An interactive coding scratchpad with Python support!: https://www.reddit.com/r/Python/comments/4xwvu9/codivim_an_interactive_coding_scratchpad_with/
reddit
codi.vim - An interactive coding scratchpad with... • /r/Python
1 points and 0 comments so far on reddit
IPython notebook of data strutures and algorithms: https://www.reddit.com/r/Python/comments/4xx22u/ipython_notebook_of_data_strutures_and_algorithms/
reddit
IPython notebook of data strutures and algorithms • /r/Python
2 points and 0 comments so far on reddit
sample_s3 - assemble a sample file of data from a CSV file on Amazon S3.: https://www.reddit.com/r/Python/comments/4xx9if/sample_s3_assemble_a_sample_file_of_data_from_a/
reddit
sample_s3 - assemble a sample file of data from a CSV... • /r/Python
1 points and 0 comments so far on reddit
redwing - infer data types and build a SQL table from a CSV file.: https://www.reddit.com/r/Python/comments/4xxb0b/redwing_infer_data_types_and_build_a_sql_table/
reddit
redwing - infer data types and build a SQL table from... • /r/Python
1 points and 0 comments so far on reddit
Bokeh: how to read figure data back from the HTML file (or other format): https://www.reddit.com/r/Python/comments/4xxe30/bokeh_how_to_read_figure_data_back_from_the_html/
reddit
Bokeh: how to read figure data back from the HTML file... • /r/Python
After stretching Matplotlib to its limits with an interactive network graph, I've recently switched to Bokeh. It's working great so far, but I've...
python process takes time to start in django project running on nginx and uwsgi: http://stackoverflow.com/questions/38891879/python-process-takes-time-to-start-in-django-project-running-on-nginx-and-uwsgi
Stackoverflow
python process takes time to start in django project running on nginx and uwsgi
I am starting a process using python's multiprocessing module. The process is invoked by a post request sent in a django project. When I use development server (python manage.py runserver), the post
Incomplete Story Program - Opinions Appreciated!: https://www.reddit.com/r/Python/comments/4xy1ha/incomplete_story_program_opinions_appreciated/
reddit
Incomplete Story Program - Opinions Appreciated! • /r/Python
0 points and 0 comments so far on reddit
project structure for wrapping many c classes in cython to a single shared object: http://stackoverflow.com/questions/11698482/project-structure-for-wrapping-many-c-classes-in-cython-to-a-single-shared-obj
Stackoverflow
project structure for wrapping many c++ classes in cython to a single shared object
I have found partial answers between the docs, mailing lists, and this question here, but I wanted to get a more direct answer addressing my specifics...
I'm learning cython by trying to wrap small
I'm learning cython by trying to wrap small