from __past__ import bytes_literals: Mercurial ports Python 2 to 3 at loadtime: http://gregoryszorc.com/blog/2017/03/13/from-__past__-import-bytes_literals/
Here's the trailer for a game I made in Python using Tkinter!: https://www.reddit.com/r/Python/comments/5zed47/heres_the_trailer_for_a_game_i_made_in_python/
reddit
Here's the trailer for a game I made in Python using... • r/Python
401 points and 103 comments so far on reddit
Scraping from Authenticated Page: https://www.reddit.com/r/Python/comments/5zdnit/scraping_from_authenticated_page/
reddit
Scraping from Authenticated Page • r/Python
I'm new to python but understand scripting/programming conceptually enough to know this is possible. I want to scrape data from a page that uses...
Predicting Yelp Stars from Reviews with scikit-learn and Python: https://www.reddit.com/r/Python/comments/5zeokg/predicting_yelp_stars_from_reviews_with/
reddit
Predicting Yelp Stars from Reviews with scikit-learn... • r/Python
3 points and 0 comments so far on reddit
Testing Django forms with pytest parameterization: https://www.reddit.com/r/Python/comments/5zcstb/testing_django_forms_with_pytest_parameterization/
reddit
Testing Django forms with pytest parameterization • r/Python
2 points and 0 comments so far on reddit
How to write more Pythonic loops (article video tutorial): https://www.reddit.com/r/Python/comments/5zdl9q/how_to_write_more_pythonic_loops_article_video/
reddit
How to write more Pythonic loops (article + video tutorial) • r/Python
2 points and 0 comments so far on reddit
In case you wanted to know who's in space right now [silly code]: https://www.reddit.com/r/Python/comments/5zeweg/in_case_you_wanted_to_know_whos_in_space_right/
reddit
In case you wanted to know who's in space right now... • r/Python
import requests def all_on_ISS(data): for x in data['people']: if x['craft'] != 'ISS': return False ...
Dividing a Python module between files: https://www.reddit.com/r/Python/comments/5zfb8h/dividing_a_python_module_between_files/
reddit
Dividing a Python module between files • r/Python
I've got a long Python script with several groups of functions. I'd like to refactor this, in the simplest and most primitive way, by dividing it...
Indexing data in Elasticsearch with Flask and OpenAPi Spec: https://www.reddit.com/r/Python/comments/5zfqko/indexing_data_in_elasticsearch_with_flask_and/
reddit
Indexing data in Elasticsearch with Flask and OpenAPi Spec • r/Python
2 points and 0 comments so far on reddit
New to python, have a couple easy questions: https://www.reddit.com/r/Python/comments/5zgjmi/new_to_python_have_a_couple_easy_questions/
reddit
New to python, have a couple easy questions • r/Python
Hello, I'm fairly familiar with Java and I've been using jgrasp to compile my code with Java programs. However, I've become interested in...
Small Python utility to display your photos on a map: https://www.reddit.com/r/Python/comments/5zhmls/small_python_utility_to_display_your_photos_on_a/
reddit
Small Python utility to display your photos on a map • r/Python
2 points and 0 comments so far on reddit
Firebase JWT library can't verify Python JWT token: http://stackoverflow.com/questions/42716903/firebase-jwt-library-cant-verify-python-jwt-token
Stack Overflow
Firebase JWT library can't verify Python JWT token
So I have a client in python and a backend in PHP. The python client is using pyjwt and the php server is using Firebase JWT.
When encoding and decoding tokens within php everything works fine. Bu...
When encoding and decoding tokens within php everything works fine. Bu...
Difficulties compiling python to an executable on Windows: https://www.reddit.com/r/Python/comments/5zi9ot/difficulties_compiling_python_to_an_executable_on/
reddit
Difficulties compiling python to an executable on Windows • r/Python
I'm at my wit's end. I wrote a program in python 3.5 using PyQT for the GUI, and I need to distribute it to non-python computers. Here's what I've...
how to make pip respect the "CC" environment variable: http://stackoverflow.com/questions/42747349/how-to-make-pip-respect-the-cc-environment-variable
Stackoverflow
how to make pip respect the "CC" environment variable
I'm working in a very convoluted environment where different machines have access to different distributed file systems.
Machine A has access to filesystem X and is used to install software on
Machine A has access to filesystem X and is used to install software on
News machine learning example: https://www.reddit.com/r/Python/comments/5zik9o/news_machine_learning_example/
reddit
News machine learning example • r/Python
Is there any example of machine learning for sorting relevance of text based on like/dislike. For example, I have a bunch of news and based on my...
Is there a python library to represent a graph adjacency list as an image?: https://www.reddit.com/r/Python/comments/5zio67/is_there_a_python_library_to_represent_a_graph/
reddit
Is there a python library to represent a graph... • r/Python
I'm learning about graph algorithms and would like a way to represent a graph graphically (i.e. [graph as an...