An NFT generator is a tool that helps artists create collections of generative art built from dozens or even hundreds of individual traits. The tool uses these traits to create thousands (usually 10,000) of unique pieces of art that can be used as avatars for an NFT collection or PFP project.This NFT generator is made with python
Personal Portfolio
So recently I've been creating my personal-portfolio site with reactjs. It has few sections where I need to update in the future ex:- contacts, projects...etc. And I needed to update those sections without directly changing the code. That's where I used firebase as a solution for this case.
Python package to handle gaussian & binomial distributions
Test-driven development (TDD) is an established technique for delivering better software more rapidly and sustainably over time. It is a standard practice in software engineering. In this blog, I'll be explaining about test-driven development (TDD) and a how-to guide to TDD with python. In case you didn't even hear about it, also tag along.
In this tutorial, Let's look at how to implement a web scraper to gather job details and company profiles from a posted jobs list on Linkedin and save them in a .JSON file using Python.