Having some trouble with appropriate Syntax for Python 3.5.1: https://www.reddit.com/r/Python/comments/4lq3ax/having_some_trouble_with_appropriate_syntax_for/
reddit
Having some trouble with appropriate Syntax for Python... • /r/Python
I'm new to this (and programming in general) so please have mercy on a noob, Reddit! So I'm taking a continuing education course in Python 3 but...
[PyCon 2016] Static Typing for Python: https://www.dropbox.com/s/efatwr0pozsargb/PyCon mypy talk 2016.pdf?dl=0
Dropbox
PyCon mypy talk 2016.pdf
Shared with Dropbox
Costless Abstraction with Pythran: Numpy Broadcasting: https://www.reddit.com/r/Python/comments/4lqk85/costless_abstraction_with_pythran_numpy/
reddit
Costless Abstraction with Pythran: Numpy Broadcasting • /r/Python
1 points and 0 comments so far on reddit
Wrote a small assert replacement that shows better error messages.: https://www.reddit.com/r/Python/comments/4lqqwk/wrote_a_small_assert_replacement_that_shows/
reddit
Wrote a small assert replacement that shows better... • /r/Python
1 points and 0 comments so far on reddit
Fibratus - tool for exploration and tracing of the Windows kernel: https://www.reddit.com/r/Python/comments/4lqs6c/fibratus_tool_for_exploration_and_tracing_of_the/
reddit
Fibratus - tool for exploration and tracing of the... • /r/Python
I've lately released Fibratus - a tool for exploration and tracing of the Windows kernel written in Cython/Python. It can capture the most of the...
computing the weight of each LDA topic in the corpus: http://stackoverflow.com/questions/37487504/computing-the-weight-of-each-lda-topic-in-the-corpus
Stackoverflow
computing the weight of each LDA topic in the corpus
I computed my LDA model, I retrieved my topics and now I am looking for the way to compute the weight/percentage of each topic on the corpus. Surprisingly I cannot find the way to do this, so far m...
python async threading asynchronous reading: https://www.reddit.com/r/Python/comments/4lr4ad/python_async_threading_asynchronous_reading/
reddit
python async threading asynchronous reading • /r/Python
http://imgur.com/VD9DowC Hi, I am reading Device_A output every 500ms and assign it to a variable x as a string with my Python code. I struggle...
What can django do that flask cannot?: https://www.reddit.com/r/Python/comments/4lrzfp/what_can_django_do_that_flask_cannot/
reddit
What can django do that flask cannot? • /r/Python
I was just looking at both of the frameworks and they both looked very powerful. Flask seemed gorgeous with middle ware. So, is there anything...
pycon2016 central logging project: https://www.reddit.com/r/Python/comments/4lsily/pycon2016_central_logging_project/
reddit
pycon2016 central logging project • /r/Python
I have a project idea to create a central logger application using sqllite and python. If you want to help make a badass application or learn how...
Question automated tool wanted to convert from '%' to the newer `format()` does it exist?: https://www.reddit.com/r/Python/comments/4lsl2a/question_automated_tool_wanted_to_convert_from_to/
reddit
Question automated tool wanted to convert from '%' to... • /r/Python
Does anyone know of an automated tool that does conversion of pythons string interpolation operator '%' to the newer...
Is there a way to generate a gui that works as a webview?: https://www.reddit.com/r/Python/comments/4lspw2/is_there_a_way_to_generate_a_gui_that_works_as_a/
reddit
Is there a way to generate a gui that works as a webview? • /r/Python
The same way it works on Android development or node-webkit. I need to create a local webapp that installs as a windows exe file.
I just released my first public Python module! SPF2IP: Reads the SPF record for a domain, and outputs all of the IP addresses within it: https://www.reddit.com/r/Python/comments/4ltgol/i_just_released_my_first_public_python_module/
reddit
I just released my first public Python module! SPF2IP:... • /r/Python
See title :) * GitHub: https://github.com/nathandines/SPF2IP * PyPi: https://pypi.python.org/pypi/SPF2IP About a year ago, I created this little...