placing your order...
Don't refresh or navigate away from the page.In this liveProject, you’ll use Python to build a command-line game that produces a cryptogram to decode. You’ll build a simple web scraper to pull data from a quotation website, then generate an encoded puzzle for the player to decipher. You’ll interact with a web server to create your game, using the Python library BeautifulSoup.
The liveProject is for intermediate-level Python practitioners who know the basics of Python syntax, strings and character data, and the fundamental aspects of object-oriented programming. Moreover, you’ll need a basic understanding of how web servers receive and respond to requests for web pages, and how HTML structures content on a webpage. To begin this liveProject you will need to be familiar with the following:
In this liveProject, you’ll write a script that can scrape data from a website and encode the data with a given cipher. The skills you’ll learn throughout the course of this project will be directly applicable to your job as a web developer, analyst, cryptographer, or data scientist.
geekle is based on a wordle clone.