LEADER 03638nam 2200457 450 001 9910508477903321 005 20231110230618.0 010 $a3-030-70404-1 035 $a(MiAaPQ)EBC6805032 035 $a(Au-PeEL)EBL6805032 035 $a(CKB)19422168200041 035 $a(OCoLC)1285781712 035 $a(EXLCZ)9919422168200041 100 $a20220817d2022 uy 0 101 0 $aeng 135 $aurcnu|||||||| 181 $ctxt$2rdacontent 182 $cc$2rdamedia 183 $acr$2rdacarrier 200 04$aThe ambivalent impact of religion on human rights $eempirical studies in Europe, Africa and Asia /$fedited by Hans-Georg Ziebertz and Francesco Zaccaria 210 1$aCham, Switzerland :$cSpringer,$d[2022] 210 4$dİ2022 215 $a1 online resource (349 pages) 225 1 $aReligion and Human Rights ;$vv.7 311 08$aPrint version: Ziebertz, Hans-Georg The Ambivalent Impact of Religion on Human Rights Cham : Springer International Publishing AG,c2022 9783030704032 320 $aIncludes bibliographical references and index. 327 $aPreface -- Chapter 1. Religion and Human Rights Introductory remarks in a complex relationship -- Part 1. Europe -- Chapter 2. The impact of religion on human rights in Italy. An empirical research among secondary school students -- Chapter 3. Religion and the rights of refugees: An empirical enquiry among adolescents in England and Wales -- Chapter 4. New Atheism as a predictor of human rights attitudes among Norwegian youth -- Chapter 5. Religion and Socio-Economic Human Rights in Post-Communist Countries: The Cases of Poland and Lithuania -- Chapter 6. How young Muslims and Christians structure Human Rights. An empirical study in Germany -- Part 2. Africa -- Chapter 7. Exploring Attitudes towards Human Rights and the Religiosity of Adolescents in Nigeria -- Chapter 8. Religious and human rights attitudes of the youth of South Africa -- Chapter 9. Impact of religion(s) on youths attitudes towards Human rights in Tanzania -- Part 3. Asia -- Chapter 10. Predictors of Human Rights Attitude and Activism in the Multi-religious Context of Indian Democracy: Educational Implications -- Chapter 11. Attitude toward human rights: A study among young people in Pakistan -- Chapter 12. The Impact of Empathy and Religion on Human Rights among youth in Palestine -- Index. 330 $aThis volume presents the most recent joint study of the research group Religion and Human Rights. This text is comprised of studies carried out in twelve countries and divided into three parts according to their respective tree continents. Almost 10,000 youths have participated and all chapters deal with the question of whether and to what extent religious or worldview convictions hinder or favor the support of human rights. Studies are comparative on multiple levels because of the many religious groups and countries. The studies take into account personal, religious and socio-cultural differences, showing the ambivalent role of religion in the striving to make the world safer, more democratic, just, and compassionate thru human rights. This text appeals to students and researchers. 410 0$aReligion and Human Rights 606 $aHuman rights$xReligious aspects 615 0$aHuman rights$xReligious aspects. 676 $a201.723 702 $aZaccaria$b Francesco$f1978- 702 $aZiebertz$b Hans-Georg$f1956- 801 0$bMiAaPQ 801 1$bMiAaPQ 801 2$bMiAaPQ 906 $aBOOK 912 $a9910508477903321 996 $aThe ambivalent impact of religion on human rights$92808891 997 $aUNINA LEADER 05022nam 22005653u 450 001 9910791653003321 005 20210108022705.0 010 $a1-84951-019-9 035 $a(CKB)2560000000054792 035 $a(EBL)1336390 035 $a(CaSebORM)9781849510189 035 $a(MiAaPQ)EBC1336390 035 $a(EXLCZ)992560000000054792 100 $a20130819d2010|||| u|| | 101 0 $aeng 135 $aur|n|---||||| 181 $ctxt$2rdacontent 182 $cc$2rdamedia 183 $acr$2rdacarrier 200 10$aMySQL for Python$b[electronic resource] $eDatabase Access Made Easy 205 $a1st edition 210 $aBirmingham $cPackt Publishing$d2010 215 $a1 online resource (440 p.) 225 1 $aCommunity experience distilled 300 $aDescription based upon print version of record. 311 $a1-84951-018-0 327 $aCover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Getting Up and Running with MySQL for Python; Getting MySQL for Python; Using a package manager (only on Linux); Using RPMs and yum; Using RPMs and urpm; Using apt tools on Debian-like systems; Using an installer for Windows; Using an egg file; Using a tarball (tar.gz file); Importing MySQL for Python; Accessing online help when you need it; MySQLdb; _mysql; Connecting with a database; Creating a connection object; Creating a cursor object; Interacting with the database 327 $aClosing the connectionMultiple database connections; Summary; Chapter 2: Simple Querying; A brief introduction to CRUD; Forming a query in MySQL; SELECT; * (asterisk); FROM; staff; ; (semicolon); Other helpful quantifiers; WHERE; GROUP BY; HAVING; ORDER BY; LIMIT; INTO OUTFILE; Passing a query to MySQL; A simple SELECT statement; Modifying the results; Using user-defined variables; Determining characteristics of a database and its tables; Determining what tables exist; Assigning each table a number; Offering the options to the user; Allowing the user to detail a search query 327 $aChanging queries dynamicallyPattern matching in MySQL queries; Putting it into practice; Project: a command-line search utility; Preparing a database for searching; Planning your work, then working your plan; Develop a well-abstracted search functionality.; Specifying the search term from the command-line; Implementing and incorporating the other functions: -t, -f, and -o; Including an option for an output file; Room to grow; Summary; Chapter 3: Simple Insertion; Forming a MySQL insertion statement; INSERT; INTO; Table name; Column names; VALUES; ; ; (semicolon) 327 $aHelpful ways to nuance an INSERT statementINSERT...SELECT...; INSERT DELAYED...; INSERT...ON DUPLICATE KEY UPDATE...; Passing an insertion through MySQL for Python; Setting up the preliminaries; A simple INSERT statement; More complex INSERT commands; Using user-defined variables; Using metadata; Querying the database for its structure; Retrieving the table structure; Changing insertion values dynamically; Validating the value of name; Validating the value of price; Querying the user for a correction; Passing fish and price for validation; Essentials: close and commit; In need of some closure 327 $aWhat happened to commit?Why are these essentials non-essential?; Project: a command-line insertion utility; The necessary modules; The main() thing; Coding the flag system; Testing the values passed by the user; Try to establish a database connection; Showing the tables; Showing the table structure, if desired; Accepting user input for the INSERT statement; Building the INSERT statement from the user input and execute it; Committing changes and closing the connection; Coding the other functions; valid_digit() and valid_string(); valid_table(); query(); Calling main(); Room to grow; Summary 327 $aChapter 4: Exception Handling 330 $aThis is a practical, tutorial-style book that includes many examples to demonstrate the full potential of MySQL for Python. Every chapter starts with an explanation of the various areas for using MySQL for Python and ends with work on a sample application using the programming calls just learned. All complicated concepts are broken down to be very easy to understand. Everything in the book is designed to help you learn and use MySQL for Python to address your programming needs in the fastest way possible. This book is meant for intermediate users of Python who want hassle-free access to their 606 $aInternet programming 606 $aWeb sites -- Design 606 $aWeb sites 615 4$aInternet programming. 615 4$aWeb sites -- Design. 615 4$aWeb sites. 676 $a005.2 676 $a005.2/76 676 $a005.7585 700 $aLukaszewski$b Albert$01513541 801 0$bAU-PeEL 801 1$bAU-PeEL 801 2$bAU-PeEL 906 $aBOOK 912 $a9910791653003321 996 $aMySQL for Python$93748102 997 $aUNINA