TopicDB: a Python topic map-based graph (NoSQL) database: https://www.reddit.com/r/Python/comments/5uz5vz/topicdb_a_python_topic_mapbased_graph_nosql/
reddit
TopicDB: a Python topic map-based graph (NoSQL) database • r/Python
1 points and 0 comments so far on reddit
I'm new to programming, would you recommend me using codecademy to learn python?: https://www.reddit.com/r/Python/comments/5uzdjz/im_new_to_programming_would_you_recommend_me/
reddit
I'm new to programming, would you recommend me using... • r/Python
1 points and 0 comments so far on reddit
Descriptors: The magic behind attribute access in Python: https://www.reddit.com/r/Python/comments/5uyvlb/descriptors_the_magic_behind_attribute_access_in/
reddit
Descriptors: The magic behind attribute access in Python • r/Python
22 points and 2 comments so far on reddit
API Client Design Decisions - Mistakes Were Made: https://www.reddit.com/r/Python/comments/5uzvxr/api_client_design_decisions_mistakes_were_made/
reddit
API Client Design Decisions - Mistakes Were Made • r/Python
3 points and 0 comments so far on reddit
How can I add an external C dependency to a PyPi package?: https://www.reddit.com/r/Python/comments/5v0u6v/how_can_i_add_an_external_c_dependency_to_a_pypi/
reddit
How can I add an external C++ dependency to a PyPi package? • r/Python
I am building a Python package that depends on an external lib that includes CUDA code. My understanding is that setuptools doesn't easily support...
Python 3, created via PEP 3000, is exactly 3,000 days old today.: https://www.reddit.com/r/Python/comments/5v0tt6/python_3_created_via_pep_3000_is_exactly_3000/
reddit
Python 3, created via PEP 3000, is exactly 3,000 days... • r/Python
4 points and 1 comments so far on reddit
What are the best Python Books or Videos for beginners: https://www.reddit.com/r/Python/comments/5v1g9i/what_are_the_best_python_books_or_videos_for/
reddit
What are the best Python Books or Videos for beginners • r/Python
I'm kinda new to python, its not my first programming language but im looking for a good book or series of videos to help get started.
Deep learning with Neural Networks using tensor flow: https://www.reddit.com/r/Python/comments/5v2smy/deep_learning_with_neural_networks_using_tensor/
reddit
Deep learning with Neural Networks using tensor flow • r/Python
I'm currently doing an independent study on deep learning and it's great so far. What would be some good projects that I could implement to show...
Ctypes incorrectly guessing type sizes of 64-bit DLL functions to be 32-bit?: https://www.reddit.com/r/Python/comments/5v33e4/ctypes_incorrectly_guessing_type_sizes_of_64bit/
reddit
r/Python - Ctypes incorrectly guessing type sizes of 64-bit DLL functions to be 32-bit?
5 votes and 8 comments so far on Reddit
How to write a proxy pool server (when a request comes, choose a proxy to get url content) in python?: http://stackoverflow.com/questions/33139697/how-to-write-a-proxy-pool-server-when-a-request-comes-choose-a-proxy-to-get-ur
Stack Overflow
How to write a proxy pool server (when a request comes, choose a proxy to get url content) in python?
I do not know what the proper name is for such proxy server, you're welcome to fix my question title.
When I search proxy server on google, a lot implements like maproxy or a-python-proxy-in-less-...
When I search proxy server on google, a lot implements like maproxy or a-python-proxy-in-less-...
Regression Tests on Arbitrary Number Sequences: http://stackoverflow.com/questions/42302062/regression-tests-on-arbitrary-number-sequences
Stackoverflow
Regression Tests on Arbitrary Number Sequences
I am trying to come up with a method to regression test number sequences.
My system under tests produces a large amount of numbers for each system version (e. g. height, width, depth, etc.). These
My system under tests produces a large amount of numbers for each system version (e. g. height, width, depth, etc.). These
Python begener need some help.: https://www.reddit.com/r/Python/comments/5v41s0/python_begener_need_some_help/
reddit
Python begener need some help. • r/Python
Hello, i am practicing python from book "automate stuff with python", and i went trought whole book once. This morning i started writing all...