Which tools do you recommend for this kind of game editor?: https://www.reddit.com/r/Python/comments/80p1d0/which_tools_do_you_recommend_for_this_kind_of/
reddit
Which tools do you recommend for this kind of game editor? • r/Python
(I know I can use a spreadsheet but I have some features they don't have) In videogames often a stage will be represented using text, for example...
Humble Book Bundle: Code Your Own Games (partner): https://www.reddit.com/r/Python/comments/80pf6g/humble_book_bundle_code_your_own_games_partner/
reddit
Humble Book Bundle: Code Your Own Games (partner) • r/Python
8 points and 1 comments so far on reddit
ws4py.websocket: Closing connection from client long delay: https://stackoverflow.com/questions/48963841/ws4py-websocket-closing-connection-from-client-long-delay
Stackoverflow
ws4py.websocket: Closing connection from client long delay
I created a secure WebSocket server using the ws4py.websocket package.
A javascript client connects to this Websocket and sends some JSON messages to it.
Now when my JS client closes the connecti...
A javascript client connects to this Websocket and sends some JSON messages to it.
Now when my JS client closes the connecti...
Permission Denied? Chromebook 3, installing Anaconda on Linux: https://www.reddit.com/r/Python/comments/80pun7/permission_denied_chromebook_3_installing/
reddit
Permission Denied? Chromebook 3, installing Anaconda on... • r/Python
I've been trying to install Anaconda on my Chromebook 3 (following [this](https://wsvincent.com/install-python3-chromebook/) tutorial), but I keep...
Detailed example of Command Bus pattern in Python: https://www.reddit.com/r/Python/comments/80pqs3/detailed_example_of_command_bus_pattern_in_python/
reddit
Detailed example of Command Bus pattern in Python • r/Python
2 points and 0 comments so far on reddit
When is a != a true in a program (intro to threads) and it does not have to do with quantum cat situations.: https://www.reddit.com/r/Python/comments/80pmgw/when_is_a_a_true_in_a_program_intro_to_threads/
reddit
When is a != a true in a program (intro to threads) and... • r/Python
4 points and 1 comments so far on reddit
Heroku: deploying Deep Learning model: https://stackoverflow.com/questions/48840025/heroku-deploying-deep-learning-model
Stack Overflow
Heroku: deploying Deep Learning model
I have developed a rest API using Flask to expose a Python Keras Deep Learning model (CNN for text classification). I have a very simple script that loads the model into memory and outputs class
I got tired of waiting for pip to become good and made my own package manager/analyzer that includes `install -S`, `why` and `check`: https://www.reddit.com/r/Python/comments/80q5j2/i_got_tired_of_waiting_for_pip_to_become_good_and/
reddit
I got tired of waiting for pip to become good and made... • r/Python
7 points and 6 comments so far on reddit
Abusing Python exceptions to turn a recursive function iterative: https://gist.github.com/razimantv/1b33d4a090a5bc9ed94928012b37c3f0
Gist
stackify.ipynb
GitHub Gist: instantly share code, notes, and snippets.
Celery in the wild: tips and tricks to run async tasks in the real world – Vinta Software: https://www.reddit.com/r/Python/comments/80qvnr/celery_in_the_wild_tips_and_tricks_to_run_async/
reddit
Celery in the wild: tips and tricks to run async tasks... • r/Python
1 points and 0 comments so far on reddit
Neural network backprop not fully training: https://stackoverflow.com/questions/48970179/neural-network-backprop-not-fully-training
Stackoverflow
Neural network backprop not fully training
I have this neural network that I've trained seen bellow, it works, or at least appears to work, but the problem is with the training. I'm trying to train it to act as an OR gate, but it never seem...
Is it possible to pass an argument to a decorator given this code structure?: https://www.reddit.com/r/Python/comments/80q5l7/is_it_possible_to_pass_an_argument_to_a_decorator/
reddit
Is it possible to pass an argument to a decorator given... • r/Python
Let me know if this belongs in a different sub. The sidebar seems to suggest its OK to post here. I felt like I might get a better answer here...
Good place to read about AI and machine learning modules/packages/libraries?: https://www.reddit.com/r/Python/comments/80quxq/good_place_to_read_about_ai_and_machine_learning/
reddit
Good place to read about AI and machine learning... • r/Python
I've found a lot of big lists but haven't really seen anything where people are talking about active development and mx of specific modules. ...