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

timabbott
timabbott commented Jan 7, 2020

From https://chat.zulip.org/#narrow/stream/137-feedback/topic/editing.20highlights/near/807040, "The green color over the gray color of the letters to show the new inserted text in the message editing is great to be read, however it is very difficult to read the text with the pink color that shows the erased one."'.

I'm pretty sure we never spent time on those colors, so I'm sure they could b

Niagara1000
Niagara1000 commented Nov 23, 2019

In the readme.md file , when I click on the Demo link, a message pops up saying that it is not a secure connection and that criminals might steal information. Anyone else have this issue ?

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

ludwig
hug
defrank
defrank commented Jan 9, 2020

Unable to call .documentation() on a hug.local() interface because the doc OrderedDict is not initialized.


~/.pyenv/versions/3.8.0/lib/python3.8/site-packages/hug/interface.py in documentation(self, add_to)
    316                 for requirement in self.requires
    317             ]
--> 318         doc["outputs"] = OrderedDict()
    319         doc["outputs"]["format"] = _doc
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

auphofBSF
auphofBSF commented Aug 21, 2019

A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module

import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()

In that way verbosity can be globally

bstaint
bstaint commented Jan 14, 2020

code:

import jedi

script = jedi.Script('''from tkinter import Tk
root = Tk()
root.geometr''')

for c in script.completions():
    print(c.goto())

output:

[<Definition full_name='tkinter.Wm.geometry', description='geometry = wm_geometry'>]

Should be get wm_geometry definition?

And jedi\api\classes.py, jedi\api\__init__.py _goto function param should be consi

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

jugrajsingh
jugrajsingh commented Aug 29, 2019

Describe the bug
make assets-build failed w=while making from source

To Reproduce
Steps to reproduce the behavior:
follow the install from source steps and at make assets-build it failed

Expected behavior
successful build
Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 18

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.