Python (48 results)
|
Select a resource
Coding Projects
Sort by
|
We use passwords every day for our email and other computer accounts. How secure is the password that you use? How hard would it be for someone to guess your password? How hard is it to write a computer program to guess a password? You can see for yourself by writing a simple password guesser in the computer language Python. We will get you started with some ideas, a little sample code, and a few passwords for your computer program to try and guess.
Read more
You might think that one sure-fire way to keep your computer safe from hackers is to disconnect it from the internet entirely. But did you know that even without internet, a computer can transmit data using light, sound, vibrations, or even heat? In this project, you will investigate how a spy or hacker can steal data from an "air-gapped" computer that has no internet connection. You can even use a smartphone equipped with a sensor app to demonstrate how the data can be picked up by a nearby…
Read more
How do you make a spacecraft land safely on the Moon or another planet like Mars? It probably helps to know how far away the ground is so you can deploy landing gear, activate a parachute, or fire thrusters to help slow down. In this project you will build your own "lander" vehicle with a sensor that can measure distance to the ground, allowing you to program outputs like blinking lights or an audible alarm.
Read more
Have you ever played Minesweeper? Did you start clicking around randomly until you hit a mine? What did you think the numbers meant? Do you think a computer program can play Minesweeper better than a human? In this project, you will explore how to train an AI agent to play Minesweeper.
Read more
What happens when a satellite collision in space leads to a chain reaction of more collisions? This project models The Kessler Syndrome: A scenario in which collisions between satellites in low Earth orbit create increasing amounts of debris, eventually making the region too dangerous for satellites or spacecraft to operate safely. By adjusting key variables like collision rates and debris generation, you can visualize how quickly space around Earth could become overcrowded, and explore…
Read more
Have you ever wondered how you could push a button without using your hands? How would you type on a computer or play a video game? You could use a puff switch - an electronic switch activated by blowing into a straw. This type of assistive device can help users with limited mobility or physical disabilities do everything from using a computer to steering a wheelchair. In this project, you will design, build, and test a puff switch that is connected to a tiny programmable board that you can use…
Read more
Do you ever wonder if you spend too much time online? How can the amount of time spent on social media influence someone's mental health? What other factors play a role? In this science project, you will investigate which variables correlate with better mental health scores using a machine learning algorithm called the Random Forest algorithm.
Read more
Have you ever wondered how Artificial Intelligence (AI) can be used to improve human health and medicine? Computers can now identify human joints as key points to track our body movements. They can then use this information along with training data sets to show us if we perform exercises safely, to prevent us from getting injured. Create your own data set and test out if your algorithm can reliably detect good and bad exercise form.
Read more
The "impossible arrow" is an amazing optical illusion: an arrow that always seems to point to the right, even when you rotate it 180°. If you place the arrow in front of a mirror, however, its reflection points to the left! How does this illusion work? Can you design your own "impossible" shapes? Try this project and find out!
Read more
Litter is not only an eyesore but also a serious threat to wildlife and the environment. While some littering is intentional, much of it occurs accidentally–such as when trash falls from garbage trucks or strong winds scatter waste from bins. Machine learning offers a powerful solution for detecting litter, paving the way for future innovations, including autonomous robots capable of cleaning up our surroundings.
Read more
|













