🎊 4 Python Projects to showcase in your portfolio — A treat for python enthusiasts
⚡️Here goes the list.
1️⃣ URL Shortener — This is a project where you take an URL as an input and convert it into a very short one. To uniquely identify the URLs, you define a pattern that randomly generates for every URL.
2️⃣ Random Number Generator — This is a very simple one where you use the random library. Here you define a range and a random number is generated. You can make it a game where people have to guess the random number, so you can call it “Guess the number”.
3️⃣ Password Generator — This has a bit of similarity with URL shortener. As you need to define a pattern and a random password is generated. You can also create some inline configuration options like length of the password, no-numbers, no-special-characters, etc, that’s upto you.
4️⃣ Webscraper — This is probably the best one. Here you learn to take a URL and fetch all the data from that. Suppose there’s a news website and you fetch all the news with this. It can be used in many cases for example you can create a price tracker from any online stores which will tell you if the price of your desired product is up or down.
👨🏻💻 So there you go, that’s a bit of an information to prepare these projects.
⚔️ Now, start off with the projects!
❔Thoughts? Comment below.
コメント