Mod 5 of any hash of tuples of int's is always 1.: https://www.reddit.com/r/Python/comments/4dyham/mod_5_of_any_hash_of_tuples_of_ints_is_always_1/
reddit
Mod 5 of any hash of tuples of int's is always 1. • /r/Python
Sorry about the confusing title, really no better way to explain than this: >>> hash((1,2)) % 5 1 but that's valid for any pair of...
Facebook quietly deprecated their Python/Ruby libraries for Instagram API: https://github.com/facebookarchive/python-instagram
GitHub
GitHub - facebookarchive/python-instagram: Python Client for Instagram API
Python Client for Instagram API. Contribute to facebookarchive/python-instagram development by creating an account on GitHub.
Building a Net Income Calculator Application Using Python: https://www.reddit.com/r/Python/comments/4e1p5y/building_a_net_income_calculator_application/
reddit
Building a Net Income Calculator Application Using Python • /r/Python
0 points and 0 comments so far on reddit
CSV vs Feather: writing a pandas DataFrame to disk performance: https://www.reddit.com/r/Python/comments/4e211f/csv_vs_feather_writing_a_pandas_dataframe_to_disk/
reddit
CSV vs Feather: writing a pandas DataFrame to disk... • /r/Python
3 points and 0 comments so far on reddit
Grid based graphics engine based on top of pygame.: https://www.reddit.com/r/Python/comments/4e2l9o/grid_based_graphics_engine_based_on_top_of_pygame/
reddit
Grid based graphics engine based on top of pygame. • /r/Python
1 points and 3 comments so far on reddit
Python and day-related automation: https://www.reddit.com/r/Python/comments/4e2n4u/python_and_dayrelated_automation/
reddit
Python and day-related automation • /r/Python
Can I use Python to check today's date, and then make decisions based on the day? It'd be nice if on Wednesday, for example, my computer would...
How to remove an unwanted extension of a threshold?: http://stackoverflow.com/questions/36480704/how-to-remove-an-unwanted-extension-of-a-threshold
Stackoverflow
How to remove an unwanted extension of a threshold?
This is the thresholded image in context. The part that is unwanted is the extension on the top, I hope it's deducible. If it isn't, please ask. I want the almost circular part that would remain af...
Please help me make a simple script: https://www.reddit.com/r/Python/comments/4e2tak/please_help_me_make_a_simple_script/
reddit
Please help me make a simple script • /r/Python
Hello, I am using Audacity to record audio files and I would like a script to put the audio files in a directory and rename them with a timestamp....
Could someone please help me understand how to set this program up? it generates music.: https://www.reddit.com/r/Python/comments/4e2zzj/could_someone_please_help_me_understand_how_to/
reddit
Could someone please help me understand how to set... • /r/Python
0 points and 1 comments so far on reddit
Does anyone have an example of a Kivy app that connects to Bluetooth / BLE on iOS?: https://www.reddit.com/r/Python/comments/4e34ht/does_anyone_have_an_example_of_a_kivy_app_that/
reddit
Does anyone have an example of a Kivy app that... • /r/Python
Specifically I'm trying to connect a Kivy app to this...
What dies Django actually do?: https://www.reddit.com/r/Python/comments/4e3mwd/what_dies_django_actually_do/
reddit
What dies Django actually do? • /r/Python
Hello Python group, I am having problems gathering how Django works. Do you create Python scripts the same way you'd create a php page? I have...
My thesis writing timeline – analysed using Dropbox and Python: https://www.reddit.com/r/Python/comments/4e3ka5/my_thesis_writing_timeline_analysed_using_dropbox/
reddit
My thesis writing timeline – analysed using Dropbox... • /r/Python
7 points and 1 comments so far on reddit
What is a project that a person can do in Python that will help them become a better programmer and do something cool?: https://www.reddit.com/r/Python/comments/4e3pyi/what_is_a_project_that_a_person_can_do_in_python/
reddit
What is a project that a person can do in Python that... • /r/Python
. I just finished codecademy python and I want to try it out on a fun project. By cool, I mean anything, be it small or big.
[Question] Sparse Matrices on GPU(s)?: https://www.reddit.com/r/Python/comments/4e3rzg/question_sparse_matrices_on_gpus/
reddit
[Question] Sparse Matrices on GPU(s)? • /r/Python
Hi everyone, I need to do some computations on a graph. Each node in the graph has a value which I want to update according to some local rules....
Old dates and strftime time in Python2 vs 3: https://www.reddit.com/r/Python/comments/4e44cz/old_dates_and_strftime_time_in_python2_vs_3/
reddit
Old dates and strftime time in Python2 vs 3 • /r/Python
I have never understood this difference in behavior. `datetime.datetime.strftime` throws a ValueError in python 2 for dates older than 1900, but...
Does anyone have a complete(ish) collection of PyPI Metadata? Looking to see the kinds of licensing people are using.: https://www.reddit.com/r/Python/comments/4e4jmx/does_anyone_have_a_completeish_collection_of_pypi/
reddit
Does anyone have a complete(ish) collection of PyPI... • /r/Python
I know I can mirror PyPI (120gig of it) but I'm really only interested in sifting through metadata. In fact, really mostly just interested in...