In terms of career options, are there more jobs available for Python 2 or 3?: https://www.reddit.com/r/Python/comments/65le5d/in_terms_of_career_options_are_there_more_jobs/
reddit
In terms of career options, are there more jobs... • r/Python
I've been meaning to learn python for a while, but have been so busy working as a mobile developer I really havent had the time. I'm looking for...
Python pty.spawn stdin not echoed but redirected to master's stdout: http://stackoverflow.com/questions/43293771/python-pty-spawn-stdin-not-echoed-but-redirected-to-masters-stdout
Stack Overflow
Python pty.spawn stdin not echoed but redirected to master's stdout
I want to call a program from Python and make it believe that its stdout is a tty even when Python's process stdout is attached to a pipe. So I used the pty.spawn function to achieve that, which ca...
What would you remove from Python today?: https://www.reddit.com/r/Python/comments/65m6c2/what_would_you_remove_from_python_today/
reddit
What would you remove from Python today? • r/Python
I was looking at 3.6's release notes, and thought "this new string formatting approach is great" (I'm relatively new to Python, so I don't have...
What Python book will allow me to learn to program a tribute project to DOOM?: https://www.reddit.com/r/Python/comments/65m1g7/what_python_book_will_allow_me_to_learn_to/
reddit
What Python book will allow me to learn to program a... • r/Python
Over the past few weeks I've been learning a lot about building game engines in Python/languages in general. Eventually I decided that I wanted...
Need help with something simple that I'm stuck ok: https://www.reddit.com/r/Python/comments/65mjr2/need_help_with_something_simple_that_im_stuck_ok/
reddit
Need help with something simple that I'm stuck ok • r/Python
Working on a "powerball number generator" program for a class project. I got part 1 finished, but struggling with part 2 which asks to execute the...
Minimal and clean examples of data structures and algorithms in Python: https://www.reddit.com/r/Python/comments/65mxbw/minimal_and_clean_examples_of_data_structures_and/
reddit
Minimal and clean examples of data structures and... • r/Python
101 points and 1 comments so far on reddit
Best way to unittest time-dependent behaviors?: https://www.reddit.com/r/Python/comments/65nakd/best_way_to_unittest_timedependent_behaviors/
reddit
Best way to unittest time-dependent behaviors? • r/Python
I was profiling some unittest code because CI took too long and I found out someone put `time.sleep(30)` inside some test. The code tests if...
Can't install os package using Pycharm: https://www.reddit.com/r/Python/comments/65nb9i/cant_install_os_package_using_pycharm/
reddit
Can't install os package using Pycharm • r/Python
I usually add my packages through file > settings > project interpreter. Currently running Python 2.7.13 (because of work) I have flask, jinja,...
What do you think of this coding challenge?: https://www.reddit.com/r/Python/comments/65nbcf/what_do_you_think_of_this_coding_challenge/
reddit
What do you think of this coding challenge? • r/Python
I've been programming for about a year now and just got a coding challenge for a job I applied to. Before clicking on the link to begin, they said...
If Python isn't adequate for complex and intensive games, what makes it adequate for such big tasks like Big Data?: https://www.reddit.com/r/Python/comments/65n91b/if_python_isnt_adequate_for_complex_and_intensive/
reddit
If Python isn't adequate for complex and intensive... • r/Python
A while ago I was researching to know how much Python has been used for game development and I've concluded not so much. We have some successful...
How to use renderdoc in python opengl apps: http://stackoverflow.com/questions/43403481/how-to-use-renderdoc-in-python-opengl-apps
Stackoverflow
How to use renderdoc in python opengl apps
I'm trying to figure out how to use renderdoc to debug some of my python opengl apps. At this moment some of my python opengl tests are using either pyopengl(glut) or pyqt. Here's a couple of minimal
Remove background of the image using opencv Python: http://stackoverflow.com/questions/42294109/remove-background-of-the-image-using-opencv-python
Stack Overflow
Remove background of the image using opencv Python
I have two images, one with only background and the other with background + detectable object (in my case its a car). Below are the images
I am trying to remove the background such that I only have...
I am trying to remove the background such that I only have...
Python book for hacking using Mac OS: https://www.reddit.com/r/Python/comments/65o1b0/python_book_for_hacking_using_mac_os/
reddit
Python book for hacking using Mac OS • r/Python
Hi Guys, Im looking for a python book to learn hacking but using a mac OS system. Everybook out there are Windows. Ive look at Gray Hat Python and...
What does '@' mean when used as operator in python?: https://www.reddit.com/r/Python/comments/65o2np/what_does_mean_when_used_as_operator_in_python/
reddit
What does '@' mean when used as operator in python? • r/Python
In neural network code, there are several lines of code that handle matrices using such code : ``` dW = h.T @ dout ``` What does `@` do here?...
Debugging Flask application remotely (right now using uWSGI and nginx)?: https://www.reddit.com/r/Python/comments/65obbl/debugging_flask_application_remotely_right_now/
reddit
Debugging Flask application remotely (right now using... • r/Python
Hi! I have a bit of a problem. I'm currently working on something that runs Flask and uses oauth for user login. Specifically the Blizzard oauth...
Harnessing the graphics card for number crunching: https://www.reddit.com/r/Python/comments/65oh23/harnessing_the_graphics_card_for_number_crunching/
reddit
Harnessing the graphics card for number crunching • r/Python
I may be using Python for tasks which require some serious number crunching... Like brute-forcing weak crypto and other tasks related to...
Pandas in Python for Data Analysis with Example(Step-by-Step guide): https://www.reddit.com/r/Python/comments/65oqyq/pandas_in_python_for_data_analysis_with/
reddit
Pandas in Python for Data Analysis with... • r/Python
1 points and 0 comments so far on reddit