Does anyone use python 3.2 or 3.3?: https://www.reddit.com/r/Python/comments/5zw3cb/does_anyone_use_python_32_or_33/
reddit
Does anyone use python 3.2 or 3.3? • r/Python
A recent pull request to a popular python project failed to pass tests on all python versions. I was surprised to see them still testing python...
Oracle Database Python Driver cx_Oracle Now on GitHub: https://www.reddit.com/r/Python/comments/5zwfwv/oracle_database_python_driver_cx_oracle_now_on/
reddit
Oracle Database Python Driver cx_Oracle Now on GitHub • r/Python
2 points and 0 comments so far on reddit
Python flask ajax get image from one view to an other view: http://stackoverflow.com/questions/42806861/python-flask-ajax-get-image-from-one-view-to-an-other-view
Stackoverflow
Python flask ajax get image from one view to an other view
Since yesterday I am trying to understand how I can use the encoded base64 image from a certain view in an other view.
I need to replace my form.company_logo_image_path.data which is the original ...
I need to replace my form.company_logo_image_path.data which is the original ...
Show HN: Bit – Python's fastest (and easiest) Bitcoin library: https://github.com/ofek/bit
GitHub
GitHub - ofek/bit: Bitcoin made easy.
Bitcoin made easy. Contribute to ofek/bit development by creating an account on GitHub.
I wrote a a prefix/suffix tree implementation that acts like a dictionary for string manipulation stuff at work. Anyone think it's worthwhile to release it as an independent package?: https://www.reddit.com/r/Python/comments/5zx10i/i_wrote_a_a_prefixsuffix_tree_implementation_that/
reddit
I wrote a a prefix/suffix tree implementation that acts... • r/Python
5 points and 2 comments so far on reddit
Simple Contact list in python:: https://www.reddit.com/r/Python/comments/5zxee7/simple_contact_list_in_python/
reddit
Simple Contact list in python: • r/Python
[OC] I've been trying to create a contact list in python- just a simple list or dictionary based program to store data. I haven't been able to...
Should I choose Flask or Bottle for my website: https://www.reddit.com/r/Python/comments/5zx9tr/should_i_choose_flask_or_bottle_for_my_website/
reddit
Should I choose Flask or Bottle for my website
Hi everyone, I posted "Can we develop a website with a file oriented database ?" not long ago where some people gave me great links. My view is...
Any tools to auto-generate docstrings?: https://www.reddit.com/r/Python/comments/5zxk1w/any_tools_to_autogenerate_docstrings/
reddit
Any tools to auto-generate docstrings? • r/Python
I inherited a lot of code without docstrings, and I wondered if there were any tools - preferably command line - which could walk a tree of...
Format individual cell/item rather than entire row in tkinter ttk treeview: http://stackoverflow.com/questions/42668115/format-individual-cell-item-rather-than-entire-row-in-tkinter-ttk-treeview
Stackoverflow
Format individual cell/item rather than entire row in tkinter ttk treeview
I am currently using a function to display a pandas dataframe in a spreadsheet style format. I would like to be able to add some functionality to format individual cells of the treeview based on th...
Row by row processing of a Dask DataFrame: https://www.reddit.com/r/Python/comments/5zy6vd/row_by_row_processing_of_a_dask_dataframe/
reddit
Row by row processing of a Dask DataFrame • r/Python
I need to process a large file and to change some values. I would like to do something like that: for index, row in...
flango - A Django template for using Flask for the frontend, Django for the backend.: https://www.reddit.com/r/Python/comments/5zymuz/flango_a_django_template_for_using_flask_for_the/
reddit
flango - A Django template for using Flask for the... • r/Python
1 points and 0 comments so far on reddit
Python and virtualenv madness (with -S and their lists of built-in modules): https://www.reddit.com/r/Python/comments/5zymwj/python_and_virtualenv_madness_with_s_and_their/
reddit
Python and virtualenv madness (with -S and their lists... • r/Python
1 points and 0 comments so far on reddit
Jupyter Notebooks for Everyone: PixieDust helper library: https://www.reddit.com/r/Python/comments/5zygvk/jupyter_notebooks_for_everyone_pixiedust_helper/
reddit
Jupyter Notebooks for Everyone: PixieDust helper library • r/Python
3 points and 1 comments so far on reddit
How do I re-assign value to a specific cell in a pandas dataframe by looking up a value from another dataframe?: https://www.reddit.com/r/Python/comments/5zyjbs/how_do_i_reassign_value_to_a_specific_cell_in_a/
reddit
How do I re-assign value to a specific cell in a pandas... • r/Python
Hi, Please have a look at this issue as I'm in a real pickle...
Client End Packaging | "Installers": https://www.reddit.com/r/Python/comments/5zytt2/client_end_packaging_installers/
reddit
Client End Packaging | "Installers" • r/Python
Hello /r/Python! First post here. I have a quick question regarding client-end packaging: I'd like to make a simple GUI for a small script that I...