Skip to content

This repository is a collection of Python programs from CSC500 – Principles of Programming at Colorado State University Global - CSU Global.

Notifications You must be signed in to change notification settings

Omegapy/Principles-of-Programming-CSC500

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Principles of Programming – CSC500


Alexander Ricciardi (Omegapy)

created date: 09/08/2025


Projects Description:
This repository is a collection of Python programs from CSC500 – Principles of Programming at Colorado State University Global - CSU Global.


Principles of Programming CSC500 – Python Programming
Professor: Brian Holbert
Fall C (25FC) – 2025
Student: Alexander (Alex) Ricciardi

Final grade:


Requirements:
Python 3.12+


My Links:

Medium Facebook LinkedIn X YouTube


Project Map



Critical Thinking 1

Directory: Critical-Thinking-1
Title: Critical Thinking Assignment 1 – Basic Calculator



Assignment Description:

Creating Python Programs
Part 1:
Write a Python program to find the addition and subtraction of two numbers.

Ask the user to input two numbers (num1 and num2). Given those two numbers, add them together to find the output. Also, subtract the two numbers to find the output.

Part 2:
Write a Python program to find the multiplication and division of two numbers.

Ask the user to input two numbers (num1 and num2). Given those two numbers, multiply them together to find the output. Also, divide num1/num2 to find the output.

Compile and submit your pseudocode, source code, and screenshots of the application executing the code from parts 1 and 2, the results and GIT repository in a single document (Word is preferred).

Note: Refer to the Module 1 Overview for resources and help using GIT


Program Description:

The program is a calculator for addition/subtraction, multiplication/division basic calculator.
Part 1 addition/subtraction Part 2 multiplication/division.


Go back to the Project Map



Discussions

This repository is a collection of discussion posts from CSC475 – Platform-Based Development – Android Course
Directory: Discussions


Go back to the Project Map

About

This repository is a collection of Python programs from CSC500 – Principles of Programming at Colorado State University Global - CSU Global.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages