Jam.py shell for Sphinx documentation generator: https://www.reddit.com/r/Python/comments/5bsszm/jampy_shell_for_sphinx_documentation_generator/
What is the best method to analyse my interests over time using python and my journal?: https://www.reddit.com/r/Python/comments/5bszb3/what_is_the_best_method_to_analyse_my_interests/
reddit
What is the best method to analyse my interests over... • /r/Python
I have an online diary sort of thing, been writing 2 paragraphs every night of what I did that day. I was wondering what the best method for me...
Finished lpthw, now what am I supposed to do?: https://www.reddit.com/r/Python/comments/5bt1g1/finished_lpthw_now_what_am_i_supposed_to_do/
reddit
Finished lpthw, now what am I supposed to do? • /r/Python
Just been going through some of the final exercises to really hammer home the concepts, but it seems like I'm just running in place, can't figure...
I don't know if this is the write place to post this, but I could really use some help! Thank you in advance.: https://www.reddit.com/r/Python/comments/5bt9nx/i_dont_know_if_this_is_the_write_place_to_post/
reddit
I don't know if this is the write place to post this,... • /r/Python
0 points and 2 comments so far on reddit
Creating matching MIME Attachment with Python: http://stackoverflow.com/questions/40406119/creating-matching-mime-attachment-with-python
Stackoverflow
Creating matching MIME Attachment with Python
I found this snippet in the official examples
if maintype == 'text':
fp = open(path)
# Note: we should handle calculating the charset
msg = MIMEText(fp.read(), _subtype=
if maintype == 'text':
fp = open(path)
# Note: we should handle calculating the charset
msg = MIMEText(fp.read(), _subtype=
how do you implement a flask-login token: https://www.reddit.com/r/Python/comments/5buugt/how_do_you_implement_a_flasklogin_token/
reddit
how do you implement a flask-login token • /r/Python
I have spent hours trying to wrap my head around using token logins, i just want to see an example of how to use it using sqlalchemy, and flask...
Conditional statements in GIS: https://www.reddit.com/r/Python/comments/5bppim/conditional_statements_in_gis/
reddit
Conditional statements in GIS • /r/Python
I am learning how to use GIS and have run into needing to use Python but I have never done it before. I was wondering if anybody knows how to go...
Ez install and manage AWS Ubuntu RMQ - My first Python app: https://www.reddit.com/r/Python/comments/5bvdga/ez_install_and_manage_aws_ubuntu_rmq_my_first/
reddit
Ez install and manage AWS Ubuntu RMQ - My first Python app • /r/Python
1 points and 0 comments so far on reddit
Word Forms : A python package for word transformations e.g. "election" --> "elect", "electorate" etc.: https://www.reddit.com/r/Python/comments/5bvgz5/word_forms_a_python_package_for_word/
reddit
Word Forms : A python package for word transformations... • /r/Python
1 points and 1 comments so far on reddit
New Python podcast: Python Bytes Python headlines delivered to your earbuds: https://www.reddit.com/r/Python/comments/5bvtq1/new_python_podcast_python_bytes_python_headlines/
reddit
New Python podcast: Python Bytes Python headlines... • /r/Python
29 points and 4 comments so far on reddit
Not sufficiently riled up about the US election? Add to your election season rage/anxiety by monitoring a stream of comments talking about the election!: https://www.reddit.com/r/Python/comments/5bvv73/not_sufficiently_riled_up_about_the_us_election/
reddit
Not sufficiently riled up about the US election? Add... • /r/Python
1 points and 0 comments so far on reddit
Anyone understand syslogging with python?: https://www.reddit.com/r/Python/comments/5bw04e/anyone_understand_syslogging_with_python/
reddit
Anyone understand syslogging with python? • /r/Python
I'm working on a work project for which I have implemented logging using the logging module and FileHandler. Turns out that code works great but...
Advice needed - RPG Game Inventory: https://www.reddit.com/r/Python/comments/5bw4jc/advice_needed_rpg_game_inventory/
reddit
Advice needed - RPG Game Inventory • /r/Python
I am pretty new to python and I have been trying to build a text based RPG as a training exercise. [You can view the source code...