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...
Is there a way to modify web interface values using Python?: https://www.reddit.com/r/Python/comments/54tnvo/is_there_a_way_to_modify_web_interface_values/
reddit
Is there a way to modify web interface values using... • /r/Python
A little background, I'm looking at trying to automate some behaviour of a piece of streaming hardware called a Barix Exstreamer. Now, it has a...
I am learning Python on Code Academy: Quick question?: https://www.reddit.com/r/Python/comments/54u0rz/i_am_learning_python_on_code_academy_quick/
reddit
I am learning Python on Code Academy: Quick question? • /r/Python
Is this the best play to start? I didn't see what version of Python it is teaching me on. When I googled where best to start another thread from...
TypeError: object of type 'Nonetype': https://www.reddit.com/r/Python/comments/54u5j3/typeerror_object_of_type_nonetype/
reddit
TypeError: object of type 'Nonetype' • /r/Python
Hello. This is my 1st time posting on reddit. I'm getting a TypeError in my program and I'm not too sure why. I'll post a small snippet of the...