Where would I start when making a command line text editor with Python?: https://www.reddit.com/r/Python/comments/54f1xd/where_would_i_start_when_making_a_command_line/
reddit
Where would I start when making a command line text... • /r/Python
I would like to create a simple command line text editor using Python and I would like some reccomendations on where to start. I do know about...
what is the best way/tool to make polite head requests to multiple domains?: https://www.reddit.com/r/Python/comments/54f3kv/what_is_the_best_waytool_to_make_polite_head/
reddit
what is the best way/tool to make polite head requests... • /r/Python
I have a set of pages from different sites which I want to check regularly to see how frequently they are updated using head requests. I am...
My first python program, a simple text-based game: https://www.reddit.com/r/Python/comments/54fd52/my_first_python_program_a_simple_textbased_game/
reddit
r/Python - My first python program, a simple text-based game
71 votes and 16 comments so far on Reddit
Tracking down implicit unicode conversions in Python 2: http://stackoverflow.com/questions/39662847/tracking-down-implicit-unicode-conversions-in-python-2
Stackoverflow
Tracking down implicit unicode conversions in Python 2
I have a large project where at various places problematic implicit Unicode conversions (coersions) were used in the form of e.g.:
someStr = "\xff" # uh-oh
u"foo" + someStr
u"foo{}".format(someSt...
someStr = "\xff" # uh-oh
u"foo" + someStr
u"foo{}".format(someSt...
requests.exceptions.SSLError PRAW: https://www.reddit.com/r/Python/comments/54gqwf/requestsexceptionssslerror_praw/
reddit
requests.exceptions.SSLError PRAW • /r/Python
Hi, I've made a .py script and I have used py2exe to build a executable file. I have also used the PRAW library to make the script. When I try to...
How to implement an Oregon Trail-ish style day cycle where random events can happen and variables can be changed?: https://www.reddit.com/r/Python/comments/54gkes/how_to_implement_an_oregon_trailish_style_day/
reddit
How to implement an Oregon Trail-ish style day cycle... • /r/Python
Code I have so Far, import time from random import randrange from PIL import Image def game(): print("This game is...
Dependency Injector 2.2.0 has been released - @inject decorator is deprecated.: https://www.reddit.com/r/Python/comments/54gudn/dependency_injector_220_has_been_released_inject/
reddit
Dependency Injector 2.2.0 has been released - @inject... • /r/Python
1 points and 0 comments so far on reddit
Plans for the second edition of "Obey the Testing Goat": https://www.reddit.com/r/Python/comments/54gx4q/plans_for_the_second_edition_of_obey_the_testing/
reddit
Plans for the second edition of "Obey the Testing Goat" • /r/Python
4 points and 0 comments so far on reddit
I've learned the basics of python, what next?: https://www.reddit.com/r/Python/comments/54i3fq/ive_learned_the_basics_of_python_what_next/
reddit
I've learned the basics of python, what next? • /r/Python
I'm sure this forum gets tired of answering newbie questions, but I like the answers to some of the other "new to Python" posts, and my situation...