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...
Doubling Performance in Swift with No Code Changes: https://www.reddit.com/r/Python/comments/4gwvhg/doubling_performance_in_swift_with_no_code_changes/
reddit
Doubling Performance in Swift with No Code Changes • /r/Python
1 points and 0 comments so far on reddit
Hello i need help with a code i have something very small wrong and i have no idea how to pinpoint it: https://www.reddit.com/r/Python/comments/4gx78u/hello_i_need_help_with_a_code_i_have_something/
reddit
Hello i need help with a code i have something very... • /r/Python
Here is the code http://pastebin.com/ZfH1w7Mc the error im having is that when i run it with (1,10) it should give me 0.84147 but is instead...
(Not homework) Access memory sectors in external HDD. I want to read in, sector by sector, the hex values inside the HDD. Is this possible?: https://www.reddit.com/r/Python/comments/4gxg9g/not_homework_access_memory_sectors_in_external/
reddit
(Not homework) Access memory sectors in external HDD.... • /r/Python
1 points and 0 comments so far on reddit
Trouble understanding assignment in python.: https://www.reddit.com/r/Python/comments/4gxqhd/trouble_understanding_assignment_in_python/
reddit
Trouble understanding assignment in python. • /r/Python
My first language was C, so I am having trouble understanding assignment in python. It seems to me that for some datatypes assignment creates a...
Barebones Faceswap: Find a face, and swap it - all 15 lines of code in the comments: https://www.reddit.com/r/Python/comments/4gxxuy/barebones_faceswap_find_a_face_and_swap_it_all_15/
reddit
Barebones Faceswap: Find a face, and swap it - all 15... • /r/Python
1 points and 1 comments so far on reddit
May have accidentally Apple's python... how do I confirm if this really happened?: https://www.reddit.com/r/Python/comments/4gy7ri/may_have_accidentally_apples_python_how_do_i/
reddit
May have accidentally Apple's python... how do I... • /r/Python
Was having trouble using pip in install Google's Tensorflow, and messed around with the Python environment too much. How do I check to make sure?
Anyone using dabeaz's "curio"? If so, how is it going?: https://www.reddit.com/r/Python/comments/4gyef0/anyone_using_dabeazs_curio_if_so_how_is_it_going/
reddit
Anyone using dabeaz's "curio"? If so, how is it going? • /r/Python
I know it's still experimental. I've been playing round with it over the last week or so, and kind of like what I see. I have a specific use case...