| Aug | SEP | Oct |
| 08 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
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.
WARNING: /data/users/ezyang/pytorch-tmp/BUILD.bazel:580:1: in hdrs attribute of cc_library rule //:aten_headers: Artifact
'bazel-out/k8-fastbuild/bin/aten/src/ATen/Config.h' is duplicated (through '//:aten/src/ATen/Config.h' and '//:aten_src_AT
en_config'). Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implemen
tation
Read more
good first issue
module: build
triaged
Open
3.9-dev.
While I’m not sure we should officially support Python 3.9 it until its release, running tests on it will allow us to catch any issue early.
Read more
CI
enhancement
good first issue
Open
black is consistent in how it handles the magic trailing commas. So if we upgrade black and apply it, lots of files will be changed. However, the diff needn't be so large if we remove unnecessary trailing commas before upgrading.
E.g. in pandas/core/aggregation.py there is
def reconstruct_func( func: Optional[AggFuncType], **kwargs, ) -> Tuple[ boRead more Clean good first issue Open