Publication Date
In 2025 | 1 |
Since 2024 | 4 |
Since 2021 (last 5 years) | 28 |
Since 2016 (last 10 years) | 33 |
Since 2006 (last 20 years) | 37 |
Descriptor
Source
Author
Çetinkaya-Rundel, Mine | 3 |
Goldstein, Miriam D. | 2 |
Adams, Bryan | 1 |
Allison S. Theobold | 1 |
Anand Jeyaraj | 1 |
Aspuru-Guzik, Alán | 1 |
Baller, Daniel | 1 |
Beckman, Matthew D. | 1 |
Berenson, Mark | 1 |
Blake, Adam B. | 1 |
Blanke, Tobias | 1 |
More ▼ |
Publication Type
Reports - Descriptive | 39 |
Journal Articles | 38 |
Tests/Questionnaires | 2 |
Guides - Classroom - Teacher | 1 |
Education Level
Higher Education | 21 |
Postsecondary Education | 21 |
Audience
Teachers | 6 |
Practitioners | 2 |
Media Staff | 1 |
Students | 1 |
Laws, Policies, & Programs
Assessments and Surveys
What Works Clearinghouse Rating
Craig, Paul A.; Nash, Jessica A.; Crawford, T. Daniel – Biochemistry and Molecular Biology Education, 2022
A programming workshop has been developed for biochemists and molecular biologists to introduce them to the power and flexibility of solving problems with Python. The workshop is designed to move users beyond a "plug-and-play" approach that is based on spreadsheets and web applications in their teaching and research to writing scripts to…
Descriptors: Programming Languages, Biochemistry, Molecular Biology, Data Analysis
Representing DNA for Machine Learning Algorithms: A Primer on One-Hot, Binary, and Integer Encodings
Yash Munnalal Gupta; Satwika Nindya Kirana; Somjit Homchan – Biochemistry and Molecular Biology Education, 2025
This short paper presents an educational approach to teaching three popular methods for encoding DNA sequences: one-hot encoding, binary encoding, and integer encoding. Aimed at bioinformatics and computational biology students, our learning intervention focuses on developing practical skills in implementing these essential techniques for…
Descriptors: Science Instruction, Teaching Methods, Genetics, Molecular Biology
Kane Meissel; Esther S. Yao – Practical Assessment, Research & Evaluation, 2024
Effect sizes are important because they are an accessible way to indicate the practical importance of observed associations or differences. Standardized mean difference (SMD) effect sizes, such as Cohen's d, are widely used in education and the social sciences -- in part because they are relatively easy to calculate. However, SMD effect sizes…
Descriptors: Computer Software, Programming Languages, Effect Size, Correlation
Allison S. Theobold; Megan H. Wickstrom; Stacey A. Hancock – Journal of Statistics and Data Science Education, 2024
Despite the elevated importance of Data Science in Statistics, there exists limited research investigating how students learn the computing concepts and skills necessary for carrying out data science tasks. Computer Science educators have investigated how students debug their own code and how students reason through foreign code. While these…
Descriptors: Computer Science Education, Coding, Data Science, Statistics Education
Mentzer, Kevin; Galante, Zachary; Frydenberg, Mark – Information Systems Education Journal, 2022
Organizations are keenly interested in data gathering from websites where discussions of products and brands occur. This increasingly means that programmers need an understanding of how to work with website application programming interfaces (APIs) for data acquisition. In this hands-on lab activity, students will learn how to gather data from…
Descriptors: Prediction, Competition, Music, Data Analysis
McGowan, Bethany S. – portal: Libraries and the Academy, 2021
The use of text mining tools can help librarians improve the precision of searches, increase search sensitivity, and translate search strategies across multiple research databases. When combined with the intuitive approaches that librarians commonly use, text mining tools help reduce biases by improving the objectivity, transparency, and…
Descriptors: Data Analysis, Information Retrieval, Search Strategies, Open Source Technology
Marie van Staveren – Journal of Chemical Education, 2022
This paper shows a method for integrating computer programming into a standard physical chemistry laboratory sequence to augment student data analysis abilities and allow them to carry programming skills forward to other courses. The Python programming language is used, taking advantage of the pedagogical benefits of Jupyter notebooks, primarily…
Descriptors: Programming Languages, Educational Technology, Chemistry, Science Laboratories
Siggard, Reagan; Dupin-Bryant, Pamela A.; Mills, Robert J.; Olsen, David H. – Journal of Information Systems Education, 2022
The SQL-Explore Learning Module detailed in this teaching tip provides an opportunity for students to apply database course knowledge beyond solving traditional pre-determined Structured Query Language (SQL) coding questions. In this unique constructivist activity using the apropos 5E Instructional Model, students explore tables to locate data…
Descriptors: Programming Languages, Databases, Coding, Tables (Data)
Blanke, Tobias; Colavizza, Giovanni; van Hout, Zarah – Education for Information, 2023
The article presents an open educational resource (OER) to introduce humanities students to data analysis with Python. The article beings with positioning the OER within wider pedagogical debates in the digital humanities. The OER is built from our research encounters and committed to computational thinking rather than technicalities. Furthermore,…
Descriptors: Open Educational Resources, Data Analysis, Programming Languages, Humanities
Dorodchi, Mohsen; Dehbozorgi, Nasrin; Fallahian, Mohammadali; Pouriyeh, Seyedamin – Informatics in Education, 2021
Teaching software engineering (SWE) as a core computer science course (ACM, 2013) is a challenging task. The challenge lies in the emphasis on what a large-scale software means, implementing teamwork, and teaching abstraction in software design while simultaneously engaging students into reasonable coding tasks. The abstraction of the system…
Descriptors: Computer Science Education, Computer Software, Teaching Methods, Undergraduate Students
Jenkins, Brian C. – Journal of Economic Education, 2022
The author of this article describes a new undergraduate course where students use Python programming for macroeconomic data analysis and modeling. Students develop basic familiarity with dynamic optimization and simulating linear dynamic models, basic stochastic processes, real business cycle models, and New Keynesian business cycle models.…
Descriptors: Undergraduate Students, Programming Languages, Macroeconomics, Familiarity
Anand Jeyaraj – Journal of Information Systems Education, 2024
A significant activity in the business analytics process is enrichment, which deals with acquiring and combining data from external sources. While different strategies for enrichment are possible, it can be accomplished more efficiently through automation using Python scripts. Since business students may not be immersed in technology skills and…
Descriptors: Scaffolding (Teaching Technique), Business Administration Education, Data Analysis, Programming Languages
Weiss, Charles J. – Biochemistry and Molecular Biology Education, 2022
This article reports a workshop from the 2021 IUBMB/ASBMB Teaching Science with Big Data conference held virtually in June 2021 where participants learned to explore and visualize large quantities of protein PBD data using Jupyter notebooks and the Python programming language. This activity instructs participants using Jupyter notebooks, Python…
Descriptors: Visual Aids, Programming Languages, Data Analysis, Science Instruction
Çetinkaya-Rundel, Mine; Dogucu, Mine; Rummerfield, Wendy – Statistics Education Research Journal, 2022
Many data science applications involve generating questions, acquiring data and preparing it for analysis--be it exploratory, inferential, or modeling focused--and communicating findings. Most data science curricula address each of these steps as separate units in a course or as separate courses. Open-ended term projects, however, allow students…
Descriptors: Introductory Courses, Data Analysis, Statistics Education, Units of Study
Kim, Brian; Henke, Graham – Journal of Statistics and Data Science Education, 2021
One of the biggest hurdles of teaching data science and programming techniques to beginners is simply getting started with the technology. With multiple versions of the same coding language available (e.g., Python 2 and Python 3), various additional libraries and packages to install, as well as integrated development environments to navigate, the…
Descriptors: Computer Software, Data Analysis, Programming Languages, Computer Science Education