Skip to content
#

Python

python logo

Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 141,260 public repositories matching this topic...

njacharya
njacharya commented Aug 16, 2019

A description is incomplete. It should mention:

These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.

right after

"There are two main patterns to support high availability: fail-over and replication. "

requests
psiyan
psiyan commented Feb 28, 2020

When using the url http://docs.python-requests.org/en/latest/, it redirects to https://2.python-requests.org//en/latest/ (notice the extra / before en). This causes a HTTP 404.

Expected Result

The redirect should be to https://2.python-requests.org/en/latest/

Actual Result

HTTP 404

Reproduction Steps

Try to visit the latest en documentation for requests using the

tomdov
tomdov commented Jan 27, 2020
  • face_recognition version: latest docs
  • Python version: N/A
  • Operating System: N/A

Description

the docs say that default value for 'model' is "large". in fact, it is "small", which makes a different. please correct the docs

TylerNichols
TylerNichols commented Jul 26, 2018

"Build a Simple HTTP Server with Java" is a page that has literally 3 popups and tons of other advertisements littered about. I don't know if there are standards that should be made for the quality of a project but this certainly has to be a violation...

leetcode
azl397985856
azl397985856 commented Mar 24, 2020

集合 S 包含从1到 n 的整数。不幸的是,因为数据错误,导致集合里面某一个元素复制了成了集合里面的另外一个元素的值,导致集合丢失了一个整数并且有一个元素重复。

给定一个数组 nums 代表了集合 S 发生错误后的结果。你的任务是首先寻找到重复出现的整数,再找到丢失的整数,将它们以数组的形式返回。

示例 1:

输入: nums = [1,2,2,4]
输出: [2,3]
注意:

给定数组的长度范围是 [2, 10000]。
给定的数组是无序的。

来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/set-mismatch

rootsongjc
rootsongjc commented Apr 20, 2020

项目推荐

  • 项目地址:https://github.com/servicemesher/istio-handbook

  • 类别:书籍

  • 项目后续更新计划:

  • 项目描述:Istio 是由 Google、IBM、Lyft 等共同开源的 Service Mesh(服务网格)框架,作为云原生时代下承 Kubernetes、上接 Serverless 架构的重要基础设施层,于 2017 年开始进入大众视野。2018 年由蚂蚁金服发起成立了 ServiceMesher 社区,作为中国最早的一批研究和推广 Service Mesh 技术的开源社区决定整合社区资源,合作撰写一本开源的 Service Mesh 电子书以飨读者。

  • 推荐理由:国内第一本开源的 Istio 书籍,由 ServiceMesher 社区出品。

  • 示例代码:(可选)长度:1-20 行

bmw
bmw commented Mar 17, 2020

In the past we've talked about trying to keep the list of systems we test on relatively current I still think there's some value in that.

If the tests don't immediately work, especially due to failures in certbot-auto, I think it probably makes sense to close/kick this issue until we've done some combination of deprecate certbot-auto and rewrite the test farm tests.

gyermolenko
gyermolenko commented Feb 7, 2019

I think listing anti-patterns with some basic reasoning about "why not" is a good idea.

Example - singleton. Although #256 has "won't fix" label

  • it is in PRs section, and people (if searching history at all) are searching issues first.
  • it was misspelled, Singelton instead of Singleton, therefore impossible to find

Listing most popular anti-patterns (without actual implementation) shou

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby
You can’t perform that action at this time.