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 83,462 public repositories matching this topic...
-
Updated
Nov 3, 2021 - Python
-
Updated
Oct 29, 2021 - Python
-
Updated
Nov 3, 2021 - Python
-
Updated
Nov 2, 2021 - Python
This should work like small_avatar_url_for_person, but for the medium size. You can find the few places where we try to get a medium-size avatar URL via git grep medium static/js; part of what we want to fix here is the inconsistency between their URL constructions. See #20119 for some refactoring we did that make this closer to working.
We should make sure the new functions have node test
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 28, 2021 - Python
For now, Object protocol methods are (mostly) thin wrapper of matching vm functions. Because we don't need to have duplicated functions for same features, they need to be moved from vm to object protocol functions.
vmpath:vm/src/vm.rs- object protocol path:
vm/src/protocol/object.rs
The matching vm functions are easy to find because object methods are calling it.
- get_att
-
Updated
Aug 27, 2021 - Jupyter Notebook
-
Updated
Nov 3, 2021 - Python
-
Updated
Nov 3, 2021 - Python
-
Updated
Nov 2, 2021 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 3, 2021 - Python
-
Updated
Oct 27, 2021 - Python
-
Updated
Nov 4, 2021 - Java
-
Updated
Oct 24, 2021 - Python
-
Updated
Jul 11, 2021
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
Sep 8, 2021 - Python
-
Updated
Sep 7, 2021 - Python
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
Sep 8, 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