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 43,370 public repositories matching this topic...

timabbott
timabbott commented Jan 8, 2020

We've had some issues with inconsistencies between in the dictionary format for get_raw_user_data and get_cross_realm_dicts, including in 630aadb7e077a857bb3940a404dacc8b1740f6a5.

We should make that category of error impossible. I see a few paths forward:

  • Deduplicating the code by having get_cross_realm_dicts call a part of get_raw_user_data as a subroutine. (Maybe via extractin
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

fastapi
pawamoy
pawamoy commented Dec 4, 2019

Is your feature request related to a problem

A docs problem, yes 😛

I want to use HTTPS for my API. The docs suggest to use a Docker Swarm with Traefik and Let's Encrypt. I can't (it's for work). We use a Kubernetes cluster and our own SSL certificates. Then there is a link to the FastAPI project generator, but there are a lot of files in there. I'm not sure to even understand which of

palaviv
palaviv commented Jan 10, 2020

We are currently running part of the CPython test suite. This is a good place for people new to the project to contribute. Contribution here can come in two ways:

  • Fix failing test - Look for tests marked as skipped or xfail and fix RustPython so that the test will pass.
  • Add more tests suites - Copy test suite from CPython and mark failing tests with xfail or skip.

In order to run the te

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

davidhalter
davidhalter commented Mar 12, 2018

For a lot of things (especially usages) jedi's completely lazy approach is not good enough. It is probably better to use a database index cache. The index will basically be a graph that saves all the type inference findings.

This is just an issue for discussion and collection of possible ideas.

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

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

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