Skip to content

Code I've written for the Programming & Problem Solving course in the Integrated Science and Technology (ISAT) concentration, taken in Spring 2020 at JMU.

Notifications You must be signed in to change notification settings

kellyav/isat_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

isat_2020

Code I've written for the Programming & Problem Solving course in the Integrated Science and Technology (ISAT) concentration, taken in Spring 2020 at JMU.

Semester Progress

See the final_reflection file for the article I wrote on my experience taking this course. I am now well versed in R, Matlab, Python and Javascript.

Some Highlights and Repos:

I created all these repositories that I have up on Github this year (10). As of May 4th 2020, I have done the following:

As well as supporting functions for these problems: https://github.com/kellyav/eulers_solutions/tree/master/supporting%20functions

  • Started learning Javascript. Watched tutorials from class, and from Revature.

-> Arabic to Roman repo: https://github.com/kellyav/arabic2roman

-> https://app.revature.com/dCourseVideos/Introduction%20to%20Java-6

fizzbuzz_stuff folder

includes my original two attempts to write a code to play the 'Fizzbuzz game' called fizzbuzz_simple.py and fizzbuzz_list.py, as well as a new code written using pytest and test driven development.

In other words, solution.py, fizzbuzz_test.py, and functions.py together create a code that works and was written by writing code that fails tests using the command line, until the code passes the tests. Each test case fails initially, to ensure that the test works and can catch errors.

githubguides folder

includes my own written how-to's for using Github. Also includes my own tips and tricks I have learned during the process.

About

Code I've written for the Programming & Problem Solving course in the Integrated Science and Technology (ISAT) concentration, taken in Spring 2020 at JMU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published