3:42
Create Virtual Talking Bot in Python | TheCodeLearner
Dear Learners, We have created a talking Bot using 4 lines of code in Python. pyttsx3 is used abundantly to convert text to speech ...
9:26
Quick Introduction on Python Modules
python #programming A Module defines a bunch of code which provide special features to its users out of the box. We'll be ...
22:03
I Built an Open-Source AI Browser Companion
Browser Companion is an open-source AI-powered browser assistant designed to make browsing safer, faster, and more useful.
5:23
How to make the best use of JavaScript console object
How to make the best use of JavaScript console object My Website: https://thecodelearners.com Source Code Link: ...
29:33
Learn Django Command Management, Create Custom Command
django #python #djangoframework #djangocommands #pythoncommands Django Framework is an idle web framework that ...
1:25
Django Rest Framework API Serializer Tips Make field hidden in Serializer Response
django #python #djangorestframework #djangorestframeworkserializers In this video, you'll be learning about making a field ...
11:02
Django Create a Custom Manager with Chainable Queries
Django Managers makes handle the database access layer and they are responsible for fetching the rows from a database.
18:47
Django Rest Framework Handling Based Token Authentication
django #djangorestframework #python You'll be learning Django Rest Framework Handling Based Token Authentication and also ...
4:44
Setting up CORS in Django Rest Framework and React JS
Learn how to setup CORS in Django Rest Framework and React JS My Website: https://thecodelearners.com Source Code Link: ...
19:31
Protect site against spam using Google Recaptcha and Integrate it into Django Framework
django #python #djangoframework #recaptcha In this video, you'll be learning to Protect site against spam using Google ...
18:45
How to show Notifications using Javascript?
javascript #webdevelopment #learnjavascript The Side Popups which appear on the browser are called Notifications. They are ...
31:13
Adding Custom Permissions in Django Rest Framework
django #python #djangorestframework In this video, you'll be learning about Protecting UnAuthorized access using Permissions ...
12:57
Django Templates Render, Passing Values, Conditional and Loops
python #programming #djangoframework The Django Templates are the convenient ways to add dynamic data inside HTML.
11:48
BhaiLang Tutorial | A Desi Toy Programming Language for Fun
learnprogramming #bhailang The BhaiLang is a Toy Programming Language which is written in Typescript. This is basically a ...
5:11
Python Sorting List of items on a Custom Object Key
python #programming #pythonprogramming Learn to properly sort list of items on a Custom Object Key in Python programming ...
20:53
How to Create Custom Serializer Fields in Django REST Framework #django #python #djangorestframework
In this video, You will learn how to Create Custom Serializer Fields in Django REST Framework using SerializerMethodField() and ...
17:00
How to use localStorage in Javascript – Complete Guide with Examples
javascript #learnjavascript #localstorage #webdevelopment Recommended by: @no.1tvseries The Local Storage is an object ...
21:00
Django Template Inheritance using extends and include template tags
python #programming #djangoframework For displaying the HTML output Django has a language which is called Django ...
14:25
4 Ways of Easily Serializing Model Instances in Django Framework
For serialization, Python has JSON Module. But it is not easy to serialize complex Django objects into JSON or any other format.
2:26
Plotting Google Map Using gmplot package
Dear Learners, We have demonstrated a basic plotting for Google Map using gmplot. Follow Us on Facebook ...