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,247 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. "

scorphus
scorphus commented Mar 18, 2020

The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):

The Fuck 3.29 using Python 3.8.0 and Fish Shell 3.0.2

Your system (Debian 7, ArchLinux, Windows, etc.):

macOS Catalina v 10.15.3

How to reproduce the bug:

thefuck brew cas install owncloud

Expected recommendation(s):

  • brew cask install owncloud

Ac

mattc41190
mattc41190 commented Mar 25, 2020

The Tutorial section of the docs refers to to the most recent Flaskr application structure however the Testing Deep Dive section is still referring to an application structure from at least the 0.12 version of the tutorial which assumes an application structure that doesn't involve the app factory. This could certainly confuse a new comer... I mean not me.... I certainly wasn't confus

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

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
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.