What is the best python book for a smart 16yo non-programmer?: https://www.reddit.com/r/Python/comments/4pcw42/what_is_the_best_python_book_for_a_smart_16yo/
reddit
What is the best python book for a smart 16yo... • /r/Python
My grandnephew loves math problems, gets straight A's, is close to applying to engineering schools, and wants to study Math &...
Berkeley CS61 3-hour final exam. In-class, handwritten, no computers or books allowed. Python 3: https://www.reddit.com/r/Python/comments/4pertv/berkeley_cs61_3hour_final_exam_inclass/
reddit
Berkeley CS61 3-hour final exam. In-class,... • /r/Python
2 points and 0 comments so far on reddit
Port binding fails for script after 60 seconds when deployed to heroku: https://www.reddit.com/r/Python/comments/4pewum/port_binding_fails_for_script_after_60_seconds/
reddit
Port binding fails for script after 60 seconds when... • /r/Python
So I was fooling around the slack API and ended up making a simple slack bot which posts on a slack channel whether a site is up or not (when...
A dead simple input validation module. Created mainly for use with Flask and validation input fields before being inserted in MongoDB.: https://www.reddit.com/r/Python/comments/4pev3e/a_dead_simple_input_validation_module_created/
reddit
A dead simple input validation module. Created mainly... • /r/Python
3 points and 1 comments so far on reddit
What are your favorite smaller or lesser-known Python data analysis tools?: https://www.reddit.com/r/Python/comments/4pevuk/what_are_your_favorite_smaller_or_lesserknown/
reddit
What are your favorite smaller or lesser-known Python... • /r/Python
I originally posted [this topic](https://www.reddit.com/r/pystats/comments/4owh98/what_are_your_favorite_smaller_or_lesserknown/) to r/pystats but...
How to extract data from SQL query and assign it to Odoo class columns?: http://stackoverflow.com/questions/37879787/how-to-extract-data-from-sql-query-and-assign-it-to-odoo-class-columns
Stackoverflow
How to extract data from SQL query and assign it to Odoo class columns?
I have been trying to extract data from a .mdb database and get it into Odoo 8 class columns.
This is my .py file
class attendance_biometric(osv.Model):
_name="attendance.biometric"
_rec...
This is my .py file
class attendance_biometric(osv.Model):
_name="attendance.biometric"
_rec...
Accessing OrientDB from Python: http://stackoverflow.com/questions/37710542/accessing-orientdb-from-python
Stackoverflow
Accessing OrientDB from Python
I want to convert a >1mn record MySQL database into a graph database, because it is heavily linked network-type data. The free version of Neo4J had some restrictions I thought I might bump up again...
Python Key Cipher - Decryption Challenge: https://www.reddit.com/r/Python/comments/4pfb87/python_key_cipher_decryption_challenge/
reddit
Python Key Cipher - Decryption Challenge • /r/Python
Hello All, I have spent the last few days making a Key Cipher encryption tool, that I would like to stress Test a bit. So I would like to ask...
Benchmarks for threads vs asyncio?: https://www.reddit.com/r/Python/comments/4pfuwj/benchmarks_for_threads_vs_asyncio/
reddit
Benchmarks for threads vs asyncio? • /r/Python
I've seen some good benchmarks for TCP echo and web servers comparing threading to asyncio event loops, but haven't seen any for such things as...
Any way to give Pythonista scripts access to installed programs (ffmpeg) on jailbroken iOS?: https://www.reddit.com/r/Python/comments/4pg17l/any_way_to_give_pythonista_scripts_access_to/
reddit
Any way to give Pythonista scripts access to installed... • /r/Python
1 points and 0 comments so far on reddit
Trying to understand the odds behind this casino game.: https://www.reddit.com/r/Python/comments/4pg4ca/trying_to_understand_the_odds_behind_this_casino/
reddit
Trying to understand the odds behind this casino game. • /r/Python
OK so i'm a blackjack dealer in North Dakota and we also have a game called Pig Wheel (it is basically roulette with worse odds). [Here is the...
Are there any intermediate open source projects that I can contribute to/learn from??: https://www.reddit.com/r/Python/comments/4pg2p2/are_there_any_intermediate_open_source_projects/
reddit
Are there any intermediate open source projects that I... • /r/Python
I am still a beginner programmer and have worked with Django and have some experience with learning python and making small beginner programs. Can...
Python Manager.dict() flask : [Errno 24] Too many open files: http://stackoverflow.com/questions/37647831/python-manager-dict-flask-errno-24-too-many-open-files
Stackoverflow
Python Manager.dict() + flask : [Errno 24] Too many open files
I have a flask application where I am using a Manager.dict() to share data between requests process, after N served request, I start get this ugly error:
[Errno 24] Too many open files
Is th...
[Errno 24] Too many open files
Is th...
Was using deepcopy in #python today and thought I'd write a post about mutable types and how object ids work if anyone was interested: https://www.reddit.com/r/Python/comments/4pgkb9/was_using_deepcopy_in_python_today_and_thought_id/
reddit
Was using deepcopy in #python today and thought I'd... • /r/Python
2 points and 0 comments so far on reddit
What do you think could be improved in the Python language?: https://www.reddit.com/r/Python/comments/4pgsu8/what_do_you_think_could_be_improved_in_the_python/
reddit
What do you think could be improved in the Python... • /r/Python
[This recent question](https://www.reddit.com/r/Python/comments/4if7wj/what_do_you_think_is_more_difficult_in_python/?ref=share&ref_source=link)...
Data Science in Practice: Five Common Applications of Data Science with Concrete, Real-Life Use Cases: https://www.reddit.com/r/Python/comments/4pgu45/data_science_in_practice_five_common_applications/
reddit
Data Science in Practice: Five Common Applications of... • /r/Python
1 points and 0 comments so far on reddit
Python 3 TKinker Multithreading: https://www.reddit.com/r/Python/comments/4pgx5k/python_3_tkinker_multithreading/
reddit
Python 3 TKinker Multithreading • /r/Python
I have tired implementing other's threading for my very basic tkinker search GUI but, out of the various implementations I have attempted, none of...
Using Matplotlib Basemap to Visualize Home Insurance by County: https://www.reddit.com/r/Python/comments/4pgxll/using_matplotlib_basemap_to_visualize_home/
reddit
Using Matplotlib Basemap to Visualize Home Insurance... • /r/Python
2 points and 0 comments so far on reddit