Check out this animation of Platonic solids I made using Python Imaging library (link to code included in the description): https://www.reddit.com/r/Python/comments/7n6jow/check_out_this_animation_of_platonic_solids_i/
reddit
Check out this animation of Platonic solids I made... • r/Python
3 points and 1 comments so far on reddit
#PyCon 2016. Guido van Rossum the founder of Python programming language explained very beautifully why does python exists in the World today.: https://www.reddit.com/r/Python/comments/7n6wyo/pycon_2016_guido_van_rossum_the_founder_of_python/
reddit
#PyCon 2016. Guido van Rossum the founder of Python... • r/Python
9 points and 0 comments so far on reddit
If I change a python script to and executable file, does that mean that if I send it to other people they won't need to have python installed and can run it ?: https://www.reddit.com/r/Python/comments/7n7p2h/if_i_change_a_python_script_to_and_executable/
reddit
If I change a python script to and executable file,... • r/Python
I want to send my program to a friend but due to reasons that I prefer not to say, will he be able to run it if it's a .exe
Why in python 0, 0 == (0, 0) equals (0, False): https://stackoverflow.com/questions/44864156/why-in-python-0-0-0-0-equals-0-false
Stackoverflow
Why in python 0, 0 == (0, 0) equals (0, False)
In Python (I checked only with Python 3.6 but I believe it should hold for many of the previous versions as well):
(0, 0) == 0, 0 # results in a two element tuple: (False, 0)
0, 0 == (0, 0) #
(0, 0) == 0, 0 # results in a two element tuple: (False, 0)
0, 0 == (0, 0) #
pgettext in jinja2 django templates: https://stackoverflow.com/questions/47998764/pgettext-in-jinja2-django-templates
Stackoverflow
pgettext in jinja2 django templates
I have configured the Jinja environment with env.install_gettext_translations(translation, newstyle=True) and the jinja2.ext.i18n extension.
I can only use the _(), _gettext() and ngettext() functi...
I can only use the _(), _gettext() and ngettext() functi...
HOW TO CREATE COMPUTER GRAPHIC BY USING PYTHON -- HOW TO USE CLASS Turtl...: https://www.reddit.com/r/Python/comments/7n22kl/how_to_create_computer_graphic_by_using_python/
reddit
HOW TO CREATE COMPUTER GRAPHIC BY USING PYTHON -- HOW... • r/Python
0 points and 0 comments so far on reddit
Humble Book Bundle: Be a Coder by No Starch Press: https://www.reddit.com/r/Python/comments/7n8oaz/humble_book_bundle_be_a_coder_by_no_starch_press/
reddit
Humble Book Bundle: Be a Coder by No Starch Press • r/Python
1 points and 0 comments so far on reddit
Determining file format using Python (article): https://www.reddit.com/r/Python/comments/7n8qms/determining_file_format_using_python_article/
reddit
Determining file format using Python (article) • r/Python
**Prehistory** Hello everyone! Most recently, I ran into a problem: for unexplained reasons, the memory card began to move all files to the...
i need to install anaconda....basic python was a mistake..but i have python with 30 extentions..should i uninstall basic python and install anaconda ? or overwrite existing pyton with anaconda?: https://www.reddit.com/r/Python/comments/7n8ux8/i_need_to_install_anacondabasic_python_was_a/
reddit
i need to install anaconda....basic python was a... • r/Python
Using windows
New to Programming! figured I would start with a GUI for the first step of my program. does this process make sense?: https://www.reddit.com/r/Python/comments/7n8v2s/new_to_programming_figured_i_would_start_with_a/
reddit
New to Programming! figured I would start with a GUI... • r/Python
Hello all , Complete newbie when it comes to programming, and I have decided to start with Python Language. I am not going to do online...
I need help with my first "real" project!: https://www.reddit.com/r/Python/comments/7n9cjv/i_need_help_with_my_first_real_project/
reddit
I need help with my first "real" project! • r/Python
Hey everyone, sorry if this isn't the best place to post. I have a couple questions about my first project and maybe the best way to approach it....
Installing Python 3 on shared hosting server with no root access and no compiler access: https://www.reddit.com/r/Python/comments/7nahn1/installing_python_3_on_shared_hosting_server_with/
reddit
Installing Python 3 on shared hosting server with no... • r/Python
Hello, everyone. I've looked far and wide for anyone with the same problem as me, but couldn't find anything. I'm trying to install Python 3.6 on...
Computer-sciency examples/exercises in solid, pythonic code: https://www.reddit.com/r/Python/comments/7nadux/computersciency_examplesexercises_in_solid/
reddit
Computer-sciency examples/exercises in solid, pythonic code • r/Python
I am about to start lecturing a computer science course in python. I did not choose the language (though I think it is a good idea to use it) and...
I created a blockchain in 55 lines of code. Your thoughts are welcomed.: https://www.reddit.com/r/Python/comments/7nb0dw/i_created_a_blockchain_in_55_lines_of_code_your/
reddit
I created a blockchain in 55 lines of code. Your... • r/Python
1 points and 0 comments so far on reddit
Trying to run a pyuic5 executable file on my Macbook in order to convert a certain .ui file into .py. It is not working.: https://www.reddit.com/r/Python/comments/7nb5ox/trying_to_run_a_pyuic5_executable_file_on_my/
reddit
Trying to run a pyuic5 executable file on my Macbook in... • r/Python
This is the response I get: Error: one input ui-file must be specified logout Saving session... ...copying shared history... ...saving...