python3
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 38,032 public repositories matching this topic...
Is your feature request related to a problem
Coming from this issue: tiangolo/fastapi#817
The docs have some sections with functions using *, in the parameters.
It is explained here: https://fastapi.tiangolo.com/tutorial/path-params-numeric-validations/#order-the-parameters-as-you-need-tricks
But in other sections like: https://fastapi.tiangolo.com/tutor
More details in zulip/zulip#9762 (comment)
- OS: Ubuntu 20.04
- PyQt version: pyqt5==5.10.1
It would be nice to mention the dependency on libxml2-dev libxslt1-dev in the docs when building from source on Ubuntu.
-
Updated
Aug 10, 2019 - Python
Hello,
Thanks for the job you've done! Chalice is the very easy framework for newcomers and flask developers.
I've been learning the framework only for 2 weeks and regularly getting errors related with aws policies. The official content about the policies is minimal. And auto-policy can't do this job by the right way if you want to add more than just a 'hello world' function.
Run **chalice
Is your feature request related to a problem? Please describe.
Other related issues: #408 #251
I trained a Chinese model for spaCy, linked it to [spacy's package folder]/data/zh (using spacy link) and want to use that for ludwig. However, when I tried to set the config for ludwig, I received an error, which tell me that there is no way to load the Chinese model.
ValueError: Key ch
constgrep is slow
The constgrep tool could probably be a bit faster. I'm not sure what's making it so slow at the moment. It shouldn't take ~2 seconds to look up a value.
$ time constgrep EPERM
#define EPERM 1
constgrep EPERM 1.12s user 0.43s system 88% cpu 1.751 total
-
Updated
May 26, 2020 - Python
-
Updated
May 30, 2020 - Python
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.
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
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
-
Updated
May 6, 2020 - Python
System Details:
template.add_description("blah ...")
s3bucket = template.add_resource(Bucket(
"S3Bucket",
BucketName="my-test-bucket",
# Attach a LifeCycle Configuration
LifecycleConfiguration=LifecycleConfiguration(Rules=[
# Add a rule to
LifecycleRule(
# Rule attributes
Id="S3BucketRuleFor90d
-
Updated
Apr 13, 2020 - Python
Parsing token 'x' according to documentation it should parse to microseconds timestamp but it parses to milliseconds timestamp. Not sure what was intended here but there is a discrepancy.
code:
_TOKENS = ( ... "x": lambda dt: "{:d}".format(dt.int_timestamp * 1000 + dt.microsecond // 1000)
-
Updated
May 9, 2020 - Python
-
Updated
May 30, 2020 - Python
The most great and simple examples in README are images and blind programmers cant see this examples.
Why not use ``` tags to describe it?
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Mar 15, 2020 - Python
In: https://github.com/mherrmann/fbs/blob/master/fbs/_defaults/src/installer/windows/Installer.nsi
RMDir should not have the /r flag on the uninstaller.
As per documentation (https://nsis.sourceforge.io/Reference/RMDir) this runs the risk of the user involuntarily choosing an installation directory containing other data and wiping it upon uninstallation.
I've had one report from one user inst
I'm trying to implement object oriented Websocket client and server. Since websockets is completely coroutine based, I'm finding it difficult to go ahead with implementation. Is it possible to wrap it around classes? Are there any examples of using it in this way?
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia



Checklist
for simi