Looking to bounce some ideas around for my game engine (pycraft): https://www.reddit.com/r/Python/comments/5lgve2/looking_to_bounce_some_ideas_around_for_my_game/
reddit
Looking to bounce some ideas around for my game engine... • /r/Python
So I've been looking into my needs with [pycraft](https://github.com/traverseda/pycraft), since it's by far my post popular project ever. I need...
Python interpreter for beginners: https://www.reddit.com/r/Python/comments/5lh5d2/python_interpreter_for_beginners/
reddit
Python interpreter for beginners • /r/Python
I'm thinking about getting into teaching Python, maybe professionally, who knows. But from my past teaching experience, one of the hardest things...
yarl - URL manipulation library, with nice pythonic API, inspired by pathlib: https://www.reddit.com/r/Python/comments/5lh367/yarl_url_manipulation_library_with_nice_pythonic/
reddit
yarl - URL manipulation library, with nice pythonic... • /r/Python
2 points and 1 comments so far on reddit
Amazon Alert: Track prices on Amazon and receive email alerts for price drops! (Fun Weekend Project): https://www.reddit.com/r/Python/comments/5lhwb6/amazon_alert_track_prices_on_amazon_and_receive/
reddit
Amazon Alert: Track prices on Amazon and receive email... • /r/Python
4 points and 0 comments so far on reddit
Using json to store objects: https://www.reddit.com/r/Python/comments/5linv8/using_json_to_store_objects/
reddit
Using json to store objects • /r/Python
So, this might be pretty obvious to most people, but I found a fairly convenient way to use json to store arbitrary objects. It does require that...
How to Activate/Deactivate virtualenv on linux with subprocess.Popen?: https://www.reddit.com/r/Python/comments/5lift9/how_to_activatedeactivate_virtualenv_on_linux/
reddit
How to Activate/Deactivate virtualenv on linux with... • /r/Python
I achieved to create and to activate the virtualenv on Linux but I cannot deactivate it. The deactivate command is not available through...
Django form with two submits, won't respond with the file I create: http://stackoverflow.com/questions/41388080/django-form-with-two-submits-wont-respond-with-the-file-i-create
Stackoverflow
Django form with two submits, won't respond with the file I create
EDIT: Error I see in the web console trying to click the export to KML button:
VM211:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse ()
at
VM211:1 Uncaught SyntaxError: Unexpected token < in JSON at position 0
at JSON.parse ()
at
How to do waffle charts in python? (square piechart): http://stackoverflow.com/questions/41400136/how-to-do-waffle-charts-in-python-square-piechart
Stack Overflow
How to do waffle charts in python? (square piechart)
Something like this:
There is a very good package to do it in R. In python, the best that I could figure out is this, using the squarify package (inspired by a post on how to do treemaps):
import...
There is a very good package to do it in R. In python, the best that I could figure out is this, using the squarify package (inspired by a post on how to do treemaps):
import...
I made a small script for looking up word definitions: https://www.reddit.com/r/Python/comments/5lkvq2/i_made_a_small_script_for_looking_up_word/
reddit
I made a small script for looking up word definitions • /r/Python
I've been reading a lot of old texts in school lately which meant I had to keep looking up old words, I noticed that the results almost always...
[Question] I learnt java in high school. How I proceed with learning python?: https://www.reddit.com/r/Python/comments/5lku9c/question_i_learnt_java_in_high_school_how_i/
reddit
[Question] I learnt java in high school. How I proceed... • /r/Python
I'm familiar with object oriented programming and other basic high school stuff. How do I start learning python and other languages?
py3redirect 1.1 (Chrome extension) - automatically redirects to Python 3 documentation when Python 2 docs page is requested: https://www.reddit.com/r/Python/comments/5ll06t/py3redirect_11_chrome_extension_automatically/
reddit
py3redirect 1.1 (Chrome extension) - automatically... • /r/Python
/u/yaph has posted this Chrome extension some time ago. I am an author of this and recently updated the py3redirect to 1.1, which brings cache (so...
Ilya Etingof's great article shows you how to write python code better and pythonic way: https://www.reddit.com/r/Python/comments/5ll5wg/ilya_etingofs_great_article_shows_you_how_to/
reddit
Ilya Etingof's great article shows you how to write... • /r/Python
2 points and 0 comments so far on reddit
Anyone know a python 3 library for sending ios notifications: https://www.reddit.com/r/Python/comments/5llafd/anyone_know_a_python_3_library_for_sending_ios/
reddit
Anyone know a python 3 library for sending ios... • /r/Python
I had a look at https://github.com/djacobs/PyAPNs which seems pretty popular but it doesn't support Python 3. Anyone use any good alternatives?
Front-end to start/handle instances of a python script: https://www.reddit.com/r/Python/comments/5lll0c/frontend_to_starthandle_instances_of_a_python/
reddit
Front-end to start/handle instances of a python script • /r/Python
First post in this sub - hope it's alright :) So I have a script I've written that takes command-line parameters and runs in the background for...
Track Selected object with python (Power of Code): https://www.reddit.com/r/Python/comments/5lll41/track_selected_object_with_python_power_of_code/
reddit
Track Selected object with python (Power of Code) • /r/Python
1 points and 0 comments so far on reddit