Fast Python networking: Implementation of asyncio event loop on top of libuv: https://www.reddit.com/r/Python/comments/4i5ikn/fast_python_networking_implementation_of_asyncio/
reddit
Fast Python networking: Implementation of asyncio... • /r/Python
3 points and 0 comments so far on reddit
Crowdsourced comparison of Python IDEs with detailed pros and cons for each.: https://www.reddit.com/r/Python/comments/4i5i9m/crowdsourced_comparison_of_python_ides_with/
reddit
Crowdsourced comparison of Python IDEs with detailed... • /r/Python
5 points and 0 comments so far on reddit
Formatting a text file that already contains a table with rows columns: https://www.reddit.com/r/Python/comments/4i5tu6/formatting_a_text_file_that_already_contains_a/
reddit
Formatting a text file that already contains a table... • /r/Python
Hello Reddit community, from what I'm reading Python can be a handy tool to format text so I thought I would give it a try. In my text sample I...
Live plot using PyQtGraph is drawing even with the device disconnected: http://stackoverflow.com/questions/37028384/live-plot-using-pyqtgraph-is-drawing-even-with-the-device-disconnected
Stackoverflow
Live plot using PyQtGraph is drawing even with the device disconnected
I am using Pyserial and PyQtgraph to plot live data. The connection between the device that i am reading the data from (an arduino) and my pc works fine, i mean that i can read the data. The problem
Hey everyone! I made my first calculator in Python! What do you think?: https://www.reddit.com/r/Python/comments/4i69m0/hey_everyone_i_made_my_first_calculator_in_python/
reddit
Hey everyone! I made my first calculator in Python! What do you think?
Posted in r/Python by u/_AceLewis • 288 points and 105 comments
What are some "must watch" videos for python beginners to understand conceptually how python works?: https://www.reddit.com/r/Python/comments/4i6juf/what_are_some_must_watch_videos_for_python/
reddit
What are some "must watch" videos for python beginners... • /r/Python
0 points and 1 comments so far on reddit
Having trouble selling a large enterprise on Python vs. others: https://www.reddit.com/r/Python/comments/4i6rex/having_trouble_selling_a_large_enterprise_on/
reddit
Having trouble selling a large enterprise on Python... • /r/Python
When we purchase a large piece of expensive enterprise stats/data software like SAS it comes with contracts between us and the company we're...
Just did my first flask-sqlalchemy website. Tell me what you think :-): https://www.reddit.com/r/Python/comments/4i7444/just_did_my_first_flasksqlalchemy_website_tell_me/
reddit
Just did my first flask-sqlalchemy website. Tell me... • /r/Python
1 points and 3 comments so far on reddit
Cant find a good detailed resource on the functional details of python at the machine level.: https://www.reddit.com/r/Python/comments/4i7hs1/cant_find_a_good_detailed_resource_on_the/
reddit
Cant find a good detailed resource on the functional... • /r/Python
Hi, over some months I've gotten adept at writing python code, but I feel I still have some big gaps on understanding why things are done the way...
Should somebody who is new to python learn version 3.5 or 2.7?: https://www.reddit.com/r/Python/comments/4i7yo3/should_somebody_who_is_new_to_python_learn/
reddit
Should somebody who is new to python learn version 3.5... • /r/Python
0 points and 1 comments so far on reddit
Optimizing function computation in a pandas column?: http://stackoverflow.com/questions/36972113/optimizing-function-computation-in-a-pandas-column
Stackoverflow
Optimizing function computation in a pandas column?
Let's assume that I have the following pandas dataframe:
id |opinion
1 |Hi how are you?
...
n-1|Hello!
I would like to create a new pandas POS-tagged column like this:
id| opinion
id |opinion
1 |Hi how are you?
...
n-1|Hello!
I would like to create a new pandas POS-tagged column like this:
id| opinion
New to Software Development using Python - Suggestions on What are Powerful and User-Friendly Graphics Modules/Libraries/Engines?: https://www.reddit.com/r/Python/comments/4i8pgf/new_to_software_development_using_python/
reddit
New to Software Development using Python - Suggestions... • /r/Python
I am looking to create my own games and if someone could provide links, tips, etc. on how to start working with/find good graphics modules/engines...
What does your web stack look like?: https://www.reddit.com/r/Python/comments/4i8xtw/what_does_your_web_stack_look_like/
reddit
What does your web stack look like? • /r/Python
Just curious. I just started working with flask coming from using node , there were tons of options for every part of a web app. Database(no sql...
Downloading YouTube Vids - Can't get max resolution of YouTube videos with pytube: https://www.reddit.com/r/Python/comments/4i9i21/downloading_youtube_vids_cant_get_max_resolution/
reddit
Downloading YouTube Vids - Can't get max resolution of... • /r/Python
Hi all, Trying to write a script to download a few YT videos I appear in, a 'some day I'll show my grandchildren this video' kind of situation....
Beautiful code examples in Python: https://www.reddit.com/r/Python/comments/4i9i6g/beautiful_code_examples_in_python/
reddit
Beautiful code examples in Python • /r/Python
I always have learned by looking at other code. There is a kind of beauty in code that can at times be missing in Python, but it could also be...
How to split a string into subreddit name and search query, and then open a search URL based on these parameters?: https://www.reddit.com/r/Python/comments/4i9kb7/how_to_split_a_string_into_subreddit_name_and/
reddit
How to split a string into subreddit name and search... • /r/Python
My approach is to make the string into an array, treat the first element as the subreddit name(s)—and the rest as the search query—and open a...