This program generates a random password. The password is at least 10 characters long and includes at least 1 number and special character. You can tell the program how many special characters, numbers, and letters you want. The password has letters, numbers, and other characters randomly dispersed throughout. For example,…
Chase
Python Tic Tac Toe Using Tkinter
Copy and paste this code into a python IDE, and you got tic tac toe!
Python Simple and Compound Interest Calculator
Don’t have a calculator? Don’t worry. Just paste this code into Python and let Python do all the work.
The Long March
In October 1934, The Long March occurred. It was a series of marches by the Chinese communists, who were led by Mao Zedong. Before the Long March even started, the communists were losing badly to the nationalists. The communists needed to make a plan. They also wanted the nationalists to…
SVB Bank
The Silicon Valley Bank Became Bankrupt Silicon Valley Bank, SVB for short, was ranked number 63 in 2021 according to the USA’s top banks. In 2022, it skyrocketed to number 16, an insane feat. In 2023 however, it became bankrupt within a span of 2 days. Here is how this…
Watership Down – Characters
Hazel: A young leader of the group of rabbits. Fiver’s brother. Hazel lead the group through predators and conflicts. He is a quick thinker, often putting himself at risk in order to save othes. Fiver: A small rabbit, Hazel’s brother. He is a seer, which means he can predict things…
Amazing Keyboard Shortcuts
ctrl+B: make bold ctrl+I: make text slanted crtl+u: underline ctrl+w: close tab ctrl+shift+w: close window ctrl+1: first tab of chrome ctrl+2: second tab of chrome … windows+d: home page ctrl+t: open new tab ctrl+shift+t: open recently closed tab ctrl+n: open new window F11: full screen ctrl+prntscr: unsaved screenshot windows+prntscr: saved…
%02d – python
In python, %d is similar to %s, but uses numbers instead of strings. This prevents typing str() continuously. The %02d could be useful in creating leading 0s. This could be used in digital clocks that need to always have 4 digits. Example: Output: Example: Output:
Tricks For Soldering
Soldering is the process of using a soldering iron to melt some metal into liquid. The liquid is placed on something, and when it hardens the things is stuck with a conductor. In soldering, most of the time a printed circuit board (PCB) is used. A PCB is a board…
Rickroll
Rickroll is an internet prank, originated from the song “Never Gonna Give You Up“. Basically, your goal is to avoid that song, or the person Rick Astley moving. The art of Rickroll There is a website called https://www.secretrickroll.com/. This website allows you to create a “link” that leads to rickroll….
