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...
Slow django model instance creation with Docker: http://stackoverflow.com/questions/42136308/slow-django-model-instance-creation-with-docker
Stack Overflow
Slow django model instance creation with Docker
I have django application with some model. I have manage.py command that creates n models and saves it to db. It runs with decent speed on my host machine.
But if I run it in docker it runs very s...
But if I run it in docker it runs very s...
Boost::Python, converting tuple to Python works, vector<tuple> does not: http://stackoverflow.com/questions/42186986/boostpython-converting-tuple-to-python-works-vectortuple-does-not
Stackoverflow
Boost::Python, converting tuple to Python works, vector does not
I've been using Boost::Python for a while, and everything always turned out ok. However yesterday I was trying to find out why a particular type I thought I had registered (a tuple) was giving me e...
Creating a connection to a subscription site in python: http://stackoverflow.com/questions/41964498/creating-a-connection-to-a-subscription-site-in-python
Stackoverflow
Creating a connection to a subscription site in python
I am looking to open a connection with python to http://www.horseandcountry.tv which takes my login parameters via the POST method. I would like to open a connection to this website in order to scr...
Need your help with homework :D: https://www.reddit.com/r/Python/comments/5v527f/need_your_help_with_homework_d/
reddit
Need your help with homework :D • r/Python
Hello everyone. I have just subscribed to this subreddit and I am not sure if it is common to ask for a help here, however I will try :) So I am...
Is Type Tracing for Python useful? Some experiments I did...: https://www.reddit.com/r/Python/comments/5v4zpw/is_type_tracing_for_python_useful_some/
reddit
Is Type Tracing for Python useful? Some experiments I... • r/Python
2 points and 0 comments so far on reddit
A python solution for lung cancer detection with deep learning: https://www.reddit.com/r/Python/comments/5v58qp/a_python_solution_for_lung_cancer_detection_with/
reddit
A python solution for lung cancer detection with deep... • r/Python
1 points and 0 comments so far on reddit
Errator merges the semantics of logging with the path-reporting of tracebacks to allow you to create human-readable error narrations for end-users.: https://www.reddit.com/r/Python/comments/5v5asf/errator_merges_the_semantics_of_logging_with_the/
reddit
Errator merges the semantics of logging with the... • r/Python
2 points and 0 comments so far on reddit
Continuous Integration. CircleCI vs TravisCI vs Jenkins: https://www.reddit.com/r/Python/comments/5v50b2/continuous_integration_circleci_vs_travisci_vs/
reddit
Continuous Integration. CircleCI vs TravisCI vs Jenkins • r/Python
62 points and 28 comments so far on reddit
Can only import some packages in rpy2 on OSX, others error with SIGSEGV: http://stackoverflow.com/questions/42226492/can-only-import-some-packages-in-rpy2-on-osx-others-error-with-sigsegv
Stack Overflow
Can only import some packages in rpy2 on OSX, others error with SIGSEGV
I've recently switched from Windows to OSX. I have some scripts that use rpy2 that I have been unable to get working on OSX and I'm not sure how to troubleshoot any further. I've seen several other