2 тысяч подписчиков
85 видео
Swapping Numbers in just single line || Python || Tip of the Day - 15
Implement GET, UPDATE, DELETE of CRUD Operations using APIView || DRF Tutorials || Tutorial - 4
how to get the absolute number? || Python Built-in Functions -1
7 Powerful One Liner Codes in Python in 2023 || Better Coding Practices
Difference between "==" and "is" comparision operators? || Python Coding || Tip of the Day - 22
How to create Google and Facebook login in Django Project 2020 || Part - 2 || The Codrammers
Check all methods of an Object in Python (List has insert, pop, ...) || Python Built-in Functions -2
complex() function || Python Built-in Functions -1
How to Dockerise Django Application? || Run Django on Docker using Docker-compose
What is API and Rest API? Why to use Django Rest Framework? || DRF Tutorials || Tutorial - 2
How to create Real-Time Chatting App in Django(Whatsapp Web Clone) || 2021 | The Codrammers | Part-1
Sorting list based on values in dictionary in a list using sorted() function || Python || Tip - 27
How to create Login and SignUp with Phone OTP validation in Django 2020 || Part -1 || The Codrammers
Restrict Keyword Arguments in Function || Python || Tip of the Day - 11
Execute string "print('Hello')" as code in python? || Python Built-in Functions - 5
Create your First POST API using APIView in Django Rest Framework || DRF Tutorials || Tutorial - 3
How to create Real-Time Chatting App in Django(Whatsapp Web Clone) || 2021 | The Codrammers | Part-2
How to create Custom User Model in Django || DRF Tutorials for Beginners || Tutorial - 6
How to Install Django latest and Getting started with Python Django || The Codrammers
Trick when using If-else statement long comparision || Python || Tip of the Day - 18
Do you know how to filter a Python Dictionary in Single Line? || Powerful One Liner Python codes - 5
When Python is Love ❤️
Do you know how to merge 3 dictionaries in single line? || Powerful One Liner Python codes - 7
Do you know what end and sep parameters do in print statement? || Python || Tip of the Day - 19
Open Web Browser with Python Script || Python || Tip of the Day - 16
Swap the case of every character in a string || Python Coding || String Methods - 1
Convert the string "[1, 2, 3]" or "[ [1, 2], [3, 4] ]" to list in single line? | Tip of the Day - 21
One Line Functions in python || Powerful One Liner Python codes - 2
Printing * Patterns in Single Line || Powerful One Liner Python codes - 4
Create CRUD APIs in just 3 lines of code using Generic API Views || DRF Tutorials || Tutorial - 5
What is Django? What architecture does Django follow? || DRF Tutorials for Beginners || Tutorial - 1
Do you know better way of comparing if a value is between a given range? One Liner Python codes - 6
Find the Mobile Number Location in Django || Mini - Project
How to Deploy Django on Google Cloud with Postgres, Nginx, and Gunicorn on Linux | Virtual Machine
Using endswith() to find if a string ends with a particular value ||Python Coding String Methods - 3
How to deploy Django project on AWS for FREE 2020 || Free 1-year Hosting || ElasticBeanStalk
How to get the quotient and remainder of the division in python? || Python Built-in Functions - 3
Django Debugger in Pycharm || Python || Django || Pycharm
What are any() and all() functions ? || Python Coding || Tip - 25
a = 5, Is comma valid after integer in python? || Python Coding || Tip - 28
Python's For loop has else clause || Python Coding || Tip - 26
Do you know Extended Unpacking ?? || Python || Tip of the Day - 9
How to use Debugger with Django in Pycharm || The Codrammers
capitalize() method in strings || Python Coding String Methods - 1
Use of expandtabs() method in Python ||Python Coding String Methods - 4
Counting a particular value in a string using count() method || Python Coding String Methods - 2
Sorting list based on length of elements in a list using sort() method || Python Coding || Tip - 26
Convert a string to lowercase? || Python || Python Coding String Methods - 6
Addition and Multiplication with Strings Lists and Tuples || Python Coding || Tip - 29
Online Examination Portal || My Personal Project