cursed: simplified curses API with concurrency and menus: https://www.reddit.com/r/Python/comments/4llppb/cursed_simplified_curses_api_with_concurrency_and/
reddit
cursed: simplified curses API with concurrency and menus • /r/Python
1 points and 1 comments so far on reddit
I wrote a small program to help people find American names that sound similar to their original ethnic names: https://www.reddit.com/r/Python/comments/4llsxa/i_wrote_a_small_program_to_help_people_find/
reddit
I wrote a small program to help people find American... • /r/Python
1 points and 1 comments so far on reddit
Q: Hosting for python scripts?: https://www.reddit.com/r/Python/comments/4lm0qt/q_hosting_for_python_scripts/
reddit
Q: Hosting for python scripts? • /r/Python
Apologies if this is not suitable for this subreddit. I'm looking to host a bunch of python scripts (irc bot, feed subscriptions, etc) cheaply...
Script For Moving Files Based On Their Extension (GUI): https://www.reddit.com/r/Python/comments/4lmfzf/script_for_moving_files_based_on_their_extension/
reddit
Script For Moving Files Based On Their Extension (GUI) • /r/Python
1 points and 0 comments so far on reddit
Bypass Flask's SERVER_NAME for a single route: http://stackoverflow.com/questions/37473272/bypass-flasks-server-name-for-a-single-route
Stackoverflow
Bypass Flask's SERVER_NAME for a single route
I'm working on a Flask application with many routes under different subdomains. It uses the SERVER_NAME setting and sets subdomains on different blueprints to do initial routing based on the subdom...
A command line interface for reading top developer blogs, written in Python: https://www.reddit.com/r/Python/comments/4lminn/a_command_line_interface_for_reading_top/
reddit
A command line interface for reading top developer... • /r/Python
1 points and 0 comments so far on reddit
I made an emotional twitter bot!: https://www.reddit.com/r/Python/comments/4lmnrb/i_made_an_emotional_twitter_bot/
reddit
I made an emotional twitter bot! • /r/Python
I've been teaching myself Python for a few months now and along with a friend, I made a [twitter bot](https://twitter.com/mercurialbot) that...
Do you memorize imports or use an auto-importer?: https://www.reddit.com/r/Python/comments/4lmu6t/do_you_memorize_imports_or_use_an_autoimporter/
reddit
Do you memorize imports or use an auto-importer? • /r/Python
Back when I use to program Java I would never have to memorize the imports (even know I sort of did over time). All I would have to do was hit...
Multiple Jupyter notebook link to the same kernel: https://www.reddit.com/r/Python/comments/4ln2m5/multiple_jupyter_notebook_link_to_the_same_kernel/
reddit
Multiple Jupyter notebook link to the same kernel • /r/Python
I was wondering if you can make multiple Jupyter (iPython) notebook link to one kernel. My purpose is to pass dataframe from one notebook to...
A simple Python script that outputs randomly-picked elements from a given input list.: https://www.reddit.com/r/Python/comments/4lnm6i/a_simple_python_script_that_outputs/
reddit
A simple Python script that outputs randomly-picked... • /r/Python
1 points and 0 comments so far on reddit
How do you find distribution and parameters for real data? (Python 3): http://stackoverflow.com/questions/37487830/how-do-you-find-distribution-and-parameters-for-real-data-python-3
Stackoverflow
How do you find distribution and parameters for real data? (Python 3)
I have a dataset from sklearn and I plotted the distribution of vectorized data.
Using Python 3, How can I get the distribution-type and parameters of the distribution this most closely resembles...
Using Python 3, How can I get the distribution-type and parameters of the distribution this most closely resembles...
Can I Create Email Addresses Via an API?: https://www.reddit.com/r/Python/comments/4lnpx6/can_i_create_email_addresses_via_an_api/
reddit
Can I Create Email Addresses Via an API? • /r/Python
My guess is that the answer is no, but I figure it's worth a shot. I get irrationally angry when someone in my building orders delivery from...
pydrive download doc as html: http://stackoverflow.com/questions/37483268/pydrive-download-doc-as-html
Stackoverflow
pydrive download doc as html
I'm trying to download this a doc into python. here is my code. I don't see anything in the documentation on how to download a doc as html. But here is my code so far from the examples. I'm not sur...
How fast is pysdl2 compared to using the sdl2 library with c ?: https://www.reddit.com/r/Python/comments/4lo4by/how_fast_is_pysdl2_compared_to_using_the_sdl2/
reddit
r/Python - How fast is pysdl2 compared to using the sdl2 library with c++?
0 votes and 9 comments so far on Reddit
Python Dev has his baby taken by the French government: https://rendeznousnotrebebe.wordpress.com/english/
Rendez-nous notre bébé!
Give us our baby back!
French version We’re a family like any other. In our thirties, married, living in Paris, with a sweet 6 months-old baby named David. My wife is a speech therapist. I am a researcher in neuroi…
pip freeze: show only packages installed via pip: http://stackoverflow.com/questions/37461798/pip-freeze-show-only-packages-installed-via-pip
Stackoverflow
pip freeze: show only packages installed via pip
I want to know which python packages are installed via pip and which are installed via rpm.
I run outside any virtualenv, and want to know if there are some packages installed via pip.
Backgroun...
I run outside any virtualenv, and want to know if there are some packages installed via pip.
Backgroun...