New Lever language builds on Python's convenience, aims for PyPy speeds: https://www.reddit.com/r/Python/comments/4yknuq/new_lever_language_builds_on_pythons_convenience/
reddit
New Lever language builds on Python's convenience,... • /r/Python
2 points and 0 comments so far on reddit
Close tab in QTabWidget on pressing Ctrl W [PyQt]: https://www.reddit.com/r/Python/comments/4ylc9a/close_tab_in_qtabwidget_on_pressing_ctrlw_pyqt/
reddit
Close tab in QTabWidget on pressing Ctrl+W [PyQt] • /r/Python
I've a QTextEdit in the tab of QTabWidget. When I press ctrl+w, the tab should close. How can I achieve it?
How can i get the string that was matching in a 'in for' statement?: https://www.reddit.com/r/Python/comments/4ylc59/how_can_i_get_the_string_that_was_matching_in_a/
reddit
How can i get the string that was matching in a 'in... • /r/Python
Hi, new to python. I am using a statement to find any matches in a lengthy string which is being matched to a small array of strings. I was...
I created a blogging platform that uses flat pages and ported the TryGhost/Casper theme!: https://www.reddit.com/r/Python/comments/4ylfxu/i_created_a_blogging_platform_that_uses_flat/
reddit
I created a blogging platform that uses flat pages and... • /r/Python
0 points and 0 comments so far on reddit
Pythonic way to handle config file installation when in a virtualenv?: http://stackoverflow.com/questions/39007132/pythonic-way-to-handle-config-file-installation-when-in-a-virtualenv
Stackoverflow
Pythonic way to handle config file installation when in a virtualenv?
Assuming I am installing a python application from setup.py, and doing so within a virtualenv. Also, assuming that I have a need to provide the application sensitive configurations such as API key...
Errorcheck when iterating over files in list?: https://www.reddit.com/r/Python/comments/4ylqdr/errorcheck_when_iterating_over_files_in_list/
reddit
Errorcheck when iterating over files in list? • /r/Python
I have a list of url's, with which I want to do something. But sometimes I have to deal with an invalid url, now when this happens, my program...
Episode #72 Fashion-driven open source software at Zalando: https://www.reddit.com/r/Python/comments/4ylqwq/episode_72_fashiondriven_open_source_software_at/
reddit
Episode #72 Fashion-driven open source software at Zalando • /r/Python
1 points and 0 comments so far on reddit
Python Lists vs. Tuples: http://nedbatchelder.com//blog/201608/lists_vs_tuples.html
How to implement Hogwild! style updates in Tensorflow: http://stackoverflow.com/questions/38963591/how-to-implement-hogwild-style-updates-in-tensorflow
Stackoverflow
How to implement Hogwild! style updates in Tensorflow
I am trying to implement a simple hogwild proof of concept in Tensorflow. Ideally it would use Python threads to perform updates. I have an implementation already done, which follows closely Deep M...
Why the built in array type is widely underconsidered (while it could speed up list code so much)?: https://www.reddit.com/r/Python/comments/4yovac/why_the_built_in_array_type_is_widely/
reddit
Why the built in array type is widely underconsidered... • /r/Python
Reference: https://docs.python.org/3/library/array.html It seems convenient when numpy would be overkill or an unimportable dependency
Hangman with words selectable from categories: https://www.reddit.com/r/Python/comments/4yoteu/hangman_with_words_selectable_from_categories/
reddit
Hangman with words selectable from categories • /r/Python
So i know how to make hangman using random words from a list, but how can i make it where the user chooses a category and then the word is chosen...
IPython 5.0 and key bindings in console: http://stackoverflow.com/questions/38659721/ipython-5-0-and-key-bindings-in-console
Stackoverflow
IPython 5.0 and key bindings in console
The new release of IPython does not depend any more on readline but uses the pure Python library prompt-toolkit, solving maintenance problems on Apple's and Windows' systems.
A new feature is the
A new feature is the
PyCNN: Cellular Neural Networks Image Processing Python Library: https://github.com/ankitaggarwal011/PyCNN
GitHub
GitHub - ankitaggarwal011/PyCNN: Image Processing with Cellular Neural Networks in Python
Image Processing with Cellular Neural Networks in Python - ankitaggarwal011/PyCNN
difflib: match changes by words, not by characters: http://stackoverflow.com/questions/39001097/difflib-match-changes-by-words-not-by-characters
Stackoverflow
difflib: match changes by words, not by characters
I'm using difflib's SequenceMatcher to get_opcodes() and than highlight the changes with css to create some kind of web diff.
First, I set a min_delta so that I consider two strings different if o...
First, I set a min_delta so that I consider two strings different if o...
Classical Controls Tutorials for Python. [x-post: /r/engineeringstudents]: https://www.reddit.com/r/Python/comments/4yoz50/classical_controls_tutorials_for_python_xpost/
reddit
Classical Controls Tutorials for Python. [x-post:... • /r/Python
Finally got around to updating/fixing my port of [University of Michigan's Controls Tutorials for...
Python itertools tutorial with simple examples: https://www.reddit.com/r/Python/comments/4ypxy7/python_itertools_tutorial_with_simple_examples/
reddit
Python itertools tutorial with simple examples • r/Python
I am working on a project that led me to read up more on itertools. I found this great itertool tutorial with some examples that explain some of...