Question about learning python: https://www.reddit.com/r/Python/comments/51x7gn/question_about_learning_python/
reddit
Question about learning python • /r/Python
I am thinking about learning python and had a few questions. 1. How long does it usually take to get the basics down, and how long should i spend...
Looking for a good deskside reference for python: https://www.reddit.com/r/Python/comments/51xhzb/looking_for_a_good_deskside_reference_for_python/
reddit
Looking for a good deskside reference for python • /r/Python
Not positive if this is the best sub for the question, but a reference book for the Python would be a great tool for anyone who might be working...
Python Driver for ArangoDB, a NoSQL Graph Database: https://www.reddit.com/r/Python/comments/51xm4c/python_driver_for_arangodb_a_nosql_graph_database/
reddit
Python Driver for ArangoDB, a NoSQL Graph Database • /r/Python
0 points and 0 comments so far on reddit
A modular and well tested Python 3 implementation of a Tic-tac-toe CLI game and library.: https://www.reddit.com/r/Python/comments/51xrta/a_modular_and_well_tested_python_3_implementation/
reddit
A modular and well tested Python 3 implementation of a... • /r/Python
1 points and 0 comments so far on reddit
A Python interface to AFL, allowing for easy injection of test cases: https://www.reddit.com/r/Python/comments/51xv47/a_python_interface_to_afl_allowing_for_easy/
reddit
A Python interface to AFL, allowing for easy injection... • /r/Python
1 points and 0 comments so far on reddit
Python 3.6 dict becomes compact and gets a private version; and keywords become ordered: https://www.reddit.com/r/Python/comments/51xysy/python_36_dict_becomes_compact_and_gets_a_private/
reddit
Python 3.6 dict becomes compact and gets a private... • /r/Python
1 points and 0 comments so far on reddit
(REQUEST) I would like to create a program that can return results from the web: https://www.reddit.com/r/Python/comments/51y6de/request_i_would_like_to_create_a_program_that_can/
reddit
(REQUEST) I would like to create a program that can... • /r/Python
Figured I would start here in python, sorry if wrong sub, direct as needed. I would like to create a "program" or "script" to go out to...
How to package my library? A quest for resources.: https://www.reddit.com/r/Python/comments/51youp/how_to_package_my_library_a_quest_for_resources/
reddit
How to package my library? A quest for resources. • /r/Python
Hey all, So we've written some pretty extensive and very useful Python libraries at work. Right now, the way to consume and import these...
Was inspired today to look up why "defaultdict" and "OrderedDict" follow different naming conventions (they basically forgot to rename it "DefaultDict"): https://www.reddit.com/r/Python/comments/51yidc/was_inspired_today_to_look_up_why_defaultdict_and/
reddit
Was inspired today to look up why "defaultdict" and... • /r/Python
2 points and 0 comments so far on reddit
Running scipy.integrate.ode in multiprocessing Pool results in huge performance hit: http://stackoverflow.com/questions/39350557/running-scipy-integrate-ode-in-multiprocessing-pool-results-in-huge-performance
Stackoverflow
Running scipy.integrate.ode in multiprocessing Pool results in huge performance hit
I'm using python's scipy.integrate to simulate a 29-dimensional linear system of differential equations. Since I need to solve several problem instances, I thought I could speed it up by doing
extracting attachments from email.: https://www.reddit.com/r/Python/comments/51z7l0/extracting_attachments_from_email/
reddit
extracting attachments from email. • /r/Python
I'm trying to point to a folder of .msg files and extract the attachments from the .msg and save them to the same folder. I found ExtractMsg...
Retrieving result from celery worker constantly: http://stackoverflow.com/questions/39377751/retrieving-result-from-celery-worker-constantly
Stack Overflow
Retrieving result from celery worker constantly
I have an web app in which I am trying to use celery to load background tasks from a database. I am currently loading the database upon request, but would like to load the tasks on an hourly interv...
Encoding questions concerning Chinese characters: https://www.reddit.com/r/Python/comments/51zh5a/encoding_questions_concerning_chinese_characters/
reddit
Encoding questions concerning Chinese characters • /r/Python
I'm very new to python and coding in general so bear with me please. I'm trying to build a program to give me a total count of Chinese characters...
Do you want to check is number prime? Here you can do it! (Only 1-199999): https://www.reddit.com/r/Python/comments/51zi40/do_you_want_to_check_is_number_prime_here_you_can/
reddit
Do you want to check is number prime? Here you can do... • /r/Python
0 points and 1 comments so far on reddit
Experienced js (and php) dev. Just recently got on the Python train, and LOVING it. Anyone got any projects for me to work on?: https://www.reddit.com/r/Python/comments/51zn1h/experienced_js_and_php_dev_just_recently_got_on/
reddit
Experienced js (and php) dev. Just recently got on the... • /r/Python
I'm looking for contract work at a VERY reduced rate, because I love the language and want to work with it more. Anybody have any challenges you...
A simple helper script for PyQt/PySide: https://www.reddit.com/r/Python/comments/5212zw/a_simple_helper_script_for_pyqtpyside/
reddit
A simple helper script for PyQt/PySide • /r/Python
I have been developing some GUI applications with Python, using PyQt/PySide and I thought it might be useful to someone to share a simple script...