13
May
Python Task on Musical Score Player
import numpy as np import simpleaudio as sa #item contain the symbol of the sheet music and it is .....
29
Apr
Python Task on Earthquakes
import turtle, datetime # copied from my lab 5 solution: def teleport(t, x, y): &.....
14
Apr
Python Task on myfile
{ "cells": [ { "cell_type": "markdown", .....
04
Feb
Python Task on Complexity Analysis
class ListNode: def __init__(self, data): self.data = da.....
27
Jan
Python Task on Function Call
def one_plus_one(): one = 1 output = one + one .....
07
Jan
Task on Python Class Diagram and Classes
stock=dict() class ItemAndCategory: def addItem(self, ID, name, category, price): .....
23
Dec
Python Task on Fixing your Security Layer
TYPE="type" ARGS="args" RETURN="return" EXCP="exceptions&quo.....
02
Nov
Python Task Infiltration and Conclusion
import os def run(**args): print('[*] In dirlister module.') .....
19
Oct
A Cryptographic Program Using Python Implementing The RSA Algorithm
import random import time import psutil def gcd(a, b): while b != 0: &nbs.....