10 Tips for Beginners getting started with Django

Django is keen on adhering to the MVC (Model View Controller) convention that many frameworks follow. However, the framework is keen on working with its own control rules. Since the control you need when dealing with your Django apps is not isolated, Django is sometimes called an MVT application with the View component bridging the Model component and Template component of your apps.

“What is HTML” explained with examples

Is Html a programming language? It is easy to get confused thinking of HTML as a programming language, but the fact is HTML is a Hypertext Markup Language. It creates electronic documents (web pages) displayed on the World Wide Web (WWW). For not being a programming language, it does not have the capability to create dynamic functionality. HTML pages can be viewed by anyone connected to the internet.
Sudoku Pygame Building Using Python

Sudoku Pygame Building Using Python

How to create Sudoku Pygame using Python3 Hello The Codezine Mates, welcome back to our Pygame Series, today we are going to build another game using pygame. This day I am going to show you how you can create a Python Sudoku game. Interesting, isn’t it? What is Sudoku Game: It's a puzzle-based strategy [...]
A Simple Python Tic-Tac-Toe Game Using Pygame

A Simple Python Tic-Tac-Toe Game Using Pygame

Creating A Python Tic-Tac-Toe Game Using Pygame Hello guys, welcome back to the Pygame Series, today we are going to build another simple but cool game. Today I am going to show you how you can build a Python. But, moving far let me give you the definition of the Tic Tac Toe Game. Definition [...]
5 Easy Way to Build a Python Chat room

5 Easy Way to Build a Python Chat room

5 Tips to build a GUI Python Chatbox Hello, the Codezine fams we are back again with another python #DIY tutorial. Today, we are going a Python Chat Room or you can say Python Chatbox which is simple to understand & run. Excited? If so, let’s move on to the building concept of our Gui [...]
How to build a chatbot in Python

How to build a chatbot in Python

Tutorial to build a python chat box Hi Dev mates, Welcome to The Codezine again, & Dark Soulz is back with another python #DIY tutorial. Today, I will gonna bring out one of the important & cool python projects that you are gonna like & love to do it yourself. So, Today we are going [...]

Github Custom: How to create a Github Profile README

Tutorial to create a Github Profile README in 2020 Hi Developers! Today I will talk about the latest & cool feature that GitHub has released in 2020 i.e Github Profile READMEs. Now you can customize your Github Profile by placing your custom fancy text & links above your repository. The feature will not only help [...]