Trying to test numbers for primality, code doesn't work just right. Can someone show me what I might be doing wrong?: https://www.reddit.com/r/Python/comments/5a3civ/trying_to_test_numbers_for_primality_code_doesnt/
reddit
Trying to test numbers for primality, code doesn't... • /r/Python
7 points and 2 comments so far on reddit
shuffler.. My python script that tries to find words within words: https://www.reddit.com/r/Python/comments/5a3cuo/shuffler_my_python_script_that_tries_to_find/
reddit
shuffler.. My python script that tries to find words... • /r/Python
https://github.com/Python-scripter/shuffler
Pyhooks - A generic Python implementation of method hooks: https://www.reddit.com/r/Python/comments/5a3dd8/pyhooks_a_generic_python_implementation_of_method/
reddit
Pyhooks - A generic Python implementation of method hooks • /r/Python
2 points and 1 comments so far on reddit
Python pre-processor adds the ability to coin methods for the native string class that can be used in the usual way, syntactically speaking: https://www.reddit.com/r/Python/comments/5a40aq/python_preprocessor_adds_the_ability_to_coin/
reddit
Python pre-processor adds the ability to coin methods... • /r/Python
I wrote a [simple preprocessor](https://github.com/fyngyrz/pyex) today. So now I have the ability to extend the functionality of the string class....
"Stale file handle" error, when process trying read the file, that other process already had deleted: http://stackoverflow.com/questions/40262823/stale-file-handle-error-when-process-trying-read-the-file-that-other-process
Stack Overflow
"Stale file handle" error, when process trying read the file, that other process already had deleted
I'm writing stress test suite for testing distributed file systems over NFS.
In some cases when some process deletes file, while some other process attempts to read from it, I'm getting "Stale...
In some cases when some process deletes file, while some other process attempts to read from it, I'm getting "Stale...
How to profile a Jinja2 template?: http://stackoverflow.com/questions/26807187/how-to-profile-a-jinja2-template
Stack Overflow
How to profile a Jinja2 template?
The Flask app I am profiling spends a long time rendering its Jinja2 templates.
I have installed flask lineprofilerpanel which is interesting but unfortunately does not let me drill down into the
I have installed flask lineprofilerpanel which is interesting but unfortunately does not let me drill down into the
Python and Machine Learning in Astronomy [audio]: https://talkpython.fm/episodes/show/81/python-and-machine-learning-in-astronomy
talkpython.fm
Python and Machine Learning in Astronomy
The advances in Astronomy over the past century are both evidence of and confirmation of the highest heights of human ingenuity. We have learned by studying the frequency of light that the universe is expanding. By observing the orbit of Mercury that Einstein's…
How I accidentally deleted all my python modules and got it back in 20 minutes: https://www.reddit.com/r/Python/comments/5a5qah/how_i_accidentally_deleted_all_my_python_modules/
reddit
How I accidentally deleted all my python modules and... • /r/Python
1 points and 2 comments so far on reddit
I don't understand Python's Asyncio: http://lucumr.pocoo.org/2016/10/30/i-dont-understand-asyncio/
What improvements would you like to see in Python 4?: https://www.reddit.com/r/Python/comments/5a652e/what_improvements_would_you_like_to_see_in_python/
reddit
What improvements would you like to see in Python 4? • /r/Python
They don't have to be realistic changes, but anything you'd love to see in an "ideal" Python version? I've always wanted a `var` keyword when...
How to do Byte Pair Encoding replacements efficiently in Python?: http://stackoverflow.com/questions/40281055/how-to-do-byte-pair-encoding-replacements-efficiently-in-python
Stackoverflow
How to do Byte Pair Encoding replacements efficiently in Python?
In the Byte Pair Encoding algorithm, there's a replacement step where it changes the character strings delimited by spaces to bigrams.
I.e., given a list of str tuples as such:
[('t', 'h', 'i', ...
I.e., given a list of str tuples as such:
[('t', 'h', 'i', ...
Creating a |N| x |M| matrix from a hash-table: http://stackoverflow.com/questions/40209612/creating-a-n-x-m-matrix-from-a-hash-table
Stackoverflow
Creating a |N| x |M| matrix from a hash-table
Imagine I have a dictionary / hashtable of pairs of strings (keys) and their respective probabilities (values):
import numpy as np
import random
import uuid
# Creating the N vocabulary and M voca...
import numpy as np
import random
import uuid
# Creating the N vocabulary and M voca...
Can Kotlin Become an Alternative to Python and Scala?: https://www.reddit.com/r/Python/comments/5a6mbm/can_kotlin_become_an_alternative_to_python_and/
reddit
Can Kotlin Become an Alternative to Python and Scala? • /r/Python
2 points and 0 comments so far on reddit
I don't understand Python's Asyncio | Armin Ronacher's Thoughts and Writings: https://www.reddit.com/r/Python/comments/5a6gmv/i_dont_understand_pythons_asyncio_armin_ronachers/
reddit
I don't understand Python's Asyncio | Armin Ronacher's Thoughts...
Posted in r/Python by u/riksi • 183 points and 101 comments
Simple Python Twitter bot that tweets the world population every 24h, feel free to use!: https://www.reddit.com/r/Python/comments/5a6u6w/simple_python_twitter_bot_that_tweets_the_world/
reddit
Simple Python Twitter bot that tweets the world... • /r/Python
2 points and 0 comments so far on reddit
How to write a parser in Python using scanners, lexical analysis, and recursive decent parsing: https://www.reddit.com/r/Python/comments/5a71z8/how_to_write_a_parser_in_python_using_scanners/
reddit
How to write a parser in Python using scanners,... • /r/Python
0 points and 0 comments so far on reddit