Search Online Courses

  • Inferential Statistical Analysis with Python

    Inferential Statistical Analysis with Python

    Description In this course, we will explore basic principles behind using data for estimation and for assessing theories. We will analyze both categorical data and quantitative data, starting with one population techniques and expanding to handle comparisons of two populations. We will learn how to construct confidence intervals. We will also use sample data to…

    View Now

  • Data Collection and Processing with Python

    Data Collection and Processing with Python

    Description This course teaches you to fetch and process data from services on the Internet. It covers Python list comprehensions and provides opportunities to practice extracting from and processing deeply nested data. You’ll also learn how to use the Python requests module to interact with REST APIs and what to look for in documentation of…

    View Now

  • Python Project: pillow, tesseract, and opencv

    Python Project: pillow, tesseract, and opencv

    Description This course will walk you through a hands-on project suitable for a portfolio. You will be introduced to third-party APIs and will be shown how to manipulate images using the Python imaging library (pillow), how to apply optical character recognition to images to recognize text (tesseract and py-tesseract), and how to identify faces in…

    View Now

  • Introduction to Data Science in Python

    Introduction to Data Science in Python

    Description This course will introduce the learner to the basics of the python programming environment, including fundamental python programming techniques such as lambdas, reading and manipulating csv files, and the numpy library. The course will introduce data manipulation and cleaning techniques using the popular python pandas data science library and introduce the abstraction of the…

    View Now

  • Using Databases with Python

    Using Databases with Python

    Description This course will introduce students to the basics of the Structured Query Language (SQL) as well as basic database design for storing data as part of a multi-step data gathering, analysis, and processing effort. The course will use SQLite3 as its database. We will also build web crawlers and multi-step data gathering and visualization…

    View Now

  • Python Classes and Inheritance

    Python Classes and Inheritance

    Description This course introduces classes, instances, and inheritance. You will learn how to use classes to represent data in concise and natural ways. You’ll also learn how to override built-in methods and how to create “inherited” classes that reuse functionality. You’ll also learn about how to design classes. Finally, you will be introduced to the…

    View Now

  • Fitting Statistical Models to Data with Python

    Fitting Statistical Models to Data with Python

    Description In this course, we will expand our exploration of statistical inference techniques by focusing on the science and art of fitting statistical models to data. We will build on the concepts presented in the Statistical Inference course (Course 2) to emphasize the importance of connecting research questions to our data analysis methods. We will…

    View Now

  • Python Functions, Files, and Dictionaries

    Python Functions, Files, and Dictionaries

    Description This course introduces the dictionary data structure and user-defined functions. You’ll learn about local and global variables, optional and keyword parameter-passing, named functions and lambda expressions. You’ll also learn about Python’s sorted function and how to control the order in which it sorts by passing in another function as an input. For your final…

    View Now

  • Understanding and Visualizing Data with Python

    Understanding and Visualizing Data with Python

    Description In this course, learners will be introduced to the field of statistics, including where data come from, study design, data management, and exploring and visualizing data. Learners will identify different types of data, and learn how to visualize, analyze, and interpret summaries for both univariate and multivariate data. Learners will also be introduced to…

    View Now

  • Applied Social Network Analysis in Python

    Applied Social Network Analysis in Python

    Description This course will introduce the learner to network analysis through tutorials using the NetworkX library. The course begins with an understanding of what network analysis is and motivations for why we might model phenomena as networks. The second week introduces the concept of connectivity and network robustness. The third week will explore ways of…

    View Now