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
What should I ask to hire a good python developer?: https://www.reddit.com/r/Python/comments/4gvoie/what_should_i_ask_to_hire_a_good_python_developer/
reddit
What should I ask to hire a good python developer? • /r/Python
Hey r/Python! I need some advice. I founded a SAAS startup that is doing pretty well. When I was looking to build out my software I found a...
Using Turtle within Tkinter GUI: https://www.reddit.com/r/Python/comments/4gvvv0/using_turtle_within_tkinter_gui/
reddit
Using Turtle within Tkinter GUI • /r/Python
Hello, I am currently working on a final project for my college Python course. My project is a Tic-Tac-Toe game using tkinter GUI, that will...
Python lxml. doesn't return all the elements selected through xpath.: https://www.reddit.com/r/Python/comments/4gw13t/python_lxml_doesnt_return_all_the_elements/
reddit
Python lxml. doesn't return all the elements selected... • /r/Python
http://stackoverflow.com/questions/36924654/python3-scraper-doesnt-parse-the-xpath-till-the-end?noredirect=1#comment61410746_36924654
Having trouble accessing Sql server: https://www.reddit.com/r/Python/comments/4gwf82/having_trouble_accessing_sql_server/
reddit
Having trouble accessing Sql server • /r/Python
Hey guys. I've read quite a few tutorials on this but I still can't seem to get my program working. I'm brand new to python but experienced in...
Can somebody explain to a total noob why this reverses a string?: https://www.reddit.com/r/Python/comments/4gwg9h/can_somebody_explain_to_a_total_noob_why_this/
reddit
Can somebody explain to a total noob why this reverses... • /r/Python
Example: a = "i am a cool guy"[::-1] print (a) turns into: yug looc a ma i What exactly does this line do and what is it usually used for? [::-1]
I have a 2.5gb CSV file filled with only URLs, what's the easiest way to query it?: https://www.reddit.com/r/Python/comments/4gwpka/i_have_a_25gb_csv_file_filled_with_only_urls/
reddit
I have a 2.5gb CSV file filled with only URLs, what's... • /r/Python
I've been trying to load it into Pandas and it's hanging. I've also tried using Dask, but it's erroring out. I think it may have to do with the...
Cannot for the life of me figure out how to run Robinhood CSV python script: https://www.reddit.com/r/Python/comments/4gwudl/cannot_for_the_life_of_me_figure_out_how_to_run/
reddit
Cannot for the life of me figure out how to run... • /r/Python
I must be slow but I can't make sense of Python. Just getting syntax errors, an error saying No module names requests. Will somebody please help...