Skip to content
Chase
  • Home
  • Python
  • Math
  • Q&A
  • Stories
  • Raspberry Pi
  • Stocks
  • Nature

Python

Python

CCC ’10 J5 – Knight Hop

Posted on July 1, 2022 by Chase

Knight Hop is a Junior 5 level 7 point problem. A little bit of chess knowledge is very useful, as it requires a knight. Functions are also extremely helpful, especially if it determines the possible next moves given a set of points. First, create a function than takes in a…

Posted in PythonLeave a Comment on CCC ’10 J5 – Knight Hop
Python

CCC ’14 S3 – The Geneva Confection

Posted on June 28, 2022 by Chase

https://dmoj.ca/problem/ccc14s3 The problem above is mainly based off logic. It really requires only a few if else statements, variables and loops. First, you need to create a loop that loops based of an integer input. Everything else will be in this loop. Create an empty list that is for the…

Posted in PythonLeave a Comment on CCC ’14 S3 – The Geneva Confection
Python

CCC ’14 S1/J4 – Party Invitation

Posted on June 25, 2022June 25, 2022 by Chase

https://dmoj.ca/problem/ccc14s1 This is a dmoj 5-point Junior 4 question. It is more complex than it seems. Read on to find the solution and the logic to it! First, read the question. Without knowing what the question is about, all the rest of this blog will be useless. First things first,…

Posted in PythonLeave a Comment on CCC ’14 S1/J4 – Party Invitation
Python

What is Python?

Posted on September 6, 2021 by Chase

Python is a popular programming language created by Guido van Rossum, and released in 1991. It is used for: software development mathematics What can Python do? Python can connect to database systems. It can also read and change files. Python can be used to handle big data and perform complex…

Posted in PythonLeave a Comment on What is Python?
Python

How to Install a Package on Pycharm

Posted on August 12, 2021 by Chase

On the top left corner, click file-settings or do ctrl+alt+s. Go to Python Interpreter. Click the plus sign that is near the bottom. Search up the package you want to install, like numpy or matplotlib. Click Install Package Wait until it is installed, and then you are done!

Posted in Python, Q&ALeave a Comment on How to Install a Package on Pycharm
Math

Fastquant

Posted on August 7, 2021August 9, 2021 by Chase

Fastquant is a new python package that is related to stocks. Using only two lines, you can predict which stocks are good to buy, and which stocks you should sell. First, install the fastquant package. Then, type the following: Run the program, and on the top left you will find…

Posted in Math, Python, Q&ALeave a Comment on Fastquant
Python

LED Bar Raspberry Pi Project

Posted on June 6, 2021June 6, 2021 by Chase

To make a flowing water light, you will need the following: 11 wires 1 bar graph LED 1 breadboard 10 220 ohm resistors 1 raspberry pi 3 Now, place the pieces like the following: Once you are done putting the pieces in the right place, type the following code: Once…

Posted in Python, Q&A, Raspberry PiLeave a Comment on LED Bar Raspberry Pi Project
Python

Emails using python: example code

Posted on May 23, 2021 by Chase

If you get an error, it typically means that there is a security error. To solve this problem, do the following steps: Click the top right part of your Gmail page. Click “Manage Your Google Account”. Go to the “security” section. Scroll down to the part that say’s “Less secure…

Posted in Python, Q&ALeave a Comment on Emails using python: example code
Python

Raspberry Pi Police Light

Posted on May 9, 2021May 10, 2021 by Chase

Making a police light from a Raspberry Pi isn’t easy! But it sure is cheap. You will need: 7 wires 1 raspberry pi 3 1 red LED 1 blue LED 2 220 ohm resistors 1 momentary push button 1 breadboard Now place the pieces like the following: Then, using python,…

Posted in Python, Q&A, Raspberry PiLeave a Comment on Raspberry Pi Police Light
Python

Python print() (Pt. 2)

Posted on May 9, 2021May 9, 2021 by Chase

The “%s” sign Try this code: Did it print what you thought it would? This is like the substitution method in linear equations. For all the “%s” signs, at the end, after the “%” sign, Using what is after it, replaces the “%s” sign. Can I use multiple “%s” signs?…

Posted in Python, Q&ALeave a Comment on Python print() (Pt. 2)
  • « Previous
  • 1
  • 2
  • 3
  • Next »

Tags

#bank #communist #finance #math #news #python Diseases lessons News shortstories soccer Space Travel
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Mar    

Chase

Follow us on social media!

Facebook Instagram YouTube Twitter

Useful Links

  • About Us
  • Services
  • Project
  • Blog
  • Supports
  • Term & Condition
  • FAQ
  • Privacy Policy

Our Category

  • Arduino
  • Book Summarization
  • Books and Movies
  • C++

Contact Us

911
gmail@gmail.com
Mars

Chase. All Rights Reserved.

Back to top