How/where to store temp files and logs for a cloud app?: http://stackoverflow.com/questions/29656422/how-where-to-store-temp-files-and-logs-for-a-cloud-app
Stackoverflow
How/where to store temp files and logs for a cloud app?
I am working on a Python/MySQL cloud app with a fairly complex architecture. Operating this system (currently) generates temporary files (plain text, YAML) and log files and I had intended to store...
Hello, what does // mean in python?: https://www.reddit.com/r/Python/comments/538eul/hello_what_does_mean_in_python/
reddit
Hello, what does // mean in python? • /r/Python
Using Python to model and predict stock price movement. Feel free to use/modify :): https://www.reddit.com/r/Python/comments/538fid/using_python_to_model_and_predict_stock_price/
Reddit
From the Python community on Reddit: Using Python to model and predict stock price movement. Feel free to use/modify :)
Explore this post and more from the Python community
I made a simple command line text editor in Python: https://www.reddit.com/r/Python/comments/53913s/i_made_a_simple_command_line_text_editor_in_python/
reddit
I made a simple command line text editor in Python
https://github.com/whatHappenedToBrendanFraser/Python-Text-Editor/ I just started python and this is my first project in it. Feel free to fork if...
Install python package zipline on cloud 9 environment Support workspace python: http://stackoverflow.com/questions/39467287/install-python-package-zipline-on-cloud-9-environment-support-workspace-python
Stackoverflow
Install python package zipline on cloud 9 environment Support workspace python
I am trying to install python on the cloud 9 environment.
I simply did below, from the installation tutorial:
pip install zipline
However, I get:
Command python setup.py egg_info failed with e...
I simply did below, from the installation tutorial:
pip install zipline
However, I get:
Command python setup.py egg_info failed with e...
How to mimic pip's submodules with entry points?: https://www.reddit.com/r/Python/comments/539flk/how_to_mimic_pips_submodules_with_entry_points/
reddit
How to mimic pip's submodules with entry points? • /r/Python
Documentation on entry points is very scarce, but I think they can achieve what I need. My code is structured as follows: my_project ...
django-positions - multi-table model inheritance using parent_link: http://stackoverflow.com/questions/39472867/django-positions-multi-table-model-inheritance-using-parent-link
Stackoverflow
django-positions - multi-table model inheritance using parent_link
Using https://github.com/jpwatts/django-positions,
I have a few models that inherit from a parent one, for example:
class ContentItem(models.Model):
class Meta:
ordering = ['position...
I have a few models that inherit from a parent one, for example:
class ContentItem(models.Model):
class Meta:
ordering = ['position...
How much should I know before I can start contributing to open source projects?: https://www.reddit.com/r/Python/comments/53aq8f/how_much_should_i_know_before_i_can_start/
reddit
How much should I know before I can start contributing... • /r/Python
Pretty much the title. I've been doing python for about 1 year now. Trying to learn from free tutorials and vids online(No official training, they...
Learning Python, wrote a Twitter bot for baseball. Anyone care to review it?: https://www.reddit.com/r/Python/comments/53ayd8/learning_python_wrote_a_twitter_bot_for_baseball/
reddit
Learning Python, wrote a Twitter bot for baseball.... • /r/Python
It works, so there's that. Would love feedback on any common mistakes or ways to make it more "pythonic". Figured I need to start writing things...
Created a library that runs a function based off a re/parse match: https://www.reddit.com/r/Python/comments/53azet/created_a_library_that_runs_a_function_based_off/
reddit
Created a library that runs a function based off a... • /r/Python
I created: https://github.com/xtream1101/regex-decorator It allows one to add a decorator and using either pythons `re` or the `parse` library to...
Python Installation gone wrong?: https://www.reddit.com/r/Python/comments/53b40t/python_installation_gone_wrong/
reddit
Python Installation gone wrong? • /r/Python
I am a complete newbie and I'm just trying to run a python script that a friend wrote for me. It works for him but for me (running from IDLE) I...
Proof that the randomizer (as I like to call it) in Python is not as random as you think (Experiment): https://www.reddit.com/r/Python/comments/53b753/proof_that_the_randomizer_as_i_like_to_call_it_in/
reddit
Proof that the randomizer (as I like to call it) in... • /r/Python
Earlier today I wrote this code to see if the randomizer in Python is really so random: cch1 = 0 cch2 = 0 cch3 = 0 cch4 = 0 ...