Moving Python from Local Machine to Azure.: https://www.reddit.com/r/Python/comments/56se13/moving_python_from_local_machine_to_azure/
reddit
Moving Python from Local Machine to Azure. • /r/Python
I’ll try and keep it short! So I have a colleague that is running a python script that is doing calculations to his Excel spreadsheet connected...
Looking for help with DevPi/any PyPI server distros: https://www.reddit.com/r/Python/comments/56sn7x/looking_for_help_with_devpiany_pypi_server_distros/
reddit
Looking for help with DevPi/any PyPI server distros • /r/Python
Hey guys, I've been trying a bunch of different methods to host a private PyPI repo with little success in terms of getting exactly what I want....
A module with a nice "visual" arrow-syntax for easely handling continuations in Python.: https://www.reddit.com/r/Python/comments/56t889/a_module_with_a_nice_visual_arrowsyntax_for/
reddit
A module with a nice "visual" arrow-syntax for easely... • /r/Python
0 points and 0 comments so far on reddit
Learning source for writing bots with python: https://www.reddit.com/r/Python/comments/56tkvz/learning_source_for_writing_bots_with_python/
reddit
Learning source for writing bots with python • /r/Python
Anybody knows a good book for writing bots in python? Honestly, I enjoy books more than online materials.
What are considerations to take into account for a python web app that takes an input file and returns an output file to the user.: https://www.reddit.com/r/Python/comments/56thto/what_are_considerations_to_take_into_account_for/
reddit
What are considerations to take into account for a... • /r/Python
I made a little tool with Python and I would like to turn it into a little web app. It would be something like this: 1 - User selects a flat file,...
Performing Asynchronous background Tasks on Linux with Python 3, Flask and Celery: https://www.reddit.com/r/Python/comments/56txan/performing_asynchronous_background_tasks_on_linux/
reddit
Performing Asynchronous background Tasks on Linux with... • /r/Python
1 points and 0 comments so far on reddit
Using asyncio to create a turn-based game: https://www.reddit.com/r/Python/comments/56u6eh/using_asyncio_to_create_a_turnbased_game/
reddit
Using asyncio to create a turn-based game • /r/Python
A turn-based game is one where players take alternate turns in playing. I've been mulling over the use of asyncio to implement the game. However,...
Same attribute for 4 different classes (Python): https://www.reddit.com/r/Python/comments/56uata/same_attribute_for_4_different_classes_python/
reddit
Same attribute for 4 different classes (Python) • /r/Python
I have a problem for a script in a 3D GIS software (Infraworks). I need to say to a 3D model to have the same random value for 4 different...
ESPN Fantasy Football API wrapper for Python 3 (x-post r/fantasyfootball): https://www.reddit.com/r/Python/comments/56uziz/espn_fantasy_football_api_wrapper_for_python_3/
reddit
ESPN Fantasy Football API wrapper for Python 3 (x-post... • /r/Python
Hey guys! I just completed my first [Python package](https://github.com/rbarton65/espnff) and I wanted to see if I could get some feedback. This...
How would you build a subscribe/(eventually push) module?: https://www.reddit.com/r/Python/comments/56vg9u/how_would_you_build_a_subscribeeventually_push/
reddit
How would you build a subscribe/(eventually push) module? • /r/Python
I want to handle subscriptions for event changes from client servers, and if an object changes, I want to send a POST request to a URI that they...
[OSX] dependency isolation for your current project: https://www.reddit.com/r/Python/comments/56vqr6/osx_dependency_isolation_for_your_current_project/
reddit
[OSX] dependency isolation for your current project • /r/Python
1 points and 1 comments so far on reddit