#python
Read more stories on Hashnode
Articles with this tag
Creating a Superuser After creating our Django project and an application, we could implement a form for creating users from our browser. First, we...
After we have created a Django Skeleton Project, we can go ahead to create an application for our project. In the project folder containing manage.py...
Django is one of Python's popular web frameworks which is used for backend web development and for building and consuming APIs (application...
Beginner and Intermediate Python Projects · The Engineering Career Expo (ECX) started its ECX 30 days of code and design on Tuesday, 5 April 2022 in 8...
Intermediate Python Project · The timed mental maths game is aimed at testing our maths capabilities. The game is in five levels and at each level, the...
Intermediate Python Project · ECX 30 Days of Code and Design Day 30 Sudoku Solver Task Write a function that takes in a 9×9 array of numbers. Let this...