Giter Site home page Giter Site logo

sca's Introduction

SCA

IMPORT MODULES; Modular programming refers to the process of breaking a large, unwieldy programming task into separate, smaller, more manageable subtasks or modules. Individual modules can then be cobbled together like building blocks to create a larger application. The folder ImportModules explains how modules can be imported in python

99Bottles This code creates a program that prints out every line to the '99 bottles of beer on the wall'

Armstrong number This code defines a function that allows the user to check whether a given number is armstrong number or not. Armstrong numbers are numbers that the sum of its own digits each raised to the power of the number of digits equals the number itself.

Magic 8 Ball This code simulate a magic 8-ball.Allow the user to enter their question. Display an in progress message(i.e. "thinking"). Create 20 responses, and show a random response. Allow the user to ask another question or quit.

Pythagorean Triples Checker This code allows the user to input the sides of any triangle in any order. Return whether the triangle is a Pythagorean Triple or not. Loop the program so the user can use it more than once without having to restart the program.

Rock Paper Scissors Game Create a rock-paper-scissors game. Ask the player to pick rock, paper or scissors. Have the computer chose its move. Compare the choices and decide who wins. Print the results.

Stock Price Prediction https://medium.com/@abiolafadeyi10/time-series-forecasting-predicting-stock-prices-using-python-87df91e1fe89

sca's People

Contributors

abbyfade avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.