[Advice] What path should I choose for further programming?: https://www.reddit.com/r/Python/comments/4q4ur5/advice_what_path_should_i_choose_for_further/
reddit
[Advice] What path should I choose for further... • /r/Python
Maybe a wrong place to ask but giving it a shot. Some advice ? Hey everyone. Coming straight to the point. I've started CS50 a few months ago...
Using Python for email marketing data preparation and cleaning.: https://www.reddit.com/r/Python/comments/4q54t5/using_python_for_email_marketing_data_preparation/
reddit
Using Python for email marketing data preparation and... • /r/Python
Hey everyone. I wrote a post about doing some data preparation with e-mail campaign data coming from Mailchimp using Python and Pandas. The...
GUI development, Qt Creator or Tkinter or any suggestions?: https://www.reddit.com/r/Python/comments/4q572r/gui_development_qt_creator_or_tkinter_or_any/
reddit
GUI development, Qt Creator or Tkinter or any suggestions? • /r/Python
I would like to create my own standalone GUIs, what would be the best? Thanks for any suggestions
littletable 0.9 released - Python 3 compatibility: https://www.reddit.com/r/Python/comments/4q5b8u/littletable_09_released_python_3_compatibility/
reddit
littletable 0.9 released - Python 3 compatibility • /r/Python
The littletable module provides a low-overhead, schema-less, in-memory database access to a collection of user objects. littletable provides a...
Show HN: Python 3 tkinter graphical curve and surface fitter: https://github.com/zunzun/tkInterFit
GitHub
zunzun/tkInterFit
Python 3 tkinter graphical curve fitting and surface fitting application, saves results to PDF. - zunzun/tkInterFit
qemu pass front-webcam to guest raspbian wheezy opencv: http://stackoverflow.com/questions/38023721/qemu-pass-front-webcam-to-guest-raspbian-wheezy-opencv
Stackoverflow
qemu pass front-webcam to guest raspbian wheezy opencv
hello im working with opencv on raspbian but when i compile my python code the console display a warning:
libdc1394 error: Failed to initialize libdc1394
if i use sudo ln /dev/null /dev/raw1394
...
libdc1394 error: Failed to initialize libdc1394
if i use sudo ln /dev/null /dev/raw1394
...
Running R script from python: http://stackoverflow.com/questions/19894365/running-r-script-from-python
Stack Overflow
Running R script from python
I searched for this question and found some answers on this, but none of them seem to work. This is the script that I'm using in python to run my R script.
import subprocess
retcode = subprocess.c...
import subprocess
retcode = subprocess.c...
youtube-dl wondering about --no-color: https://www.reddit.com/r/Python/comments/4q6av5/youtubedl_wondering_about_nocolor/
reddit
youtube-dl wondering about --no-color • /r/Python
In my understanding, in the lastest verison of youtube-dl, --no-color would download a video without the color code. What i understood is in grey...
Bind key to send a predefined email when roommate lets the dog out?: https://www.reddit.com/r/Python/comments/4q6ith/bind_key_to_send_a_predefined_email_when_roommate/
reddit
Bind key to send a predefined email when roommate lets... • /r/Python
Hi all, Im looking to mount my Rpi on the wall by the patio and when my roommates let out the dog there will be a small button panel that sends...
IDLE alternative (as replacement for Matlab, Wolfram Alpha etc.): https://www.reddit.com/r/Python/comments/4q6uro/idle_alternative_as_replacement_for_matlab/
reddit
IDLE alternative (as replacement for Matlab, Wolfram... • /r/Python
Hello, I am using IDLE as "calculator" for my school math problems and for work. Simple stuff like sqrt, raising a number to the power of x,...
Best naming convention for class attributes in industry?: https://www.reddit.com/r/Python/comments/4q7pxq/best_naming_convention_for_class_attributes_in/
reddit
Best naming convention for class attributes in industry? • /r/Python
In the official python examples and documentation, I see usage like the following: class Car: def __init__(self, make, model, year): ...
Caffe OSX boost error: http://stackoverflow.com/questions/38033809/caffe-osx-boost-error
Stackoverflow
Caffe OSX boost error
I've installed all the dependencies to install caffe and followed the instructions online. I even downgraded my boost version to 1.57. However, I'm still getting boost errors that I can't seem to f...
How can I run Python 2 in Powershell when I have both Python 2 and 3 installed?: https://www.reddit.com/r/Python/comments/4q7sln/how_can_i_run_python_2_in_powershell_when_i_have/
reddit
How can I run Python 2 in Powershell when I have both... • /r/Python
I know that you can run your programs/scripts with different versions by typing "Py -2 file.py" or "Py -3 file.py", but is there any way to run...
Sharing python modules between applications with git sub modules or svn:externals: http://stackoverflow.com/questions/31782823/sharing-python-modules-between-applications-with-git-sub-modules-or-svnexternal
Stack Overflow
Sharing python modules between applications with git sub modules or svn:externals
In our company we're using subversion. We have different python modules (own and third party) in different versions in use. The various applications we develop have various dependencies regarding ...
Pip install <package > flags error pkg_resources.DistributionNotFound:: https://www.reddit.com/r/Python/comments/4q8bft/pip_install_package_flags_error_pkg/
reddit
Pip install flags error... • /r/Python
Pip 8.1.1 is installed in my system. when try to install few packages using pip I am getting the following error: Traceback (most recent call...
Run Jupyter Notebook server in Windows 10 Bash?: https://www.reddit.com/r/Python/comments/4q8bmq/run_jupyter_notebook_server_in_windows_10_bash/
reddit
Run Jupyter Notebook server in Windows 10 Bash? • /r/Python
Is it possible to run the Jupyter Notebook server from the Windows 10 Ubuntu subsystem's bash, and then open up a regular browser to access it at...