Persisting a Cache in Python to Disk using a decorator: https://www.reddit.com/r/Python/comments/4n40hc/persisting_a_cache_in_python_to_disk_using_a/
reddit
Persisting a Cache in Python to Disk using a decorator • /r/Python
2 points and 0 comments so far on reddit
Send email (pref. through Gmail) at a later time?: https://www.reddit.com/r/Python/comments/4n47gp/send_email_pref_through_gmail_at_a_later_time/
reddit
Send email (pref. through Gmail) at a later time? • /r/Python
So I have an idea of how to send emails (through Gmail) at the current time using Python. However, I'm wondering if there is any way to send an...
Help with typing's Generator type: https://www.reddit.com/r/Python/comments/4n4frq/help_with_typings_generator_type/
reddit
Help with typing's Generator type • /r/Python
Trying to declare the output of a function as a generator, which mypy insists requires 3 arguments. I've looked through the docs which state...
Help with technologies and project design.: https://www.reddit.com/r/Python/comments/4n4hnw/help_with_technologies_and_project_design/
reddit
Help with technologies and project design. • /r/Python
Hi Everyone, I'm just looking for some advice on a project that I'm starting to work on for my job and I've been running into road blocks as to...
Algorithm to find the radius of every star in a FITS file picture of a star field: https://www.reddit.com/r/Python/comments/4n4gtv/algorithm_to_find_the_radius_of_every_star_in_a/
reddit
Algorithm to find the radius of every star in a FITS... • /r/Python
I am new to python, and am struggling to write a program. So far, I have written a code to find the coordinates of the centers of each star using...
Cinema 4D, Pyserial and Arduino: https://www.reddit.com/r/Python/comments/4n4ty8/cinema_4d_pyserial_and_arduino/
reddit
Cinema 4D, Pyserial and Arduino • /r/Python
I have Pyserial installed for sure, if I try to import Pyserial in the Python IDE there is no problem at all, however I try to import Serial in my...
Typosquatting PyPi and taking over thousands of hosts: https://www.reddit.com/r/Python/comments/4n4wsp/typosquatting_pypi_and_taking_over_thousands_of/
reddit
Typosquatting PyPi and taking over thousands of hosts • /r/Python
1 points and 0 comments so far on reddit
Where do Django Developers hang out?: https://www.reddit.com/r/Python/comments/4n55oz/where_do_django_developers_hang_out/
reddit
Where do Django Developers hang out? • /r/Python
Hi all! I'm a software engineering recruiter and I'm having a hard time finding folks who know Django/Tornado and also PostgreSQL or SQLAlchemy. ...
Estonia's voting system: a python program on GitHub: https://github.com/vvk-ehk/evalimine
GitHub
GitHub - vvk-ehk/evalimine: e-hääletamise tarkvara
e-hääletamise tarkvara. Contribute to vvk-ehk/evalimine development by creating an account on GitHub.
Making A Markov Chain Twitter Bot: https://www.reddit.com/r/Python/comments/4n5cbn/making_a_markov_chain_twitter_bot/
reddit
Making A Markov Chain Twitter Bot • /r/Python
I started a blog to talk about programming and security and stuff, I know I am not the best programmer or writer but I would like some...
Get mouse events outside of Tkinter window in Python: http://stackoverflow.com/questions/32773854/get-mouse-events-outside-of-tkinter-window-in-python
Stackoverflow
Get mouse events outside of Tkinter window in Python
I am writing a program that connects to design software, like an external plugin, then monitors mouse movement and events. It will take actions based on to the state of the connected software mouse
Simple Python Framework from Scratch - Code walkthrough: https://www.reddit.com/r/Python/comments/4n5ncq/simple_python_framework_from_scratch_code/
reddit
Simple Python Framework from Scratch - Code walkthrough • /r/Python
1 points and 0 comments so far on reddit
Five Commandments for Data Scientists and Engineers: https://www.reddit.com/r/Python/comments/4n5jbm/five_commandments_for_data_scientists_and/
reddit
Five Commandments for Data Scientists and Engineers • /r/Python
4 points and 0 comments so far on reddit
[Beginner Project] How do I make the values I am iterating into a list stop from duplicating the entire list plus one value over and over?: https://www.reddit.com/r/Python/comments/4n5yrv/beginner_project_how_do_i_make_the_values_i_am/
reddit
[Beginner Project] How do I make the values I am... • /r/Python
Hi Everyone, The title maybe a bit confusing or if I am not supposed to post here sorry but, I am having trouble with numerical values I am...
10 Useful Python Data Visualization Libraries for Any Discipline: https://www.reddit.com/r/Python/comments/4n5st0/10_useful_python_data_visualization_libraries_for/
reddit
r/Python - 10 Useful Python Data Visualization Libraries for Any Discipline
304 votes and 43 comments so far on Reddit
Looking for something hosted, similar to Amazon S3 which I can access from a Python module and Node.js: https://www.reddit.com/r/Python/comments/4n64f2/looking_for_something_hosted_similar_to_amazon_s3/
reddit
Looking for something hosted, similar to Amazon S3... • /r/Python
I will be storing blob files in it. I can't host it on disk because I have multiple nodes. I need something similar to Amazon S3, as a...