Mortgage Calculator

https://github.com/DavidRush27/mortgage.py.gitThis is a project that I made for a portfolio project on CodeCadamy. Do i need a reason to know what a mortgage is going to cost me on a monthly bases? I ...
0 Read More

Black Jack game in python

⛶#import random module to select deck of cards randomly import random deck_of_cards = [2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 10, 10, 11] #Drawing two cards and adding them to sum up your_card1 = random.c...
0 Read More

GitHub Issue Importer

Did you know that GitHub does not offer a way to import multiple issues at once? I came across this problem whilst laying out my plans for a new project. I had created a number of tasks and I wanted t...
0 Read More

On Usable Documentation

Having no documentation is often less harmful than having inaccurate documentation.Like code, documentation degrades over time. What was once accurate may now be obsolete. And practices we once ignore...
0 Read More

Machine Learning Simplified

Imagine if your computer could learn just like you! Machine Learning (ML) is a way for computers to get smarter by looking at lots of information and figuring things out on their own. It’s like when...
0 Read More

Weekly Challenge: Sorted equally

Weekly Challenge 314 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions are written in Python first...
0 Read More