Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 61 - 73 of 73

Full-Text Articles in Physical Sciences and Mathematics

Python Loops, Natalia Novak Jan 2019

Python Loops, Natalia Novak

Open Educational Resources

The following topics are covered:

  • While Loops
  • For Loops
  • Nested loops
  • Break and continue
  • Loops else
  • enumerate()

Applications: Turtle library with loops and decision procedures.

Prior knowledge of variables, assignments, expressions, input-output, lists, and conditionals is recommended.

For CS0 students. Part of the CUNY CS04All project.


Presentations & Infographics, Quality Blended Learning Consortium Jan 2019

Presentations & Infographics, Quality Blended Learning Consortium

Open Educational Resources

This tutorial introduces the users to the fundamental concepts on how to create presentations and infographics, as well as provides guidance on the tools to be used, best practices, and mistakes to avoid. The tutorial includes quizzes for self-assessment.


Python Dictionary, Natalia Novak Jan 2019

Python Dictionary, Natalia Novak

Open Educational Resources

This is an introduction Python dictionary, using Python 3.

Prior knowledge of input/output in Python, and Python list is recommended.

For CS0 students. Part of the CUNY CS04All project.


Interactive And Accessible Pdfs, Quality Blended Learning Consortium Jan 2019

Interactive And Accessible Pdfs, Quality Blended Learning Consortium

Open Educational Resources

This tutorial introduces the users to the fundamental concepts on how to create interactive and accessible PDFs, as well as provides guidance on the tools to be used, best practices, and mistakes to avoid. The tutorial includes quizzes for self-assessment.


Activity - A-Frame: Virtual Reality Programming, Robert J. Domanski Jan 2019

Activity - A-Frame: Virtual Reality Programming, Robert J. Domanski

Open Educational Resources

An A-Frame Virtual Reality Programming activity for CS0 students. Part of the CUNY CS04All project.


Activity - Encryption With The Caesar Cipher, Robert J. Domanski Jan 2019

Activity - Encryption With The Caesar Cipher, Robert J. Domanski

Open Educational Resources

An Encryption activity and worksheet for CS0 students. Part of the CUNY CS04All project.


Activity - Python Functions - Drawing With Turtle, Robert J. Domanski Jan 2019

Activity - Python Functions - Drawing With Turtle, Robert J. Domanski

Open Educational Resources

A Python Functions activity - "Drawing with Turtle" - for CS0 students. Part of the CUNY CS04All project.


Activity - Python If-Else - "The Dating Equation", Robert J. Domanski Jan 2019

Activity - Python If-Else - "The Dating Equation", Robert J. Domanski

Open Educational Resources

A Python IF-ELSE activity - "The Dating Equation" - for CS0 students. Part of the CUNY CS04All project.


Activity - Python Lists - "Gift Exchange", Robert J. Domanski Jan 2019

Activity - Python Lists - "Gift Exchange", Robert J. Domanski

Open Educational Resources

A Python Lists activity - "Gift Exchange" - for CS0 students. Part of the CUNY CS04All project.


Python Functions, Natalia Novak Jan 2019

Python Functions, Natalia Novak

Open Educational Resources

An introduction to functions in Python.

Prior knowledge of variables, assignments, expressions, input-output, lists, conditionals, and loops is recommended.

For CS0 students. Part of the CUNY CS04All project.


Python Input Output, Natalia Novak Jan 2019

Python Input Output, Natalia Novak

Open Educational Resources

The following topics are discussed:

  • Development Environment
  • Basic input and output
  • Variables and assignments
  • Python expressions
  • Division and modulo
  • Math module

For CS0 students. Part of the CUNY CS04All project.


Python If Statements, Natalia Novak Jan 2019

Python If Statements, Natalia Novak

Open Educational Resources

Python If-else branches, equality and relational operators, and some additional topics: Boolean operators and expressions, membership and identity operators.

Prior knowledge of variables, assignments, and expressions is recommended.

For CS0 students. Part of the CUNY CS04All project.


Python List, Natalia Novak Jan 2019

Python List, Natalia Novak

Open Educational Resources

A brief introduction to Python list.

No loops, no decision structures.

For CS0 students. Part of the CUNY CS04All project.