Python is most used for OOP or PP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python is most used for OOP or PP?

Python language is most used with an OOP or with a procedural programming? And why?

24th Aug 2020, 10:20 PM
Antonio Dellifiori
Antonio Dellifiori - avatar
8 Answers
+ 4
I think the decision depends more on the complexity of the program than the language.
24th Aug 2020, 10:36 PM
HonFu
HonFu - avatar
+ 1
This is the first time I am seeing the term 'PP'. Is it a thing?
25th Aug 2020, 7:25 AM
Ore
Ore - avatar
+ 1
Antonio Dellifiori I figured that much. Just that I have not seen procedural programming abbreviated that way before.
25th Aug 2020, 9:09 AM
Ore
Ore - avatar
+ 1
Well I just call it by the full name "procedural programming", "procedural paradigm" or just "procedural". However I think you are confused about the meaning. What you described is functional programming.
25th Aug 2020, 9:18 AM
Ore
Ore - avatar
0
HonFu thx for the answer. Was exactly the confirm I needed 😅
24th Aug 2020, 10:38 PM
Antonio Dellifiori
Antonio Dellifiori - avatar
0
Ore PP means Procedural Programming. Is a type of programming focused on only functions and no on class like OOP
25th Aug 2020, 8:53 AM
Antonio Dellifiori
Antonio Dellifiori - avatar
0
Ore and what do u use to refer to it?
25th Aug 2020, 9:15 AM
Antonio Dellifiori
Antonio Dellifiori - avatar
0
Ore I think about the C language (for example). It's a procedural paradigm-based language
25th Aug 2020, 10:00 AM
Antonio Dellifiori
Antonio Dellifiori - avatar