Giter Club home page Giter Club logo

Shiva Acharya's Projects

alphaorder icon alphaorder

A program to print the longest substring of user's word in which the letters occur in alphabetical order.

automate-the-boring-stuff-with-python icon automate-the-boring-stuff-with-python

This repository contains all the examples, practice exercises, and projects from my journey while reading "Automate the Boring Stuff with Python - 2nd Edition" by Al Sweigart. No Starch Press.

caesarcipher icon caesarcipher

caesarCipher.py imports valid words from words.txt, encrypts given string with provided shift key. Also, it decrypts given encrypted string and provides an applied shift key. Finally, an encrypted story,txt is decrypted. Credit goes to MITx 6.00.1x course.

credit-card-balance-payment icon credit-card-balance-payment

ccBalance program calculates credit card balance after one year if only a minimum monthly payment is made using the Recursive Function algorithm. fixedPayment program calculates the lowest monthly fixed payment amount (in 10s ) to pay off the credit card balance in 12 months. minMonthlyPayment program calculates the lowest monthly fixed payment amount (in exact dollar and cents) to pay off the credit card balance in a year using the Bisection Search algorithm.

cs50 icon cs50

My labs and problem sets for cs50 course from Harvard.

guessnumber icon guessnumber

Program to guess user's secret number using Bisection Search Algorithm.

hangman-game icon hangman-game

hangman.py gets a randomly generated word from words.txt and provides 8 guesses to a user to guess the word. Inspired from MIT - 6.00.1x course.

isin.py icon isin.py

Program to determine if a character is in an alphabetically ordered string using Bisection Search and Recursive Function algorithms.

leetcode icon leetcode

This repository contains my solutions to LeetCode problems.

robinotion icon robinotion

This project is to get stock prices from robinhood account and note them in notion database.

vowelcounter icon vowelcounter

A python program to count vowel letters from user's input.

wordgame icon wordgame

It contains wordGame - Scrabble. userPlay.py is just for user to play. userComputer.py has an option for computer to play. words.txt contains all words used for this game. Inspired from MIT - 6.00.1x course.

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.