Skip to content
#

python3

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 46,147 public repositories matching this topic...

NBardelot
NBardelot commented Mar 4, 2020

See source file: celery/backends/redis.py

The documentation says:

Note that the ssl_cert_reqs string should be one of required, optional, or none (though, for backwards compatibility, the string may also be one of CERT_REQUIRED, CERT_OPTIONAL, CERT_NONE).

But with 'required':

AttributeError: module 'ssl' has no attribute 'required'

It seems that CERT_REQUIRED, CERT_OPTIONAL and

timabbott
timabbott commented Mar 4, 2020

This is an issue with Zulip's GitHub webhook; we currently only support the requested_reviewers part of a review_requested event, and not the requested_teams part.

Following https://zulipchat.com/api/incoming-webhooks-overview, we should capture a test fixture for this issue and then add support for displaying teams as well with test coverage from the new fixture.

Here's our implement

fastapi
tiangolo
tiangolo commented Feb 9, 2020

Is your feature request related to a problem

Is your feature request related to a problem?

It's still not documented how to do redirections.

The solution you would like

We need a short section in the docs, in the Advanced User Guide, about how to do redirections.

It would have to explain how to use [Starlette's RedirectResponse](https://www.starlette.io/responses/#redirect

nikhilchh
nikhilchh commented Nov 22, 2018

Is it possible to modify it to work on text +hocr (overlayed on it)

So basically replacing image by image+hocr combo.

And then it can be used to annotate text document without having someone to type things after making box. As watever text comes inside box becomes the value for the key.

So at the end we have
Key, Value, Box-cordinates.
example: DATE, 28-May-2018, (x1,y1,x2,y2)
I will

dgallitelli
dgallitelli commented Aug 9, 2019

Creating a trigger with

@app.on_s3_event(bucket=S3_BUCKET, events=['s3:ObjectCreated:*'], prefix='uploads/*', suffix='.txt')

generates a trigger in a Lambda which does not work. in particular, the problem should be related to the Notification, since from time to time chalice deploy would generate a `PutBucketNotificationConfiguration operation: Unable to validate the following destinati

ludwig
BenMacKenzie
BenMacKenzie commented Mar 12, 2019

The diagram in documentation suggest yes, but num_fc_layers and fc_layers are not listed as available parameters as they are for e.g., parallel cnn or stacked cnn.

It does not seem like it is supported based on a few experiments however I am using the RNN encoder inside a sequence combiner, so possibly this is causing problems.

for example, this does not seem to add any fc_layers:

co

hug
jay-tyler
jay-tyler commented Feb 9, 2020

Noticing on the quick start guide, for the happy_birthday.py example, the localhost:8000/documentation route appears to be broken (returning 404).

Perhaps I'm doing something wrong, but if not, we should fix the bug and/or the documentation. And maybe consider an integration test as part of our test suite to prevent a future regression.

bug
scapy
gpotter2
gpotter2 commented Jul 21, 2019

Project "Hinty" aims at adding Type hints to Scapy. It will help discover bugs, improve the API, and make Scapy up-to-date with the high standards of Python libraries.

Implementation

We use mypy to ensure automatic testing of the work that has already been completed. PRs that fall under project Hinty will process one (or a few) files and register them into the checks. The file

jdrch
jdrch commented Sep 9, 2019

System Details:

  • Operating System: Windows 10 v1903 Pro x64

  • Distro(For GNU/Linux and BSD users): N/A

  • Desktop Environment(For GNU/Linux and BSD users): N/A

  • Persepolis Version: 3.1.0

  • How do you install Persepolis? From Github .exe installer

  • Please attach log files if crash or paste error message: N/A

Issue Description and steps to reproduce:

The Enter Your Link

satrum
satrum commented Dec 16, 2019

How can i implement callback parameter in fit moder Autoencoder ?
There is not parameter.

from keras.callbacks.callbacks import EarlyStopping
cb_earlystop = EarlyStopping(monitor='val_loss', min_delta=0, patience=0, verbose=0,
mode='auto', baseline=None, restore_best_weights=False)
pyod_model.fit(scaler, callbacks=[cb_earlystop])

TypeError: fi

python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式爬虫,爬虫项目实战实例等

  • Updated Mar 9, 2020
  • Python

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.