Does anyone have a github repo full of Python scripts for oddball task that help them on a day to day basis at work/home?: https://www.reddit.com/r/Python/comments/72vp4h/does_anyone_have_a_github_repo_full_of_python/
reddit
Does anyone have a github repo full of Python scripts... • r/Python
I want to put together/find something where everyone can share their own scripts. If programming is about doing things more and more efficiently...
PSA: Python 3.3 is end-of-life in 2 days. Are you prepared?: https://www.reddit.com/r/Python/comments/72vswr/psa_python_33_is_endoflife_in_2_days_are_you/
reddit
PSA: Python 3.3 is end-of-life in 2 days. Are you prepared? • r/Python
132 points and 36 comments so far on reddit
Rock Climbing Scraping Blog Post: Feedback Request: https://www.reddit.com/r/Python/comments/72wand/rock_climbing_scraping_blog_post_feedback_request/
reddit
Rock Climbing Scraping Blog Post: Feedback Request • r/Python
Hello! I scraped some rock climbing data, analyzed it, and made some charts. I would be incredibly grateful if you had feedback about the...
with python script, I can't print twice to the browser?: https://www.reddit.com/r/Python/comments/72wfve/with_python_script_i_cant_print_twice_to_the/
reddit
with python script, I can't print twice to the browser? • r/Python
First set of print comes from printing out from a csv file so that I can pull out certain links. Then, moments later, another print...
Achieve same result without returning boolean value?: https://www.reddit.com/r/Python/comments/72whoe/achieve_same_result_without_returning_boolean/
reddit
Achieve same result without returning boolean value? • r/Python
I'm doing program that checks if number is prime. First function checks wheter or not given value is prime. Second function prints as many primes...
looking for partner to build something: https://www.reddit.com/r/Python/comments/72xcap/looking_for_partner_to_build_something/
reddit
looking for partner to build something • r/Python
hey, i am an attorney who is Looking to team up with somEone and build someThing. i dont know what yet but i am looking to talk with Someone about...
Django rest framework how to serialize a list of strings?: https://www.reddit.com/r/Python/comments/72yd0w/django_rest_framework_how_to_serialize_a_list_of/
reddit
Django rest framework how to serialize a list of strings?
I want to give a list of strings in postman, for example: > ['string1', 'string2', 'string3', 'string4', 'string5'] But when it reaches...
Setup.cfg – a solution to python config file soup?: http://renesd.blogspot.com/2017/02/setupcfg-solution-to-python-config-file.html
renesd.blogspot.co.uk
setup.cfg - a solution to python config file soup? A howto guide.
Sick of config file soup cluttering up your repo? Me too. However there is a way to at least clean it up for many python tools. Some of ...
I need some sources (source codes, articles, books) related to Fuzzy Numbers or (mostly or) Fuzzy Linear Algebra using Python.: https://www.reddit.com/r/Python/comments/72yh8q/i_need_some_sources_source_codes_articles_books/
reddit
I need some sources (source codes, articles, books)... • r/Python
I got a college project to make a program using Python, it will solve Fuzzy Linear Algebra problems so I want to cite some sources on similar uses...
Looking for PyQt opensource project collaborators: https://www.reddit.com/r/Python/comments/72yicl/looking_for_pyqt_opensource_project_collaborators/
reddit
Looking for PyQt opensource project collaborators • r/Python
AlphaHooks is an Integrated Library Environment used to hook between multiple libraries written in different programming languages. The...
Developing a game in unity with python - worth it?: https://www.reddit.com/r/Python/comments/72ykd9/developing_a_game_in_unity_with_python_worth_it/
reddit
Developing a game in unity with python - worth it? • r/Python
I love python and I am a python developer. I used the language for web things and small software tools. Now I want to dig into game development...
Dynamic Nginx configuration for Docker with Python: https://www.reddit.com/r/Python/comments/72y558/dynamic_nginx_configuration_for_docker_with_python/
reddit
Dynamic Nginx configuration for Docker with Python • r/Python
0 points and 0 comments so far on reddit
[Question] Paramiko SSH Client timeout exception: https://www.reddit.com/r/Python/comments/72zbzr/question_paramiko_ssh_client_timeout_exception/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Django custom Func: https://stackoverflow.com/questions/46427115/django-custom-func
Stackoverflow
Django custom Func
While tried to find solution for the Django ORM orderby exact
i generated custom django Func:
from django.db.models import Func
from django.db.models import Func
class Position(Func):
funct...
i generated custom django Func:
from django.db.models import Func
from django.db.models import Func
class Position(Func):
funct...
I just bumped into two Youtube personalities on my way past the station...: https://www.reddit.com/r/Python/comments/72zou9/i_just_bumped_into_two_youtube_personalities_on/
reddit
I just bumped into two Youtube personalities on my way... • r/Python
I did a double take, [Steve Mould](http://stevemould.com/) and [Matt Parker](http://standupmaths.com/) were quietly conversing on a bench waiting...
Is this a new sorting algorithm: https://www.reddit.com/r/Python/comments/730du4/is_this_a_new_sorting_algorithm/
reddit
Is this a new sorting algorithm • r/Python
alphabet = ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"] assignedLetters =...