Function center | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 19

Function center

Is there any website or application where I can get the all inbuilt functions of programing languages such as java, python, js, c++ etc . Functions like = perseint, toint, ceil, round, append etc . With examples It is very hard to learn all functions after finding them . So I want them all at one place . If you know please tell me.

6th Apr 2020, 10:17 AM
Ayush Kumar
Ayush Kumar - avatar
10 Answers
+ 5
TR CodeWorld [AYUSH.ks] I don't think that anyone made websites or blog on this. But if you are facing the problem then why you don't try make a code? Anyways I have tried to make on this and still it's pending but I will make as soon as possible. I am having this thread in code comment. So don't delete it https://code.sololearn.com/WfV22NQk2zBn/?ref=app
6th Apr 2020, 11:19 AM
A͢J
A͢J - avatar
+ 13
for python, www.python.org has all for you. if you want to know about a particular function or module, just code >>>help("module_or_function_name") on any python intetpreter and yoy will get the ans.
6th Apr 2020, 10:38 AM
M Tamim
M Tamim - avatar
+ 9
Every programing language has a standard documentation in its official Web site.. In documentation, you can find all language tools with methods, classes, properties.. with updated information. So read original documentation of the language. But also may confuse you with all at once... I think better way to complete basics and practice. So you get doubts then, know more and in detail, advanced when you needed... Edit: TR CodeWorld [AYUSH.ks] check these.. May help you.. https://www.sololearn.com/Discuss/636195/?ref=app
6th Apr 2020, 10:39 AM
Jayakrishna 🇮🇳
+ 7
Sure sir I appreciate your answer i will be trying to do this in near future.
6th Apr 2020, 11:21 AM
Ayush Kumar
Ayush Kumar - avatar
+ 4
Just type in Google all function of programming language (python, Java, CPP) And you find the all documentation of official programming language documentation.
7th Apr 2020, 5:08 PM
Akash Agrawal
Akash Agrawal - avatar
+ 3
yeah, it is a cool idea to find all the information's in one place. but when trying to find any info in all over the internet its increasing your finding ability. so overall it will help you someday. I know its sounds crazy . but will help you.
6th Apr 2020, 4:35 PM
Md. Mursalatul Islam Pallob
Md. Mursalatul Islam Pallob - avatar
+ 3
Just open cmd and write python -m pydoc -p 1000 and press enter
7th Apr 2020, 12:55 PM
Syed Ahmed Raza Shah
Syed Ahmed Raza Shah - avatar
+ 2
You may find answer in https://www.python.org/doc/essays/omg-darpa-mcc-position/ and also go through http://www.odbms.org/wp-content/uploads/2006/10/010.03-Cook-Integrating-Programming-Languages-and-Databases_What-is-the-Problem-September-2006.pdf. The integration of Programming languages, is an emerging trend. This question is interesting and super(b)! Hope there is going to be, light at the end of the tunnel SOON!
8th Apr 2020, 7:00 AM
narayanaprasad
narayanaprasad - avatar