Scrapy Tips From the Pros: how to debug your spiders: https://www.reddit.com/r/Python/comments/4jwm30/scrapy_tips_from_the_pros_how_to_debug_your/
reddit
Scrapy Tips From the Pros: how to debug your spiders • /r/Python
3 points and 0 comments so far on reddit
Importing python modules with pkg_resources: https://www.reddit.com/r/Python/comments/4jwu33/importing_python_modules_with_pkg_resources/
reddit
Importing python modules with pkg_resources • /r/Python
I'm trying to use pkg_resources to import .py files into my application so that I can support user created plugins. My problem is that I can't...
Creating board games from python: https://www.reddit.com/r/Python/comments/4jwv40/creating_board_games_from_python/
reddit
Creating board games from python • /r/Python
Hello, For a recent project I was assigned in school, I have been tasked with building a game board online. The problem is we only have 1 week to...
ESP8266 Solar Powered Temp/Humidity Sensor - Help with data transmission please (web sockets?).: https://www.reddit.com/r/Python/comments/4jx0jd/esp8266_solar_powered_temphumidity_sensor_help/
reddit
ESP8266 Solar Powered Temp/Humidity Sensor - Help with... • /r/Python
1 points and 0 comments so far on reddit
how to run the code that has PIP packages outside of Pycharm?: https://www.reddit.com/r/Python/comments/4jx5z8/how_to_run_the_code_that_has_pip_packages_outside/
reddit
how to run the code that has PIP packages outside of... • /r/Python
i'm new to python and pycharm. I wrote a small code that has packages like PyAutoGUI, Pillow . This code works fine inside pycharm, but if i run...
Anaconda and multiple Python installations: https://www.reddit.com/r/Python/comments/4jx920/anaconda_and_multiple_python_installations/
reddit
Anaconda and multiple Python installations • /r/Python
I have installed both Python and Anaconda on my computer. If I open up a Python script that uses numpy with the default Python editor (IDLE), then...
A Practical Guide to Building Data Driven Products Beyond Analysts' Laptops: https://www.reddit.com/r/Python/comments/4jxbgm/a_practical_guide_to_building_data_driven/
reddit
A Practical Guide to Building Data Driven Products... • /r/Python
1 points and 0 comments so far on reddit
BeagleBone Black OpenCV Python is too slow: http://stackoverflow.com/questions/37169517/beaglebone-black-opencv-python-is-too-slow
Stackoverflow
BeagleBone Black OpenCV Python is too slow
I try to get images from webcam wtih opencv and python. Code is so basic like:
import cv2
import time
cap=cv2.VideoCapture(0)
cap.set(cv2.cv.CV_CAP_PROP_FRAME_WIDTH,640)
import cv2
import time
cap=cv2.VideoCapture(0)
cap.set(cv2.cv.CV_CAP_PROP_FRAME_WIDTH,640)
How to use Parallel Python to roll your own Beowulf Cluster: https://www.reddit.com/r/Python/comments/4jxsjc/how_to_use_parallel_python_to_roll_your_own/
reddit
How to use Parallel Python to roll your own Beowulf... • /r/Python
4 points and 2 comments so far on reddit
Data Science Assistant - tool that automatically creates and optimizes machine learning pipelines using genetic programming: https://www.reddit.com/r/Python/comments/4jxyfb/data_science_assistant_tool_that_automatically/
reddit
Data Science Assistant - tool that automatically... • /r/Python
2 points and 0 comments so far on reddit
Building Database Driven RESTFUL API's in Python 3 with Flask and Flask-RESTFUL: https://www.reddit.com/r/Python/comments/4jxgvc/building_database_driven_restful_apis_in_python_3/
reddit
Building Database Driven RESTFUL API's in Python 3... • /r/Python
2 points and 0 comments so far on reddit
Is it possible to pop two stack frames with one return statement?: https://www.reddit.com/r/Python/comments/4jy891/is_it_possible_to_pop_two_stack_frames_with_one/
reddit
Is it possible to pop two stack frames with one return... • /r/Python
I asked this on...
Created a web-crawler for my university's canteen's menu - Hope for a lot constructive criticism and feedback: https://www.reddit.com/r/Python/comments/4jygbg/created_a_webcrawler_for_my_universitys_canteens/
reddit
Created a web-crawler for my university's canteen's... • /r/Python
2 points and 1 comments so far on reddit
Multiprocessing problem: How I can run a function in parallel without expecting result and after the main program exits, he continues running?: https://www.reddit.com/r/Python/comments/4jyfma/multiprocessing_problem_how_i_can_run_a_function/
reddit
Multiprocessing problem: How I can run a function in... • /r/Python
Well, I was writing a little script for back-end to my conky configurations and one of this is a `Rss Feed` parser, whose get a set of titles/urls...
How can I make myself like catnip for employers?: https://www.reddit.com/r/Python/comments/4jzkwg/how_can_i_make_myself_like_catnip_for_employers/
reddit
How can I make myself like catnip for employers? • /r/Python
I am trying to get my foot in the door for a career in programming. I have a bachelors, but not in cs/IT. I was recently told by a recruiter that...
Having Trouble Installing Pygame: https://www.reddit.com/r/Python/comments/4k06r7/having_trouble_installing_pygame/
reddit
Having Trouble Installing Pygame • /r/Python
I've run the installer many times. I've used the remove option, the reinstall option, repair option and none are working. I have been trying to...