Should I use beautifulsoup, mechanize, or something else to input into a textarea, submit, and scrape the result?: https://www.reddit.com/r/Python/comments/5wxpam/should_i_use_beautifulsoup_mechanize_or_something/
reddit
Should I use beautifulsoup, mechanize, or something... • r/Python
The target page has one form with no id and four controls. one textarea, one select (for choosing a language, but the default is fine), one...
Help with Machine Learning reading in features extracted from live Audio and/or recordings: https://www.reddit.com/r/Python/comments/5wxnr2/help_with_machine_learning_reading_in_features/
reddit
Help with Machine Learning reading in features... • r/Python
Hi, Newbie to python but I have experience coding (mostly C#,++). I am attempting to code a real time audio analyzer that will extract...
Aiohttp, Curio, Gevent, Tornado and Twisted HTTP benchmarks on PyPy3, impressive speedups: https://www.reddit.com/r/Python/comments/5wxky2/aiohttp_curio_gevent_tornado_and_twisted_http/
Reddit
From the Python community on Reddit: Aiohttp, Curio, Gevent, Tornado and Twisted HTTP benchmarks on PyPy3, impressive speedups
Explore this post and more from the Python community
Settle something for us. Is this valid.: https://www.reddit.com/r/Python/comments/5wynoy/settle_something_for_us_is_this_valid/
reddit
Settle something for us. Is this valid. • r/Python
Settle a bet between a college and me. Is using a function inside a list comprehension like this valid. If so does it have a name? >>> a =...
Would creating something like bufferapp.com with Python be reasonable?: https://www.reddit.com/r/Python/comments/5wypqt/would_creating_something_like_bufferappcom_with/
reddit
Would creating something like bufferapp.com with Python... • r/Python
Recently began learning Python and building web apps. Was thinking of creating a social media scheduling tool. Would that have underlying...
Full Disclosure, Complete Noob Here: https://www.reddit.com/r/Python/comments/5wzdz6/full_disclosure_complete_noob_here/
reddit
Full Disclosure, Complete Noob Here • r/Python
Hey all-- I'm a finance guy by day and because of that (and many other reasons I've found) I am ready to begin learning Python. I want to...
Is there a way to programmatically combine Korean unicode into one?: http://stackoverflow.com/questions/42479575/is-there-a-way-to-programmatically-combine-korean-unicode-into-one
Stack Overflow
Is there a way to programmatically combine Korean unicode into one?
Using a Korean Input Method Editor (IME), it's possible to type 버리 + 어 and it will automatically become 버려.
Is there a way to programmatically do that in Python?
>>> x, y = '버리', '어'
&g...
Is there a way to programmatically do that in Python?
>>> x, y = '버리', '어'
&g...
If there was just one beginner to Python course on Udemy you would recommend - which would it be ?: https://www.reddit.com/r/Python/comments/5wzuyk/if_there_was_just_one_beginner_to_python_course/
reddit
If there was just one beginner to Python course on... • r/Python
Thanks in advance guys !
Python app that communicates to external DB over the web??: https://www.reddit.com/r/Python/comments/5x0htx/python_app_that_communicates_to_external_db_over/
reddit
Python app that communicates to external DB over the web?? • r/Python
Hello all and thanks for your time. I am making an app that runs on python/kivy. I am aiming to boost it's capability with the ability to save...
Need help with a python assignment.: https://www.reddit.com/r/Python/comments/5x0w2s/need_help_with_a_python_assignment/
reddit
Need help with a python assignment. • r/Python
(http://imgur.com/a/BjCq9) [Task] Just know the basics. Need to how to get started with this one. Any inputs or resources will be greatly...
Produce a composed image with different sized layers with transparency: http://stackoverflow.com/questions/42499680/produce-a-composed-image-with-different-sized-layers-with-transparency
Stackoverflow
Produce a composed image with different sized layers with transparency
I'm very new to Python and am exploring it's use to allow users to build custom images. The idea is that the client would select a few options and the image would be created on the server then