aliases:
tags: Type/Source/Text/Book proto
from: "[[Sources/Texts/Books/Books]]"
related:
contra:
to:
by:
rating:
status:
dateCreated: 2023-10-31, 14:58
dateModified: 2023-10-31, 15:00
version: 1
publish: true
![]() |
Pedagogy of the Oppressed is a book by Brazilian educator Paulo Freire, written in Portuguese between 1967 and 1968, but published first in Spanish in 1968. An English translation was published in 1970, with the Portuguese original being published in 1972 in Portugal, and then again in Brazil in 1974. The book is considered one of the foundational texts of critical pedagogy, and proposes a pedagogy with a new relationship between teacher, student, and society. |
---|---|
wikipedia:: Pedagogy of the Oppressed |
Pedagogy of the Oppressed (Portuguese: Pedagogia do Oprimido) is a book by Brazilian educator Paulo Freire, written in Portuguese between 1967 and 1968, but published first in Spanish in 1968. An English translation was published in 1970, with the Portuguese original being published in 1972 in Portugal, and then again in Brazil in 1974. The book is considered one of the foundational texts of critical pedagogy, and proposes a pedagogy with a new relationship between teacher, student, and society.
Dedicated to the oppressed and based on his own experience helping Brazilian adults to read and write, Freire includes a detailed Marxist class analysis in his exploration of the relationship between the colonizer and the colonized. In the book, Freire calls traditional pedagogy the "banking model of education" because it treats the student as an empty vessel to be filled with knowledge, like a piggy bank. He argues that pedagogy should instead treat the learner as a co-creator of knowledge.As of 2000, the book had sold over 750,000 copies worldwide.: 9 It is the third most cited book in the social sciences.
= this.file.name
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC