schemagic and schemagic.web -- Its like clojure's schema library, but its for python and it plugs into flask. Check it out.: https://www.reddit.com/r/Python/comments/4q3gdw/schemagic_and_schemagicweb_its_like_clojures/
reddit
schemagic and schemagic.web -- Its like clojure's... • /r/Python
4 points and 0 comments so far on reddit
Drchrono (YC W11) is looking for Python/Django developers: https://www.hackerrank.com/tests/527036edb11ff/0ca5532381fbebad9fffaa28dc90475f
HackerRank
Join over 2 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews.
string should be this long: This is a video of me writing the 3n 1 problem in python and there is a download link for you to modify also this is a little cool program that most people that like math will like because it certainty do and it is a good example where you can use the "Modulo operation".: https://www.reddit.com/r/Python/comments/4q4mu4/string_should_be_this_long_this_is_a_video_of_me/
reddit
string should be this long: This is a video of me... • /r/Python
1 points and 2 comments so far on reddit
Proxy aggregator made with Scrapy: https://www.reddit.com/r/Python/comments/4q4n2z/proxy_aggregator_made_with_scrapy/
reddit
Proxy aggregator made with Scrapy • /r/Python
Hello fellas! I've been working lately on getting an updated list of fresh proxies for my personal usage, also as a practise for my lack of...
[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...