Questions tagged as 'procedural'

1
answer

What are the characteristics of structured programming?

I would like to know what are the characteristics that defines the paradigm of structured programming , and what is the difference of this paradigm with the paradigm of procedural programming ? Both for me it seems the same, and does not chang...
asked by 09.04.2016 / 04:38
2
answers

Guidelines for using object orientation or procedural in Python and PHP

I am studying PHP and Python and I am feeling a huge difficulty, not in relation to concepts, after all they are independent of language, what is making the study hard is how PHP implements the manipulation of its objects, follows an example :...
asked by 27.08.2018 / 20:45
1
answer

Python procedural for Class problem

I'm having trouble turning a function into a class in python: from bs4 import BeautifulSoup from selenium import webdriver import html2text # driver.page_source = driver.get())# def getPEP(strg): driver = webdriver.Firefox() driver....
asked by 12.11.2016 / 18:17