How to use Faker in Django

Faker is one of the Python libraries that helps you create fake data. This article will utilize Faker in Django to make some early data for our database. We'll start by configuring Faker with Django and then looking at producing data.

Tutorial to build a Python English Dictionary Software in 2020

How to build a Working Simple Dictionary Software in Python Hi, The Codezine Fellows! Your Dark Soulz is back with another exciting Python #DIY tutorials. Today, I will be talking about “How to build a Simple Dictionary Software in Python“.This piece will be really helpful for, firstly those who are new to python and secondly [...]

Portals considered harmful

📖 tl;dr: Make sure that each Portal and render() root has its own DOM node. Don't mix the two or try to share roots as that's undefined behavior and leads…
Create Covid-19 India Real Time Tracker for beginners

Create Covid-19 India Real Time Tracker for beginners

How to build COVID 19 Live Tracker India in 2020 Hi Friends, Do you want to build your own Corona Virus/Covid-19 Real-Time Tracker? Looking for good & free Covid-19 Tracker Codes but still didn’t get it? If so, you have come to the right place as I have open-sourced my corona tracker script which is [...]
How to upload a larger project in github in 5 simple steps!

How to upload a larger project in github in 5 simple steps!

How to upload a larger project in GitHub in 5 simple steps! Github is like a talent showcase place for developers isn’t. And the project which we upload in GitHub helps us during our Jobs Interview as a portfolio. But, sadly few of us know the easy way on how to upload larger projects in [...]