How do you upgrade your user base to a new major release of Python.: https://www.reddit.com/r/Python/comments/65vtj9/how_do_you_upgrade_your_user_base_to_a_new_major/
reddit
How do you upgrade your user base to a new major... • r/Python
I work on an open-source Python 3.5 project. It is used by linux, mac, and windows users. There is about 2k users in total and the project is...
Trying to Import Numpy. Whats the best was to do so?: https://www.reddit.com/r/Python/comments/65ww61/trying_to_import_numpy_whats_the_best_was_to_do_so/
reddit
Trying to Import Numpy. Whats the best was to do so? • r/Python
I am working on a project and need to import numpy and am having trouble understanding exactly what I need to download. I downloaded a .zip file...
“100 Scripts in 30 Days challenge: Script 7 — Creating Amazon Lambda Service using python-lambda”: https://www.reddit.com/r/Python/comments/65x89p/100_scripts_in_30_days_challenge_script_7/
reddit
“100 Scripts in 30 Days challenge: Script 7 — Creating... • r/Python
1 points and 0 comments so far on reddit
Variable Inheritance from other Classes: https://www.reddit.com/r/Python/comments/65xbdp/variable_inheritance_from_other_classes/
reddit
Variable Inheritance from other Classes • r/Python
I am currently creating an application using PySide. The application has a main window and an OpenGL window that is given the QMainWindow as the...
Installing libtorrent in Windows 7: https://www.reddit.com/r/Python/comments/65xc2p/installing_libtorrent_in_windows_7/
reddit
Installing libtorrent in Windows 7 • r/Python
I am trying to install the libtorrent python library in windows 7 with no luck so far.My python version is 3.6 32bit. Tried installing through...
wxPython Phoenix Alpha Released: https://www.reddit.com/r/Python/comments/65x8bb/wxpython_phoenix_alpha_released/
reddit
wxPython Phoenix Alpha Released • r/Python
The [wxPython!](http://www.wxpython.org) project made a major announcement over the weekend in releasing an alpha version of the new wxPython...
Python: Good way to get function and all dependencies in a single file?: http://stackoverflow.com/questions/40469606/python-good-way-to-get-function-and-all-dependencies-in-a-single-file
Stack Overflow
Python: Good way to get function and all dependencies in a single file?
I'm working on a big Python code base that grows and grows and grows. It's not a single application - more of a bunch of experiments that share some common code.
Every so often, I want to make a
Every so often, I want to make a
100 Scripts in 30 Days challenge: Script 8 — asciinema clone — Capture shell to log using cmd module: https://www.reddit.com/r/Python/comments/65y7og/100_scripts_in_30_days_challenge_script_8/
reddit
100 Scripts in 30 Days challenge: Script 8 — asciinema... • r/Python
1 points and 0 comments so far on reddit
How do you guys approach using other, less established modules/libs on github?: https://www.reddit.com/r/Python/comments/65y7qz/how_do_you_guys_approach_using_other_less/
reddit
How do you guys approach using other, less established... • r/Python
Hey guys, It seems like there are always some homegrown/coded modules out there that might provide interesting functionality/scripts/etc. While...
Not sure how I can use one hot encoding in scikit to transform a categorical feature into something i can train my model with.: https://www.reddit.com/r/Python/comments/65yp8q/not_sure_how_i_can_use_one_hot_encoding_in_scikit/
reddit
Not sure how I can use one hot encoding in scikit to... • r/Python
I have a feature that is a string and is categorical. I am converting the strings into ints to represent what category each one is...
I was thinking about making a simple ascii game with curses. Here is my very first level editor.: https://www.reddit.com/r/Python/comments/65zx6o/i_was_thinking_about_making_a_simple_ascii_game/
reddit
I was thinking about making a simple ascii game with... • r/Python
So back in high school we made games with QBasic and I wanted to see if I could make a game based on ASCII/unicode characters. As part of that, I...
Pandas Array question regarding scaleable code: https://www.reddit.com/r/Python/comments/660hjc/pandas_array_question_regarding_scaleable_code/
reddit
Pandas Array question regarding scaleable code • r/Python
I'm trying to do a data set on kaggle.com. I'm using the 5000 IMDB movies data set. My initial objective is to take the top 100 movies and see a...
Sublime Text for Python Development - Review by Dan Bader: https://www.reddit.com/r/Python/comments/660z2z/sublime_text_for_python_development_review_by_dan/
reddit
Sublime Text for Python Development - Review by Dan Bader • r/Python
1 points and 0 comments so far on reddit
SOAP and persistance: http://stackoverflow.com/questions/43423799/soap-and-persistance
Stackoverflow
SOAP and persistance
I'm writing automated trading bot, using python and suds soap client.
I was wondering if it's possible to increase speed by using persistent SOAP calls.(Like using Session in RESTful services).
H...
I was wondering if it's possible to increase speed by using persistent SOAP calls.(Like using Session in RESTful services).
H...
How to set SOCKS5 proxy with auth for Chrome in selenium Python?: http://stackoverflow.com/questions/43312573/how-to-set-socks5-proxy-with-auth-for-chrome-in-selenium-python
Stack Overflow
How to set SOCKS5 proxy with auth for Chrome in selenium Python?
I'm trying to use SOCKS5 proxy provided by PIA (https://www.privateinternetaccess.com). I generated user/pass for SOCKS5 on their site, but I can't use this information, since I don't know where to...