Looking for someone to work with who's interested in learning the statistics side of things but has a well-rounded understanding of Python: https://www.reddit.com/r/Python/comments/5zskqc/looking_for_someone_to_work_with_whos_interested/
reddit
Looking for someone to work with who's interested in... • r/Python
Hi all, Basically I'm looking for 1-2 people who are well versed in Python scripting and enjoy data mining and teasing apart big datasets, but...
What are some good ways to use bluetooth controllers with python/pygame?: https://www.reddit.com/r/Python/comments/5zsq9d/what_are_some_good_ways_to_use_bluetooth/
reddit
What are some good ways to use bluetooth controllers... • r/Python
In front of me are two controllers: one is a [wii remote](http://treichler.us/wiiteachers7//wiimote.jpg), or wiimote. The other is a [VREye...
Prime number generator (Inspired by fibonacci in sidebar): https://www.reddit.com/r/Python/comments/5zsu5b/prime_number_generator_inspired_by_fibonacci_in/
reddit
Prime number generator (Inspired by fibonacci in sidebar) • r/Python
I got a bit bored, and tried to come up with a prime number generator. The cleanest I could come up with was: def prime(): i = 2 ...
Topic mining with LDA and Kmeans and interactive clustering in Python: http://ahmedbesbes.com/how-to-mine-newsfeed-data-and-extract-interactive-insights-in-python.html
Customizing error message for specific exceptions in pytest: http://stackoverflow.com/questions/36521111/customizing-error-message-for-specific-exceptions-in-pytest
Stackoverflow
Customizing error message for specific exceptions in pytest
I'm trying to write a pytest plugin to customize the appearance of specific exceptions - more specifically, mocking exceptions (method expected to be called was not called etc.), because there's a ...
Anyone use Glueviz for data visualization/interaction?: https://www.reddit.com/r/Python/comments/5zu20i/anyone_use_glueviz_for_data/
reddit
Anyone use Glueviz for data visualization/interaction? • r/Python
[Glue Documentation](http://glueviz.org/en/stable/) This is a package a coworker has used and and it looks cool but I haven't found anything...
Help packaging python app for deployment: https://www.reddit.com/r/Python/comments/5zutaj/help_packaging_python_app_for_deployment/
reddit
Help packaging python app for deployment • r/Python
Hi guys, I just posted this in /r/learnprogramming, but i thought you might be a little more helpful I wrote a small python application using...
CallableDict - A simple dict for functional programming: https://www.reddit.com/r/Python/comments/5zv7w5/callabledict_a_simple_dict_for_functional/
reddit
CallableDict - A simple dict for functional programming • r/Python
1 points and 0 comments so far on reddit
Python.NET (pythonnet) 2.3.0 released with docker and nuget support: https://www.reddit.com/r/Python/comments/5zv2w1/pythonnet_pythonnet_230_released_with_docker_and/
reddit
Python.NET (pythonnet) 2.3.0 released with docker and... • r/Python
3 points and 1 comments so far on reddit
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...