Giter VIP home page Giter VIP logo

viviandoreen's Projects

challenge-one icon challenge-one

A python program that prompts a user to enter their year of birth and in return prints a string in the console stating whether the user is a minor, a youth or an elder. Anyone below 18 years is a minor, anyone between , 18 and 36 years of age is a youth and the rest are elders.

day-2-challenge icon day-2-challenge

A function that takes a string and returns a tuple containing a new string made of all and only the vowels from the original string and the number of duplicates in the original string

day3-challenge icon day3-challenge

A function that takes a list and returns a dictionary with keys evens, odds, and chars.

day5-challenge icon day5-challenge

Simulate a bank account supporting opening/closing, withdrawals, and deposits of money. Ignore the possibility of concurrent transactions! A bank account can be accessed in multiple ways. Clients can make deposits and withdrawals using the internet, mobile phones, etc. Shops can charge against the account. It should be possible to close an account; operations against a closed account must fail. The BankAccount folder contains two files, account.py and test_account.py. In account.py there is a skeleton of the bankAccount class with unimplemented methods and in tests.py there are tests for the methods in the bankAccount class. Challenge today is to implement the methods of the bankAccount class and make all tests pass. Passing the tests is the first step, but goal is to have clean readable code that solves the problem and passes all the tests. Feel free to add more methods and tests. Raising Exceptions At times it is important to raise exceptions. These come in handy for debugging purposes. This challenge will require you to raise exceptions for operations that should fail. Note: Create a new repository for the challenge copy over the files from the BankAccount folder to your new repository and happy coding. Ensure you have a detailed readme in the repository.

embedding-images-and-video icon embedding-images-and-video

This project is an exact replica of the YouTube video page, but the focus is on making the media elements show up. That means two things – embedding the YouTube video player into the page so it actually plays and showing little thumbnail images along the right side.

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.