aaline v. line in pygame on OS X - colour corruption (X-POST /r/pygame): https://www.reddit.com/r/Python/comments/54qhz2/aaline_v_line_in_pygame_on_os_x_colour_corruption/
reddit
aaline v. line in pygame on OS X - colour corruption... • /r/Python
I'm using python 2.7.11 on OS X running pygame 1.9.2b6. Rending lines with pygame.draw.line works fine and as expected. However, running aaline...
I want to make a ML program which takes text as input, interprets it, then performs an action. What is the best ML library to use?: https://www.reddit.com/r/Python/comments/54qvd9/i_want_to_make_a_ml_program_which_takes_text_as/
reddit
I want to make a ML program which takes text as input,... • /r/Python
And are there any great tutorials you recommend for this?
You can use `whereami` to predict where you are indoors: https://www.reddit.com/r/Python/comments/54qto9/you_can_use_whereami_to_predict_where_you_are/
reddit
You can use `whereami` to predict where you are indoors • /r/Python
I [already posted about whereami](https://www.reddit.com/r/Python/comments/53igp4/predict_where_you_are_indoors_wifi_signal_machine/), and...
Advice on Live/Updating Matplotlib Plots while Running Another Function: https://www.reddit.com/r/Python/comments/54rae5/advice_on_liveupdating_matplotlib_plots_while/
reddit
Advice on Live/Updating Matplotlib Plots while Running... • /r/Python
I am working on a personal project where I stream [stock] market data and apply it to a strategy to see if it matches the criteria to buy shares....
Show HN: An Open Retro RPG Game Maker in Python: https://github.com/ericoporto/fgmk
GitHub
GitHub - ericoporto/fgmk: Retro RPG Game Maker
Retro RPG Game Maker. Contribute to ericoporto/fgmk development by creating an account on GitHub.
Excluding functions in Nuitka: https://www.reddit.com/r/Python/comments/54rl7d/excluding_functions_in_nuitka/
reddit
Excluding functions in Nuitka • /r/Python
If anyone uses Nuitka: I have a function that does some one-time calculations using a large library (e.g., scipy). The only import/use of scipy...
python replace single backslash with double backslash: http://stackoverflow.com/questions/17327202/python-replace-single-backslash-with-double-backslash
Stack Overflow
python replace single backslash with double backslash
In python, I am trying to replace a single backslash ("\") with a double backslash("\"). I have the following code:
directory = string.replace("C:\Users\Josh\Desktop\20130216", "\", "\\")
However...
directory = string.replace("C:\Users\Josh\Desktop\20130216", "\", "\\")
However...
Church - is a library to generate fake data. It's very useful if you need to bootstrap your database.: https://www.reddit.com/r/Python/comments/54s2lx/church_is_a_library_to_generate_fake_data_its/
reddit
Church - is a library to generate fake data. It's very... • /r/Python
4 points and 0 comments so far on reddit
Executable made with pyInstaller/UPX experiences QtCore4.dll error: http://stackoverflow.com/questions/39647658/executable-made-with-pyinstaller-upx-experiences-qtcore4-dll-error
Stackoverflow
Executable made with pyInstaller/UPX experiences QtCore4.dll error
A python program, which I compiled with pyInstaller, turned out to be over 400 MB. The program's GUI is based on htmlPY, which is "a wrapper around PySide's QtWebKit library." The large size of the
Guide to using begins — begins 0.9 documentation: https://www.reddit.com/r/Python/comments/54seii/guide_to_using_begins_begins_09_documentation/
reddit
Guide to using begins — begins 0.9 documentation • /r/Python
1 points and 1 comments so far on reddit
Safe to convert .xlsx to .txt/.csv and back to .xlsx for Python manipulation?: https://www.reddit.com/r/Python/comments/54sq7b/safe_to_convert_xlsx_to_txtcsv_and_back_to_xlsx/
reddit
Safe to convert .xlsx to .txt/.csv and back to .xlsx... • /r/Python
I've been using Python at work for data analysis that I can't easily do with stock Excel (well, without having to learn and use VBA). I've used...
Microsoft Re-Wrote Azure CLI (previously Node.js) in Python: https://github.com/Azure/azure-cli
GitHub
GitHub - Azure/azure-cli: Azure Command-Line Interface
Azure Command-Line Interface. Contribute to Azure/azure-cli development by creating an account on GitHub.
Church - is a library to generate fake data. It's very useful if you need to bootstrap your database.: https://www.reddit.com/r/Python/comments/54sw2l/church_is_a_library_to_generate_fake_data_its/
reddit
Church - is a library to generate fake data. It's very... • /r/Python
2 points and 3 comments so far on reddit
Are there any useful libraries for wrapping API calls?: https://www.reddit.com/r/Python/comments/54tcop/are_there_any_useful_libraries_for_wrapping_api/
reddit
Are there any useful libraries for wrapping API calls? • /r/Python
I have to make thousands of requests against APIs all the time, something which I'm sure is a rather common phenomenon. I'm curious whether or...