python3

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. 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 79,112 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 1, 2021 - Python
Currently, the summary of the code contributors is only restricted to the server: https://blog.zulip.com/2021/05/13/zulip-4-0-released/.
$ git shortlog -s 3.0..4.0 | sort -nr
1017 Anders Kaseorg
634 Steve Howell
403 Tim Abbott
...
It would be nice to have a script that aggregates the contributions from multiple repo (additionally zulip-mobile, zul
-
Updated
Jun 5, 2021 - Python
-
Updated
Aug 10, 2021 - Python
-
Updated
Jul 29, 2021 - Jupyter Notebook
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 14, 2021 - Python
Feature
RustPython
>>>>> '日月abc'.index('a')
6
>>>>>
Cpython
>>> '日月abc'.index('a')
2
>>>
It is probably because the str.find
in Rust returns the index of byte, instead of the code point.
I'll try fix this.
Python Documentation
https://docs.python.org/3.8/library/stdtypes.html?highlight=str#str.index
-
Updated
Nov 9, 2020 - Python
-
Updated
Aug 18, 2021 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Aug 16, 2021 - Python
-
Updated
Jul 22, 2021 - Python
Hi & welcome to Scapy's github ! This page lists issues that you can try to fix if you want to start contributing to Scapy.
This list includes wishes and things added by the maintainers based on the issues that we get, but also issues marked with TODO
or XXX
that already exist in Scapy's code base (layers). If you want to contribute to the project you might just take care one of the bugs.
-
Updated
Jun 8, 2021 - Python
-
Updated
Aug 18, 2021 - Java
-
Updated
Jun 14, 2021 - Python
-
Updated
Jul 11, 2021
Describe the bug
The function typer.main.get_group
is annotated as returning a click.Command
which isn't wrong because a click.Group
is a click.Command
, but means I have to cast to group when trying to integrate with existing Click applications.
To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario:
-
Updated
Jul 22, 2021 - Python
-
Updated
Jul 7, 2021 - Python
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
First check