Pythonによる政治学データ分析法<br>Computational Frameworks for Political and Social Research with Python〈1st ed. 2020〉

個数:1
紙書籍版価格
¥21,190
  • 電子書籍

Pythonによる政治学データ分析法
Computational Frameworks for Political and Social Research with Python〈1st ed. 2020〉

  • 著者名:Cutler, Josh/Dickenson, Matt
  • 価格 ¥11,795 (本体¥10,723)
  • Springer(2020/04/22発売)
  • ポイント 107pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9783030368258
  • eISBN:9783030368265

ファイル: /

Description

This book is intended to serve as the basis for a first course in Python programming for graduate students in political science and related fields. The book introduces core concepts of software development and computer science such as basic data structures (e.g. arrays, lists, dictionaries, trees, graphs), algorithms (e.g. sorting), and analysis of computational efficiency. It then demonstrates how to apply these concepts to the field of political science by working with structured and unstructured data, querying databases, and interacting with application programming interfaces (APIs). 

Students will learn how to collect, manipulate, and exploit large volumes of available data and apply them to political and social research questions. They will also learn best practices from the field of software development such as version control and object-oriented programming. Instructors will be supplied with in-class example code, suggested homework assignments (with solutions), and material for practical lab sessions.

Table of Contents

Chapter 1. Getting Started With Python.- Chapter 2. Building Software.- Chapter 3. Object-Oriented Programming.- Chapter 4. Introduction to Algorithms.- Chapter 5. Introduction to Data Structures.- Chapter 6. Input, Output, and the Web.- Chapter 7. Application Programming Interfaces.- Chapter 8. Databases.- Chapter 9. NoSQL Databases.- Chapter 10. Introduction to Machine Learning with Python.- Chapter 11. Linear Programming.- Chapter 12. Practical Programming.- Chapter 13. Case Study: Image Processing.- Chapter 14. Case Study: Natural Language Processing.- Chapter 15. Conclusion.