Introduction to Python Programming for Business and Social Science Applications
eBook - ePub

Introduction to Python Programming for Business and Social Science Applications

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Introduction to Python Programming for Business and Social Science Applications

About this book

Would you like to gather big datasets, analyze them, and visualize the results, all in one program? If this describes you, then Introduction to Python Programming for Business and Social Science Applications is the book for you. Authors Frederick Kaefer and Paul Kaefer walk you through each step of the Python package installation and analysis process, with frequent exercises throughout so you can immediately try out the functions you've learned. Written in straightforward language for those with no programming background, this book will teach you how to use Python for your research and data analysis. Instead of teaching you the principles and practices of programming as a whole, this application-oriented text focuses on only what you need to know to research and answer social science questions. The text features two types of examples, one set from the General Social Survey and one set from a large taxi trip dataset from a major metropolitan area, to help readers understand the possibilities of working with Python. Chapters on installing and working within a programming environment, basic skills, and necessary commands will get you up and running quickly, while chapters on programming logic, data input and output, and data frames help you establish the basic framework for conducting analyses. Further chapters on web scraping, statistical analysis, machine learning, and data visualization help you apply your skills to your research. More advanced information on developing graphical user interfaces (GUIs) help you create functional data products using Python to inform general users of data who don't work within Python.


 First there was IBM® SPSS®, then there was R, and now there?s Python. Statistical software is getting more aggressive - let authors Frederick Kaefer and Paul Kaefer help you tame it with Introduction to Python Programming for Business and Social Science Applications.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Introduction to Python Programming for Business and Social Science Applications by Frederick Kaefer,Paul Kaefer in PDF and/or ePUB format, as well as other popular books in Economics & Statistics for Business & Economics. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover
  2. Half Title
  3. Acknowledgements
  4. Publisher Note
  5. Title Page
  6. Copyright Page
  7. Brief Contents
  8. Detailed Contents
  9. Preface
  10. Figures and Tables in the Text Related to the GSS Data Set
  11. Figures and Tables in the Text Related to the Taxi Trips Data Set
  12. Python Modules and Packages
  13. Acknowledgments
  14. About the Authors
  15. 1 Introduction to Python
  16. 2 Building Blocks of Programming
  17. 3 Further Foundations of Python Programming
  18. 4 Control Logic and Loops
  19. 5 Reading and Writing to Files Using Python
  20. 6 Preparing and Working With Data Using Pandas
  21. 7 Obtaining Data From the Web Using Python
  22. 8 Statistical Calculations Using Python
  23. 9 Data Visualization Using Python
  24. 10 Machine Learning and Text Mining
  25. 11 Developing Graphical User Interfaces With tkinter
  26. Appendix A: Links to Other Resources
  27. Appendix B: Debugging Using IDLE Debug Mode
  28. Appendix C: Timing Code Execution
  29. Appendix D: Solutions to Stop, Code, and Understand! Exercises
  30. Index