This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 305
Create new articles for Python 3 built-in functions #819
Labels
Milestone
Comments
This was referenced Apr 30, 2016
Merged
Merged
Merged
I say we name |
ghost
removed this from the May Summit milestone
May 7, 2016
ghost
removed
the
in progress
label
May 7, 2016
I don't see |
ghost
modified the milestone:
Create Project Articles
May 13, 2016
@meetmangukiya it's not mentioned here as a built-in function. |
dotgourav
added a commit
to dotgourav/wiki
that referenced
this issue
May 15, 2016
I'm interested. Made my first pull request to the wiki, #962 |
alayek
pushed a commit
that referenced
this issue
May 17, 2016
* Added Python-Function-ID.md For issue #819 * Removed duplicate line converted object heading to h4 and removed duplicate line about return value. * Removed different python implementation details The different python implementation details are confusing and could be ignored. The id() function is not used that much so omitting the statement makes more sense.
@alayek @gouravchawla I added python id in #978 |
nj4710
added a commit
to nj4710/wiki
that referenced
this issue
May 19, 2016
Rafase282
pushed a commit
that referenced
this issue
May 20, 2016
* Create Python-Function-POW.md For issue #819 * Update and rename Python-Function_POW.md to Python-Function-Pow.md * Update Python-Function-Pow.md * Update Python-Function-Pow.md * Update Python-Function-Pow.md
jainaman224
pushed a commit
to jainaman224/wiki
that referenced
this issue
May 20, 2016
* Create Python-Function-POW.md For issue freeCodeCamp#819 * Update and rename Python-Function_POW.md to Python-Function-Pow.md * Update Python-Function-Pow.md * Update Python-Function-Pow.md * Update Python-Function-Pow.md
jainaman224
added a commit
to jainaman224/wiki
that referenced
this issue
May 20, 2016
For issue 819 For issue 819 For issue 819 For issue 819
This was referenced May 20, 2016
@alayek I want to start contributing to this. Can you please help me with a few existing articles which can be used as samples? Thanks |
hi @varunu28, please check the pull requests linked to completed articles. You can also ask for help in the Wiki chat room. |
nj4710
added a commit
to nj4710/wiki
that referenced
this issue
May 25, 2016
ghost
pushed a commit
that referenced
this issue
May 26, 2016
* Create Python-Function-Hex.md For issue #819 * Update Python-Function-Hex.md * Update Python-Function-Hex.md
ayushin78
added a commit
to ayushin78/wiki
that referenced
this issue
Jul 2, 2016
alayek
pushed a commit
that referenced
this issue
Jul 3, 2016
* Create Python-Function-Complex.md For issue #819 * Update Python-Function-Complex.md * Update Python-Function-Complex.md * Update Python-Function-Complex.md
Hi @alayek, I would like to start contributing to this, please guide me. |
AFAIK the wiki is deprecated |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We create new articles to serve as quick reference to Python 3 built-in functions, and put them interlinked with the More built-in functions article.
abs()
-> Article: Python abs() #825all()
-> Python all function #826any()
-> Add Python any article #827ascii()
bin()
bool()
-> Article: Python BOOL Function #1034bytearray()
bytes()
callable()
chr()
classmethod()
compile()
complex()
-> Create Python-Function-Complex.md #1206delattr()
dict()
dir()
divmod()
enumerate()
eval()
exec()
filter()
float()
format()
frozenset()
getattr()
globals()
hasattr()
hash()
help()
hex()
-> Article: Python Hex Function #1033id()
-> Article: Python Function ID #962input()
-> Article: Python Input() Function #1031int()
isinstance()
issubclass()
iter()
len()
-> Create Python-Function-LEN.md #1030list()
locals()
map()
max()
-> Article: Python-Function-MAX.md #1045memoryview()
min()
-> Article: Python-Function-MIN.md #1043next()
object()
oct()
open()
ord()
pow()
-> Create Python-Function-POW.md #989print()
property()
range()
-> Update: Python Range #1003repr()
reversed()
round()
set()
setattr()
slice()
sorted()
staticmethod()
str()
super()
tuple()
type()
vars()
zip()
__import__()
Please comment below if you are interested. I will block the particular issue accordingly.
The text was updated successfully, but these errors were encountered: