Has anyone ever successfully bogo sorted anything ever?: https://www.reddit.com/r/Python/comments/5zd4u3/has_anyone_ever_successfully_bogo_sorted_anything/
reddit
Has anyone ever successfully bogo sorted anything ever? • r/Python
I have not
In need of Scipy documentation: https://www.reddit.com/r/Python/comments/5zcme8/in_need_of_scipy_documentation/
reddit
In need of Scipy documentation • r/Python
Hello all, the Scipy documentation site seems to be down. Does anyone have a mirror or a .zip file of the generated documentation available? Thanks
ftfy (fixes text for you) 4.4 and 5.0 released: https://www.reddit.com/r/Python/comments/5zdu8t/ftfy_fixes_text_for_you_44_and_50_released/
reddit
ftfy (fixes text for you) 4.4 and 5.0 released • r/Python
2 points and 0 comments so far on reddit
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...