Suggestions for RPython based projects?: https://www.reddit.com/r/Python/comments/4o26h7/suggestions_for_rpython_based_projects/
reddit
Suggestions for RPython based projects? • /r/Python
I'm writing a compiler for an esoteric flavor of BASIC from the 90's and would like to leverage the type safety and JIT from pypy for the compiler...
Package of commonly used modules - Does this exist?: https://www.reddit.com/r/Python/comments/4o2cnm/package_of_commonly_used_modules_does_this_exist/
reddit
Package of commonly used modules - Does this exist? • /r/Python
Background: I do a bit of python scripting here and there at work, and every once in a while, I find a need for a module. I don't have admin...
[VIDEO] Applied Data Science ScienceOps Demo webinar: https://www.reddit.com/r/Python/comments/4o2pc6/video_applied_data_science_scienceops_demo_webinar/
reddit
[VIDEO] Applied Data Science + ScienceOps Demo webinar • /r/Python
0 points and 0 comments so far on reddit
Polymorphism in Python: http://neverworkintheory.org/2016/06/13/polymorphism-in-python.html
Is it possible to automate sending an email to people with items I want on Craigslist?: https://www.reddit.com/r/Python/comments/4o2u51/is_it_possible_to_automate_sending_an_email_to/
reddit
Is it possible to automate sending an email to people... • /r/Python
I was checking with IFTTT but I don't think they can. You would need to scrape the email for sending out a message like "I am interested in your...
Python and real-time messaging – the story behind Centrifugo server: https://www.reddit.com/r/Python/comments/4o2u1j/python_and_realtime_messaging_the_story_behind/
reddit
Python and real-time messaging – the story behind... • /r/Python
1 points and 0 comments so far on reddit
Preflyt - A lightweight application environment checker.: https://www.reddit.com/r/Python/comments/4o2vcd/preflyt_a_lightweight_application_environment/
reddit
Preflyt - A lightweight application environment checker. • /r/Python
3 points and 1 comments so far on reddit
My first Boost.Python project: a WSGI server based on Boost.Asio: https://www.reddit.com/r/Python/comments/4o38pp/my_first_boostpython_project_a_wsgi_server_based/
reddit
My first Boost.Python project: a WSGI server based on... • /r/Python
3 points and 0 comments so far on reddit
Having issues using sys.stdin/stdout with Python and PHP: https://www.reddit.com/r/Python/comments/4o3ias/having_issues_using_sysstdinstdout_with_python/
reddit
Having issues using sys.stdin/stdout with Python and PHP • /r/Python
Hi there, I am currently writing a web-app that interacts with a database via PHP. My desired flow of execution is as follows: 1) Python script P...
Measuring Polymorphism in Python Programs [pdf]: https://people.dsv.su.se/~beatrice/python/dls15_large_images.pdf
New coder learning python as a first language. Any tips or tricks that you have for someone who is new to coding?: https://www.reddit.com/r/Python/comments/4o4rro/new_coder_learning_python_as_a_first_language_any/
reddit
New coder learning python as a first language. Any... • /r/Python
I decided I wanted to learn how to code so I sign up for some EdX.com courses and the first one is teaching me in python. I was wondering if...
Python Concurrent Futures, are not easily chain-able: https://www.reddit.com/r/Python/comments/4o56ms/python_concurrent_futures_are_not_easily_chainable/
reddit
Python Concurrent Futures, are not easily chain-able • /r/Python
1 points and 0 comments so far on reddit
Implementing Implicit methods in Python, or abusing attribute look up for fun and profit: https://www.reddit.com/r/Python/comments/4o57ak/implementing_implicit_methods_in_python_or/
reddit
Implementing Implicit methods in Python, or abusing... • /r/Python
https://gist.github.com/justanr/d045460e318298c6f7f16534b46d9451 More of a thought process on how far I can stretch attribute lookup than...
I'm a newbie to programming in python and programming in general and I WROTE MY FIRST PROGRAM ;): https://www.reddit.com/r/Python/comments/4o5c0w/im_a_newbie_to_programming_in_python_and/
reddit
I'm a newbie to programming in python and programming... • /r/Python
number_of_attempts = 1 correct_number = 11 Yes = "Y" yes = "y" no = "n" No = "N" answer = input("Want to play a game? >:)...