Implementing a Neural Network from Scratch in Python: https://www.reddit.com/r/Python/comments/4n7eyf/implementing_a_neural_network_from_scratch_in/
reddit
Implementing a Neural Network from Scratch in Python • /r/Python
2 points and 0 comments so far on reddit
Best Python Distribution for Mac?: https://www.reddit.com/r/Python/comments/4n7u7p/best_python_distribution_for_mac/
reddit
Best Python Distribution for Mac? • /r/Python
I'm using Wes McKinney's Python for Data Analysis book to start learning data analysis but the EPD Free distribution is no longer available. What...
Digital Ocean/ Linode for processing files with Python?: https://www.reddit.com/r/Python/comments/4n87j6/digital_ocean_linode_for_processing_files_with/
reddit
Digital Ocean/ Linode for processing files with Python? • /r/Python
I came across these services while looking at a flask tutorial. Can someone give me an overview of how I could use one of these services to...
Organizing Python scripts in projects with DLLs and pyds: https://www.reddit.com/r/Python/comments/4n8b28/organizing_python_scripts_in_projects_with_dlls/
reddit
Organizing Python scripts in projects with DLLs and pyds • /r/Python
I'm writing some python code that depends on a c++ library (I'm using Boost.Python). I use cmake to build and put the library dll and pyd files...
How can I find with a web cam a known image printed on a piece of paper, with perspective? (Probably openCV): https://www.reddit.com/r/Python/comments/4n8ft6/how_can_i_find_with_a_web_cam_a_known_image/
reddit
How can I find with a web cam a known image printed on... • /r/Python
I want to print pictures (so, flat objects), and be able to locate them in an image from a webcam. I need the perspective transformation that maps...
Round 2 of the Python Language Summit coverage at LWN: https://www.reddit.com/r/Python/comments/4n9f3y/round_2_of_the_python_language_summit_coverage_at/
reddit
Round 2 of the Python Language Summit coverage at LWN • /r/Python
1 points and 0 comments so far on reddit
[Discussion] Using Vim as Ide for python: https://www.reddit.com/r/Python/comments/4na5hj/discussion_using_vim_as_ide_for_python/
reddit
[Discussion] Using Vim as Ide for python • /r/Python
Hello fellow python devs, I am new to python programming and is using pycharm for now, but I have seen many of you recommend Vim as the ide and...
How Celery Fixed Python's GIL Problem: http://blog.domanski.me/how-celery-fixed-pythons-gil-problem/
Michael Domanski
How Celery fixed Python's GIL problem
tl;dr: this explains how Celery obsoletes GIL and coroutines Recently I've been rereading the great Unyielding post by Glyph. If you haven't read it - go read it. I'll be summing it up below but it's worth your time to read the original. I've been looking…
Programmatically create a video from an image and a mp3?: https://www.reddit.com/r/Python/comments/4nahf5/programmatically_create_a_video_from_an_image_and/
reddit
Programmatically create a video from an image and a mp3? • /r/Python
Any way to do this with Python?
QtUdpSocket still listening on port after MainWindow closed: http://stackoverflow.com/questions/37600483/qtudpsocket-still-listening-on-port-after-mainwindow-closed
Stackoverflow
QtUdpSocket still listening on port after MainWindow closed
I have a QWidget (udpWidget) instantiated in a QMainWindow (udpMainWindow). I am creating udpMainWindow from another QMainWindow
There is some ValueError exception occurring (which I am going to f...
There is some ValueError exception occurring (which I am going to f...
Can Python be used to develop phone apps?: https://www.reddit.com/r/Python/comments/4nasvp/can_python_be_used_to_develop_phone_apps/
reddit
Can Python be used to develop phone apps? • /r/Python
I'd like my first language to be not overly difficult as far as syntax goes, and a lot of fingers pointed me here, but can Python also be used to...
Python Weekly - Issue 247: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
EURO 2016 live streams/highlights/stats directly from your terminal (MAC) in 3 seconds (Python Script): https://www.reddit.com/r/Python/comments/4nbes2/euro_2016_live_streamshighlightsstats_directly/
reddit
EURO 2016 live streams/highlights/stats directly from... • /r/Python
If you love football/soccer as much as I do and you hate having to click a bunch of different links to find the best live streams, highlights and...
Applying multiple functions on each row using Numba: http://stackoverflow.com/questions/37473595/applying-multiple-functions-on-each-row-using-numba
Stackoverflow
Applying multiple functions on each row using Numba
I have a big 2D NumPy array, let's say 5M rows and 10 columns. I want to build a few more columns according to some stateful logic implemented using Numba @jitclass. Let's say there are 50 such new