Disable All Advertising
Image
EAN-139780826412768   EAN-13 barcode 9780826412768
Product NamePedagogy Of The Oppressed, 30th Anniversary Edition
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 0826412769
SKURK-JUEN-ZGG4
Price New20.00 US Dollars    (curriencies)
Price Used9.50 US Dollars    (curriencies)
Width0.53 inches    (convert)
Height8.84 inches    (convert)
Length6 inches    (convert)
Weight8.8 ounces    (convert)
AuthorPaulo Freire
Page Count183
BindingPaperback
Published09/01/2000
FeaturesISBN13: 9780826412768, Notes: 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Long DescriptionFirst published in Portuguese in 1968, Pedagogy of the Oppressed was translated and published in English in 1970. The methodology of the late Paulo Freire has helped to empower countless impoverished and illiterate people throughout the world. Freire's work has taken on especial urgency in the United States and Western Europe, where the creation of a permanent underclass among the underprivileged and minorities in cities and urban centers is increasingly accepted as the norm. With a substantive new introduction on Freire's life and the remarkable impact of this book by writer and Freire confidant and authority Donaldo Macedo, this anniversary edition of Pedagogy of the Oppressed will inspire a new generation of educators, students, and general readers for years to come. For more information, visit www.pedagogyoftheoppressed.com.
Similar Items9780078024337: Teachers, Schools, and Society: A Brief Introduction to Education (B&B Education)
9780070723726: Beyond Racism: Building an Open Society
9780070331990: Organizing, A Guide For Grass Roots Leaders
9780070061217: Fifty Modern Thinkers On Education: From Piaget To The Present Day (Routledge Key Guides)
9780063182189: Basic Principles Of Curriculum And Instruction
9780061320866: Deschooling Society
9780060910464: Deschooling Society
9780060505851: Another Planet: A Year In The Life Of A Suburban High School
8581000030041: Emile: Or, On Education
8580001001258: Critical Pedagogy Primer: 1st (First) Edition
View 59 more similar items
Created02-26-2012 8:28:25pm
Modified05-01-2020 3:45:57am
MD5c500752f03f82285a98846079fe06d21
SHA256551541921d5474704748f2872e020f6bd4c0410e4eac94595b41723bcbed6810
Search Googleby EAN or by Title
Query Time0.0296941

An article of interest

Making use of the tools we offer

Accessing the data feed using a REST format

The data feed API is URL based, but if you prefer to use the REST interface, you can do most things using that method.

Your API key should be in the request header "x-api-key" but will also work on the URL if you prefer using keycode=????????

When accessing the API using REST, the URL needs to be in this format:

https://eandata.com/feed/{version}/{action}/{dataID}/

version: The API version you are trying to access starting with the letter "v" followed by the version number as an integer. (ie: v3 or v2)

action: The action you wish to perform. Not all actions are currently available using the API. The ones that work currently are:

dataID: This is the data you are searching for. For "find" this is an EAN or UPC code. For "search" this can be any text properly encoded for he URL.

To get your data back as XML, put "application/xml" in your "accept" header. If you prefer JSON (the default format) you can leave off the "accept" header or send "application/json". You can also include your preference on the URL using mode=json or mode=xml but using the request header is the preferred method.

We will continue to add more REST interface features in the future so be sure to check back on this page every once in a while.

*** Updating data via the REST interface is not ready yet but will require test=1 on the URL as the first variable if you are testing your application to prevent actual data updates. Placing it later on the URL could cause this variable to be skipped if you have errors in your URL.