Python microcontroller questions - analog audio in/out?: https://www.reddit.com/r/Python/comments/4u313w/python_microcontroller_questions_analog_audio/
reddit
Python microcontroller questions - analog audio in/out? • /r/Python
Hi all, I'm extremely new to Python and looking to start practicing on things - mainly, I want to get some microcontrollers and start playing...
Argument and Parameter Name: https://www.reddit.com/r/Python/comments/4u31su/argument_and_parameter_name/
reddit
Argument and Parameter Name • /r/Python
Just a quick question guys, when it comes to the name for argument and parameter, is it good practice to have the same name or should I name them...
Is it wrong to bypass errors using the try and except method?: https://www.reddit.com/r/Python/comments/4u32lc/is_it_wrong_to_bypass_errors_using_the_try_and/
reddit
Is it wrong to bypass errors using the try and except... • /r/Python
I always find myself getting an error, so I just add: try: ... except: pass And that just feels wrong.
How to fix the credentials error with PyWinRM: https://www.reddit.com/r/Python/comments/4u3emz/how_to_fix_the_credentials_error_with_pywinrm/
reddit
How to fix the credentials error with PyWinRM
Hi Everyone, I'm trying to use the PyWinRM module to interact with the WinRM service on my windows machine and I keep getting the following...
Zipline: using pandas-datareader to feed in Google Finance dataframe for non-US based financial markets: http://stackoverflow.com/questions/38466000/zipline-using-pandas-datareader-to-feed-in-google-finance-dataframe-for-non-us
Stackoverflow
Zipline: using pandas-datareader to feed in Google Finance dataframe for non-US based financial markets
I'm based in South Africa and I'm trying to load South African shares into a dataframe so that it will feed zipline with share price information. Let's say I'm looking at AdCorp Holdings Limited as
EasyEuler - A command line tool for Project Euler: https://www.reddit.com/r/Python/comments/4u3t6z/easyeuler_a_command_line_tool_for_project_euler/
reddit
EasyEuler - A command line tool for Project Euler • /r/Python
1 points and 0 comments so far on reddit
GitHub - Jwink3101/PBrsync: Python wrapper for Bi-Directional rsync and file management: https://www.reddit.com/r/Python/comments/4u3v9f/github_jwink3101pbrsync_python_wrapper_for/
reddit
GitHub - Jwink3101/PBrsync: Python wrapper for... • /r/Python
1 points and 1 comments so far on reddit
I built a slackbot in Python to help me find an apartment in SF: https://www.reddit.com/r/Python/comments/4u3zlo/i_built_a_slackbot_in_python_to_help_me_find_an/
reddit
I built a slackbot in Python to help me find an... • /r/Python
3 points and 0 comments so far on reddit
Omega2 - $5 IoT computer, built in WiFi, distributed with Python: https://www.reddit.com/r/Python/comments/4u47nx/omega2_5_iot_computer_built_in_wifi_distributed/
reddit
Omega2 - $5 IoT computer, built in WiFi, distributed... • /r/Python
0 points and 0 comments so far on reddit
I'm writing a job scraping program with BeautifulSoup and need critiquing: https://www.reddit.com/r/Python/comments/4u4cdo/im_writing_a_job_scraping_program_with/
reddit
I'm writing a job scraping program with BeautifulSoup... • /r/Python
1 points and 0 comments so far on reddit
Quantifying Sufjan Stevens with the Genius API and NLTK: https://www.reddit.com/r/Python/comments/4u4e20/quantifying_sufjan_stevens_with_the_genius_api/
reddit
Quantifying Sufjan Stevens with the Genius API and NLTK • /r/Python
1 points and 0 comments so far on reddit
Hi r/python, we just released this free simple injection container that helps us to write tests at delve labs: https://www.reddit.com/r/Python/comments/4u4jj8/hi_rpython_we_just_released_this_free_simple/
reddit
Hi r/python, we just released this free simple... • /r/Python
0 points and 0 comments so far on reddit
I'm A 16-Year-Old trying to help people get started with Python/Flask web development: https://www.reddit.com/r/Python/comments/4u56xs/im_a_16yearold_trying_to_help_people_get_started/
reddit
I'm A 16-Year-Old trying to help people get started... • /r/Python
0 points and 0 comments so far on reddit
Passing session from template view to python requests api call: http://stackoverflow.com/questions/38442683/passing-session-from-template-view-to-python-requests-api-call
Stackoverflow
Passing session from template view to python requests api call
I want to make multiple internal REST API call from my Django TemplateView, using requests library. Now I want to pass the session too from template view to api call. What is the recommended way to...
How to properly implement caching • /r/learnpython: https://www.reddit.com/r/Python/comments/4u67z0/how_to_properly_implement_caching_rlearnpython/
reddit
How to properly implement caching • /r/learnpython • /r/Python
1 points and 0 comments so far on reddit
How to draw a basic shapes in Python?: https://www.reddit.com/r/Python/comments/4u6orp/how_to_draw_a_basic_shapes_in_python/
reddit
How to draw a basic shapes in Python? • /r/Python
Hello I want to create a basic art application in Python. I need to know how to draw shapes like squares, triangles and circles etc that can be...