CPython internals: A ten-hour codewalk through the Python interpreter source code - YouTube: https://www.reddit.com/r/Python/comments/5yej29/cpython_internals_a_tenhour_codewalk_through_the/
reddit
CPython internals: A ten-hour codewalk through the... • r/Python
493 points and 20 comments so far on reddit
Complete noob here, what am I doing wrong?: https://www.reddit.com/r/Python/comments/5yf5a2/complete_noob_here_what_am_i_doing_wrong/
reddit
Complete noob here, what am I doing wrong? • r/Python
By complete noob, I mean definitely a complete noob. I installed python less than an hour ago and I just can't get it to work. Essentially, in the...
Neovim/vim8 completion plugin for python, async, supports parameter expansion via ultisnips/neosnippet: https://www.reddit.com/r/Python/comments/5yfamd/neovimvim8_completion_plugin_for_python_async/
reddit
Neovim/vim8 completion plugin for python, async,... • r/Python
Hey guys, I'm introducing a neovim plugin for python created recently. It's fast, and also supports parameter expansion feature if you have...
Removing cached files after a py.test run: http://stackoverflow.com/questions/42652228/removing-cached-files-after-a-py-test-run
Stackoverflow
Removing cached files after a py.test run
I'm using a joblib.Memory to cache expensive computations when running tests with py.test. The code I'm using reduces to the following,
from joblib import Memory
memory = Memory(cachedir='/tmp/')
@
from joblib import Memory
memory = Memory(cachedir='/tmp/')
@
What should I put into a class method, what should I put into a separate function?: https://www.reddit.com/r/Python/comments/5yfkmj/what_should_i_put_into_a_class_method_what_should/
reddit
What should I put into a class method, what should I... • r/Python
For example, I'm using a state to represent a node in a tree search. Should the code to get the children of the node be a function or a method?...
Python network packet dissection frameworks shootout: Scapy vs Construct vs Hachoir vs Kaitai Struct: https://www.reddit.com/r/Python/comments/5yfoxv/python_network_packet_dissection_frameworks/
reddit
Python network packet dissection frameworks shootout:... • r/Python
4 points and 1 comments so far on reddit
Python Weekly - Issue 285: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Introducing Python Fire, a library for automatically generating command line interfaces: https://www.reddit.com/r/Python/comments/5yg5er/introducing_python_fire_a_library_for/
reddit
Introducing Python Fire, a library for automatically... • r/Python
3 points and 0 comments so far on reddit
Calling Go Functions from Other Languages (with a nice python example): https://www.reddit.com/r/Python/comments/5yg666/calling_go_functions_from_other_languages_with_a/
reddit
Calling Go Functions from Other Languages (with a nice... • r/Python
1 points and 0 comments so far on reddit
Recommendations for Motif-Based Classification of Time Series with Python: https://www.reddit.com/r/Python/comments/5yghpf/recommendations_for_motifbased_classification_of/
reddit
Recommendations for Motif-Based Classification of Time... • r/Python
I was wondering if I could get recommendations for Motif-based classification packages for time series data in Python. I have found SAX and...
New to Python and having a little trouble with a simple class assignment. Looking for some guidance: https://www.reddit.com/r/Python/comments/5yghts/new_to_python_and_having_a_little_trouble_with_a/
reddit
New to Python and having a little trouble with a simple... • r/Python
As the title says, I'm new to python and trying to complete an assignment for my IT110 course. The problem is that my professor is a great guy but...
Why Python instead of Java when you hear about ETL ?: https://www.reddit.com/r/Python/comments/5ygf21/why_python_instead_of_java_when_you_hear_about_etl/
reddit
r/Python - Why Python instead of Java when you hear about ETL ?
10 votes and 24 comments so far on Reddit
Unread, a script that checks for new Reddit messages and displays a desktop notification. Cross platform! (probably; tested on Windows with pywin32): https://www.reddit.com/r/Python/comments/5ygocc/unread_a_script_that_checks_for_new_reddit/
reddit
Unread, a script that checks for new Reddit messages... • r/Python
1 points and 0 comments so far on reddit
Interacting with outside programs and multiple conditions?: https://www.reddit.com/r/Python/comments/5ygst3/interacting_with_outside_programs_and_multiple/
reddit
Interacting with outside programs and multiple conditions? • r/Python
I'm fairly new to Python but I learn best through attempting to make complicated things. Reading through different sites I've seen a few things...
Python: Need help with barcode program: https://www.reddit.com/r/Python/comments/5ygugg/python_need_help_with_barcode_program/
reddit
Python: Need help with barcode program • r/Python
Hi there, I am learning Python at the moment and I have been asked to create a program that validates and generates a GTIN-8 barcode....