Remember "Minecraft in 500 lines of python? We're rewriting it into a game framework.: https://www.reddit.com/r/Python/comments/4f9jqo/remember_minecraft_in_500_lines_of_python_were/
reddit
Remember "Minecraft in 500 lines of python? We're... • /r/Python
3 points and 1 comments so far on reddit
Introduction to the Python Interpreter, Part 4: It's Dynamic: http://akaptur.com/blog/2013/12/03/introduction-to-the-python-interpreter-4/
Akaptur
Introduction to the Python Interpreter, Part 4: It's Dynamic! - Allison Kaptur
[Edit: A significantly expanded version of this series appears as a chapter in The Architecture of Open Source Applications, volume 4, as A Python …
stuck on an assignment dealing with functions, loops, and unconventional math problems.: https://www.reddit.com/r/Python/comments/4f9zm6/stuck_on_an_assignment_dealing_with_functions/
reddit
stuck on an assignment dealing with functions, loops,... • /r/Python
I've been given an assignment where I'm required to first create a function that accepts two input parameters, computes their sum, and returns...
DePy2016 Talk Schedule - 3 weeks left to register: https://www.reddit.com/r/Python/comments/4fa1tu/depy2016_talk_schedule_3_weeks_left_to_register/
reddit
DePy2016 Talk Schedule - 3 weeks left to register • /r/Python
1 points and 0 comments so far on reddit
How I defeated an anti-tamper APK with some Python and a homemade Smali emulator: http://www.evilsocket.net/2016/04/18/how-i-defeated-an-obfuscated-and-anti-tamper-apk-with-some-python-and-a-home-made-smali-emulator/#.VxRu3snMomQ.hackernews
Replacing NodeJS with a pure python solution for assets transformation from PyConIT: https://www.reddit.com/r/Python/comments/4f6tbu/replacing_nodejs_with_a_pure_python_solution_for/
reddit
Replacing NodeJS with a pure python solution for... • /r/Python
1 points and 0 comments so far on reddit
After having had enough of Logstash, I wrote a clone in Python. All comments and PRs welcome: https://www.reddit.com/r/Python/comments/4fb6pt/after_having_had_enough_of_logstash_i_wrote_a/
reddit
After having had enough of Logstash, I wrote a clone... • /r/Python
2 points and 0 comments so far on reddit
Is this wikipedia table about languages up to date with python info?: https://www.reddit.com/r/Python/comments/4fb7bz/is_this_wikipedia_table_about_languages_up_to/
reddit
Is this wikipedia table about languages up to date... • /r/Python
[The table in question](https://en.wikipedia.org/wiki/Comparison_of_programming_languages#General_comparison) I'm especially wondering about...
Willow - a Python image library that sits on top of Pillow, Wand and OpenCV: https://www.reddit.com/r/Python/comments/4fbafb/willow_a_python_image_library_that_sits_on_top_of/
reddit
Willow - a Python image library that sits on top of... • /r/Python
1 points and 0 comments so far on reddit
`pip install pygments` incomplete install when run as build phase in XCode: http://stackoverflow.com/questions/36611971/pip-install-pygments-incomplete-install-when-run-as-build-phase-in-xcode
Stackoverflow
`pip install pygments` incomplete install when run as build phase in XCode
I am running the command:
pip -v install pygments==2.0.2 --force-reinstall --ignore-installed --target .
as part of my build process in a Kivy iOS project. When I run the command myself in the
pip -v install pygments==2.0.2 --force-reinstall --ignore-installed --target .
as part of my build process in a Kivy iOS project. When I run the command myself in the
Killer example for why 'duck typing' is a useful language feature: https://www.reddit.com/r/Python/comments/4fcezw/killer_example_for_why_duck_typing_is_a_useful/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
I'm pretty sure that's not possible, but is it possible to automatically generate inverse functions?: https://www.reddit.com/r/Python/comments/4fcj4d/im_pretty_sure_thats_not_possible_but_is_it/
reddit
I'm pretty sure that's not possible, but is it... • /r/Python
I was asked this recently, and I dismissed it out of hand. But it's still niggling at me. Let's say you have two functions to convert a field of...
How can I manage memory in python? Running out of memory after 40 while loop iterations in my fitting routine.: https://www.reddit.com/r/Python/comments/4fcnfy/how_can_i_manage_memory_in_python_running_out_of/
reddit
How can I manage memory in python? Running out of... • /r/Python
I have a fitting algorithm I wrote that takes in about 300,000 (30,000 x 10) points and uses this data to determine x, y, z, yaw, pitch, and roll...
[Question] Writing Code for work and keeping it unowned by Employer.: https://www.reddit.com/r/Python/comments/4fd27z/question_writing_code_for_work_and_keeping_it/
reddit
[Question] Writing Code for work and keeping it... • /r/Python
Apologies if this is not the right place for this question. I am getting into Python and quickly learning that I can use it in my daily work life...
What unholy/dastardly/disdainful/unpythonic wrappers have you put around pip?: https://www.reddit.com/r/Python/comments/4fd54q/what_unholydastardlydisdainfulunpythonic_wrappers/
reddit
What unholy/dastardly/disdainful/unpythonic wrappers... • /r/Python
We occasionally digress into the package management wars, but what have you done to pip and/or virtualenv to make it work for YOU!?!