Show HN: TeachCraft – Learning Python Through Minecraft: https://github.com/teachthenet/TeachCraft-Challenges?
GitHub
GitHub - teachthenet/TeachCraft-Challenges: Learn programming in python by giving yourself superpowers in a minecraft world!
Learn programming in python by giving yourself superpowers in a minecraft world! - GitHub - teachthenet/TeachCraft-Challenges: Learn programming in python by giving yourself superpowers in a minecr...
Django Magic vs. Pyramid Flexibility: which framework is right for your next app?: https://www.reddit.com/r/Python/comments/4h3cbw/django_magic_vs_pyramid_flexibility_which/
reddit
Django Magic vs. Pyramid Flexibility: which framework... • /r/Python
Working within the MVC pattern is a quintessential part to building a functioning web application. As web developers, we’ve all had experience...
Django - Foreman cannot find installed modeles: http://stackoverflow.com/questions/36873730/django-foreman-cannot-find-installed-modeles
Stackoverflow
Django - Foreman cannot find installed modeles
I am trying to use Foreman / Honcho to manage my Procfile-based Django application. When I start the app view the normal python manage.py runserver, everything works fine. However, when I start the...
Thoughts on Async vs Distributed: https://www.reddit.com/r/Python/comments/4h3tub/thoughts_on_async_vs_distributed/
reddit
Thoughts on Async vs Distributed • /r/Python
We saw in 3.4 Async functionality through Asyncio. Async is good when we are i/o bound. But when we are computation bound not so much. It does not...
4 Best Python Programming Language Courses of All Times!: https://www.reddit.com/r/Python/comments/4h495c/4_best_python_programming_language_courses_of_all/
reddit
4 Best Python Programming Language Courses of All Times! • /r/Python
0 points and 0 comments so far on reddit
A practical guide for building Restful API with Django Tastypie: https://www.reddit.com/r/Python/comments/4h4poc/a_practical_guide_for_building_restful_api_with/
reddit
A practical guide for building Restful API with Django... • /r/Python
1 points and 0 comments so far on reddit
It's a simple Python script for downloading videos from youtube.com.: https://www.reddit.com/r/Python/comments/4h4q5d/its_a_simple_python_script_for_downloading_videos/
Youtube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Quick way to capture standard output in Python (and post it online): https://www.reddit.com/r/Python/comments/4h4qw1/quick_way_to_capture_standard_output_in_python/
reddit
Quick way to capture standard output in Python (and... • /r/Python
1 points and 0 comments so far on reddit
Interrupting a Queue.get: http://stackoverflow.com/questions/36817050/interrupting-a-queue-get
Stackoverflow
Interrupting a Queue.get
How can I interrupt a blocking Queue.get() in Python 3.X?
In Python 2.X setting a long timeout seems to work but the same cannot be said for Python 3.5.
Running on Windows 7, CPython 3.5.1, 64 bi...
In Python 2.X setting a long timeout seems to work but the same cannot be said for Python 3.5.
Running on Windows 7, CPython 3.5.1, 64 bi...
Should I use "logging" for a CLI user interface?: https://www.reddit.com/r/Python/comments/4h59ti/should_i_use_logging_for_a_cli_user_interface/
reddit
Should I use "logging" for a CLI user interface? • /r/Python
I am currently writing a CL-tool that will print a lot of information out to the user (it is basically its main purpose). I am aware of the...
Don't understand python metaclasses? Read this.: https://www.reddit.com/r/Python/comments/4h59m0/dont_understand_python_metaclasses_read_this/
reddit
Don't understand python metaclasses? Read this. • /r/Python
4 points and 0 comments so far on reddit
environs: simplified environment variable parsing: https://www.reddit.com/r/Python/comments/4h5k86/environs_simplified_environment_variable_parsing/
reddit
environs: simplified environment variable parsing • /r/Python
0 points and 0 comments so far on reddit
Is there a reason I would inconsistently be getting the error "List index out of range": https://www.reddit.com/r/Python/comments/4h5qdv/is_there_a_reason_i_would_inconsistently_be/
reddit
Is there a reason I would inconsistently be getting... • /r/Python
Here is the code I have been writing: def GetNumber(LineNumber): Param = LineNumber arcpy.AddMessage("Get: " + Param) ...
How to deal with uint8_t on a Python Extension?: http://stackoverflow.com/questions/36869913/how-to-deal-with-uint8-t-on-a-python-extension
Stack Overflow
How to deal with uint8_t on a Python Extension?
I would like to pass as argument of a function in my C module an array of uint8_t's.
I couldn't find a method to directly parse this array, so I'm parsing it to a PyObject_t and then iterating as a
I couldn't find a method to directly parse this array, so I'm parsing it to a PyObject_t and then iterating as a
The OpenAI Gym is a toolkit for development of reinforcement learning algorithms with Python: https://www.reddit.com/r/Python/comments/4h73bb/the_openai_gym_is_a_toolkit_for_development_of/
reddit
The OpenAI Gym is a toolkit for development of... • /r/Python
3 points and 0 comments so far on reddit