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...
Two part series tutorial on how to create our own python module: https://www.reddit.com/r/Python/comments/4u74p1/two_part_series_tutorial_on_how_to_create_our_own/
reddit
Two part series tutorial on how to create our own... • /r/Python
1 points and 0 comments so far on reddit
My package implements customizable docstring-inheritance styles. Enjoy!: https://www.reddit.com/r/Python/comments/4u8j6l/my_package_implements_customizable/
reddit
My package implements customizable... • /r/Python
1 points and 0 comments so far on reddit
Ciri: An Xkcd Comic Downloader: https://www.reddit.com/r/Python/comments/4u9jas/ciri_an_xkcd_comic_downloader/
reddit
Ciri: An Xkcd Comic Downloader • /r/Python
Ciri is a python script which downloads xkcd comics. I took the liberty of downloading all the comics and uploading them on a third party server,...
How to connect HBase and Spark using Python?: http://stackoverflow.com/questions/38470114/how-to-connect-hbase-and-spark-using-python
Stack Overflow
How to connect HBase and Spark using Python?
I have an embarrassingly parallel task for which I use Spark to distribute the computations. These computations are in Python, and I use PySpark to read and preprocess the data. The input data to m...