Created for University assignment
To run newline_links10.py
we need beautifulsoup4.
Use the package manager pip to install beautifulsoup4.
pip install beautifulsoup4
Calculator but instead of digits or symbols, using words, in functions.
Example :
eight(minus(seven())) # = 1
two(plus(two())) # = 4
eight(times(eight())) # = 64
nine(minus(seven())) # = 2
Classic TicTacToe game in console environment.
User VS Computer.
Step into web scraping. This project ask for a website link (http://www.example.com).
Then finds all new line tag with <br>
and <p>
, all links in <a>
tags.
Then prints the number of impressions of each of the above
This small app takes a number of distances and a positive integer and calculate the max distance between of them.