Journeyman Python Programmer - alpha readers subscription list: https://www.reddit.com/r/Python/comments/4gt1tw/journeyman_python_programmer_alpha_readers/
reddit
Journeyman Python Programmer - alpha readers... • /r/Python
Hi, I'm working on a book, titled as above - the core focus of the book is on the concepts and knowledge that's needed (in my opinion) to move...
Is there a asyncio based client to access MySQL/MariaDB?: https://www.reddit.com/r/Python/comments/4gt6nc/is_there_a_asyncio_based_client_to_access/
reddit
Is there a asyncio based client to access MySQL/MariaDB? • /r/Python
is there a library similar to [aiopg](http://aiopg.readthedocs.io/en/stable/) for MySQL in Python 3? or is someone interested in building one?
Sputnik.ci now supports automated code reviews of Python: https://www.reddit.com/r/Python/comments/4gt81j/sputnikci_now_supports_automated_code_reviews_of/
sputnik.ci
Sputnik checks quality of contributions to your project saving your time.It runs Checkstyle, PMD, FindBugs, Scalastyle, CodeNarc, JSLint for you.
Switching from Wordpress to Flask - worth it?: https://www.reddit.com/r/Python/comments/4gtg5r/switching_from_wordpress_to_flask_worth_it/
reddit
Switching from Wordpress to Flask - worth it?
Some autobiography: I am very good at Python and I have built one or two basic web apps with Flask and Postgres on Heroku. I do manage a...
ImportPython Issue 70 is out. Best Practices Django models, select module, computational geometry in python, Analyze Chrome’s Browsing History and more: https://www.reddit.com/r/Python/comments/4gtm88/importpython_issue_70_is_out_best_practices/
reddit
ImportPython Issue 70 is out. Best Practices Django... • /r/Python
1 points and 0 comments so far on reddit
PyQt5 now installable on Linux with pip (Python 3.5): https://www.reddit.com/r/Python/comments/4gu1b3/pyqt5_now_installable_on_linux_with_pip_python_35/
reddit
PyQt5 now installable on Linux with pip (Python 3.5) • /r/Python
1 points and 1 comments so far on reddit
pycortex: python-based toolkit for surface visualization in fMRI data: https://www.reddit.com/r/Python/comments/4gucr7/pycortex_pythonbased_toolkit_for_surface/
reddit
pycortex: python-based toolkit for surface... • /r/Python
2 points and 1 comments so far on reddit
Anyone use amazon AWS (free)? I want to setup a server to continue learning python/test. A bit overwhelmed.: https://www.reddit.com/r/Python/comments/4gudbq/anyone_use_amazon_aws_free_i_want_to_setup_a/
reddit
Anyone use amazon AWS (free)? I want to setup a server... • /r/Python
I see that the free tier for 12 months has codebase to check in. I would rather just setup a *nix or windows server then setup some type of GIT...
Python Weekly - Issue 241: http://us2.campaign-archive.com/?u=e2e180baf855ac797ef407fc7
Question: Procedurally Sharing/Generating Data: https://www.reddit.com/r/Python/comments/4gukix/question_procedurally_sharinggenerating_data/
reddit
Question: Procedurally Sharing/Generating Data • /r/Python
I am writing my first, real, Python application. I'm teaching myself Python, and, would appreciate the advice. In short, two indiependent...
Episode 54 - Pip and the Python Package Authority with Donald Stufft: https://www.reddit.com/r/Python/comments/4gufco/episode_54_pip_and_the_python_package_authority/
reddit
Episode 54 - Pip and the Python Package Authority with... • /r/Python
2 points and 0 comments so far on reddit
Lowercasing script in Python vs Perl: http://stackoverflow.com/questions/36840612/lowercasing-script-in-python-vs-perl
Stackoverflow
Lowercasing script in Python vs Perl
In Perl, to lowercase a textfile, I could do the following lowercase.perl:
#!/usr/bin/env perl
use warnings;
use strict;
binmode(STDIN, ":utf8");
binmode(STDOUT, ":utf8");
while() ...
#!/usr/bin/env perl
use warnings;
use strict;
binmode(STDIN, ":utf8");
binmode(STDOUT, ":utf8");
while() ...
Made this for my 8yo cousin (and /r/unitale) and wanted to post here for any feedback (particularly in security). It creates a mod for the game Unitale without having to learn Lua. Github link at the top.: https://www.reddit.com/r/Python/comments/4guwq8/made_this_for_my_8yo_cousin_and_runitale_and/
reddit
Made this for my 8yo cousin (and /r/unitale) and... • /r/Python
2 points and 0 comments so far on reddit
(Troubleshooting) Opencv 3.0 with python3.5 on Windows 10: https://www.reddit.com/r/Python/comments/4gv29u/troubleshooting_opencv_30_with_python35_on/
reddit
(Troubleshooting) Opencv 3.0 with python3.5 on Windows 10 • /r/Python
Hey all. So, for the past 2 days, I've been trying to use openCV3.0 with python 3.5. For whatever reason, when I try importing, I get an error....
Pypy works, but well, not really!: https://www.reddit.com/r/Python/comments/4gv2lt/pypy_works_but_well_not_really/
reddit
Pypy works, but well, not really! • /r/Python
If I understood well, Pypy is perfect. Except that it does not work with pandas, needs special installing for numpy and is not compatible with a...
Tip for conda users: Try running "conda clean -tp" (t = tarballs, p = unused packages). It cleaned out over 1 GB of disk space for me.: https://www.reddit.com/r/Python/comments/4gv5z8/tip_for_conda_users_try_running_conda_clean_tp_t/
reddit
Tip for conda users: Try running "conda clean -tp" (t... • /r/Python
1 points and 1 comments so far on reddit
Does uWSGI start all processes at boot time?: http://stackoverflow.com/questions/36869199/does-uwsgi-start-all-processes-at-boot-time
Stackoverflow
Does uWSGI start all processes at boot time?
I have several apps running on uWSGI. Most of them grow in memory usage over time. I've always attributed this to a memory leak that I hadn't tracked down. But lately I've noticed that the growth is