Python Weekly - Issue 272: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Help Needed for CS110 class involving lists: https://www.reddit.com/r/Python/comments/5fxd6i/help_needed_for_cs110_class_involving_lists/
reddit
Help Needed for CS110 class involving lists • /r/Python
The assignement is: 1. In the main program, get an input of a string of numbers separated by commas (e.g. - 1,2,3,4,5). Pass the string to the...
A simple keylogger for Linux (and Windows and Mac): https://www.reddit.com/r/Python/comments/5fxvrd/a_simple_keylogger_for_linux_and_windows_and_mac/
reddit
A simple keylogger for Linux (and Windows and Mac) • /r/Python
3 points and 0 comments so far on reddit
Online interpreter with *all* Python packages installed?: https://www.reddit.com/r/Python/comments/5fyh7w/online_interpreter_with_all_python_packages/
reddit
Online interpreter with *all* Python packages installed? • /r/Python
Hi all, Some time ago I saw a post where someone lined an online Python interpreter with all the packages installed. Does anyone have link to...
I made an API out of a python script I wrote that finds rhymes in music videos. It's called Rhymebase: https://www.reddit.com/r/Python/comments/5fzbf1/i_made_an_api_out_of_a_python_script_i_wrote_that/
reddit
I made an API out of a python script I wrote that... • /r/Python
Link: http://www.rhymebase.com Follow the link above to see the API in action. The video linked below is an example of what you can create with...
So I want to learn, where to start?: https://www.reddit.com/r/Python/comments/5fzzpa/so_i_want_to_learn_where_to_start/
reddit
So I want to learn, where to start? • /r/Python
So, finally decided to start learning to program, and everyone says Python is where to start. After a bit of searching on Python.com, I've...
Looking for some new Python tools: https://www.reddit.com/r/Python/comments/5g012k/looking_for_some_new_python_tools/
reddit
Looking for some new Python tools • /r/Python
Hey everyone, most my Python development within the last year has been API design in Tornado and I usually use VIM as a text editor and use the...
Cython no longer works on Ubuntu 16.04 (undefined symbols when running anything): https://www.reddit.com/r/Python/comments/5g01ur/cython_no_longer_works_on_ubuntu_1604_undefined/
reddit
Cython no longer works on Ubuntu 16.04 (undefined... • /r/Python
Cython no longer works appropriately on my Ubuntu laptop, this appears to be related to me installing either Clion or Pycharm (both professional...
Big Data Guide: How to Set Up PySpark with Jupyter painlessly on AWS EC2 clusters, with S3 I/O: https://www.reddit.com/r/Python/comments/5g0ws3/big_data_guide_how_to_set_up_pyspark_with_jupyter/
reddit
Big Data Guide: How to Set Up PySpark with Jupyter... • /r/Python
3 points and 0 comments so far on reddit
How do I capitalize the first letter of every word of an input, without using the title method?: https://www.reddit.com/r/Python/comments/5g1nv0/how_do_i_capitalize_the_first_letter_of_every/
reddit
How do I capitalize the first letter of every word of... • /r/Python
Im asking a user to input a team name, ex: New York Yankees. Im then comparing it to a list. Im supposed to be able to plan for the user...
Changing the Buffer size in multiprocessing.Queue: http://stackoverflow.com/questions/40871848/changing-the-buffer-size-in-multiprocessing-queue
Stackoverflow
Changing the Buffer size in multiprocessing.Queue
So I have a system with a producer and a consumer are connected by a queue of unlimited size, but if the consumer repeatedly calls get until the Empty exception is thrown it does not clear the queu...
Add usage help of command line tool to README.rst: http://stackoverflow.com/questions/40859607/add-usage-help-of-command-line-tool-to-readme-rst
Stackoverflow
Add usage help of command line tool to README.rst
I wrote a little command line tool, and want to add the "--help" usage message to the docs.
Since I am lazy, I would like to make the update procedure as simple as possible. Here is what I want to...
Since I am lazy, I would like to make the update procedure as simple as possible. Here is what I want to...