- 778
- 729 014
Python Developer - 0.1
India
เข้าร่วมเมื่อ 30 พ.ย. 2020
Welcome To My TH-cam Channel
This channel includes Python-related concepts which are helpful to Everyone.
Python Interview Questions
Start Learning Python.
* Turtle Graphics Design (GUI)
* Python Game Development
* Django Web Development
* Machine Learning
* Data Science
* Artificial Intelligence
Python was created in the late 1980s, and first released in 1991, by Guido van Rossum as a successor to the ABC programming language.
Python is an interpreted, high-level and general-purpose programming language.
Python is an open-source programming language that was made to be easy to read and powerful.
This channel includes Python-related concepts which are helpful to Everyone.
Python Interview Questions
Start Learning Python.
* Turtle Graphics Design (GUI)
* Python Game Development
* Django Web Development
* Machine Learning
* Data Science
* Artificial Intelligence
Python was created in the late 1980s, and first released in 1991, by Guido van Rossum as a successor to the ABC programming language.
Python is an interpreted, high-level and general-purpose programming language.
Python is an open-source programming language that was made to be easy to read and powerful.
Django project to create a Comment System
Django project to create a Comment System
Commenting on a post is the most common feature a post have and implementing in Django is way more easy than in other frameworks.
The Meta class inside the model contains metadata. We tell Django to sort results in the created_on field in descending order by default when we query the database. We specify descending order using the negative prefix. By doing so, comments made recently will appear first.
The __str__() method is the default human-readable representation of the object. Django will use it in many places, such as the administration site.
we need to synchronize this comment model into the database by running migrations to reflects the changes in the database.
Source code: github.com/jaggpython/comment_system_project
Thank you!
Commenting on a post is the most common feature a post have and implementing in Django is way more easy than in other frameworks.
The Meta class inside the model contains metadata. We tell Django to sort results in the created_on field in descending order by default when we query the database. We specify descending order using the negative prefix. By doing so, comments made recently will appear first.
The __str__() method is the default human-readable representation of the object. Django will use it in many places, such as the administration site.
we need to synchronize this comment model into the database by running migrations to reflects the changes in the database.
Source code: github.com/jaggpython/comment_system_project
Thank you!
มุมมอง: 78
วีดีโอ
CRUD Operations Django Project | Python Web Development Framework
มุมมอง 1.5K2 หลายเดือนก่อน
CRUD Operations Django Complete CRUD Operations Project Tutorial. CRUD can be best explained as an approach to building a Django web application. In general CRUD means performing Create, Retrieve, Update and Delete operations on a table in a database. Create - create or add new entries in a table in the database. Retrieve - read, retrieve, search, or view existing entries as a list(List View) o...
e-commerce website in django python | add item to cart | source code link
มุมมอง 1.4K3 หลายเดือนก่อน
e-commerce website in django Best Django project Ideas for Beginners to advance. This video helps for learning how to create a e-commerce website using Django. An e-commerce website is an online platform that allows businesses to sell products or services directly to consumers over the internet. Homepage: The landing page that often showcases featured products, promotions, and navigation links ...
e-commerce website in django python | add item to cart
มุมมอง 8884 หลายเดือนก่อน
e-commerce website in django Best Django project Ideas for Beginners to advance This video helps for learning how to create a e-commerce website using Django. An e-commerce website is an online platform that allows businesses to sell products or services directly to consumers over the internet. Homepage: The landing page that often showcases featured products, promotions, and navigation links t...
django mini project python | basic mathematic operations
มุมมอง 2265 หลายเดือนก่อน
Basic Mathematics Operations This video demonstrates basic arithmetic operations: addition, subtraction, multiplication, and division. Simple HTML and Python code are used to make the concepts easy to understand. The CSS styling code is included, copied from the GitHub repository 'Basic_operators'. check source code link given below 👇 GitHub: github.com/jaggpython/Basic_operators/tree/main/basi...
user registration Part-2 | Django Complete CRUD operations | create, read, update, delete | Python
มุมมอง 6505 หลายเดือนก่อน
What is CRUD? CRUD stands for Create, Read, Update & Delete. These are the four basic operations which are executed on Database Models. We are developing a web app which is capable of performing these operations. The CRUD operations are defined as follows: Read Operation. The ability of the application to read data from the database. Create Operation. The ability of the application to store dat...
django user registration project Part-1 | django user account, sign up, login and logout | Python
มุมมอง 2.7K5 หลายเดือนก่อน
user registration project django python | create an user account, sign up, login and logout User authentication in django. create sign up form and login, after login redirect to the home page. HTML5, CSS and django framework (Python) django authentication login part-1 In this video, the registration and login form code is shown. After logging in, users are redirected to the home page. source co...
Weather app project django python | call weather API
มุมมอง 4366 หลายเดือนก่อน
Weather app project django python | call weather api In this tutorial, we will learn how to create a Weather app that uses Django as backend. Django provides a Python Web framework based web framework that allows rapid development and clean, pragmatic design. This is a simple and easy project for beginners. here in this project we can browse the city weather report. Python Developer GitHub sour...
Django CRUD Operations Python | Rest API | Ajax, HTML, CSS and ChatGPT | Complete Project
มุมมอง 9717 หลายเดือนก่อน
Rest API | Javascript, HTML, CSS and ChatGPT | Complete Project Django rest Framework Python Django Rest API Project CRUD Operations in Django What is CRUD ? CRUD stands for Create, Read, Update & Delete. These are the four basic operations which are executed on Database Models. We are developing a web app which is capable of performing these operations. Here I used Ajax to call the API. This i...
CRUD API's | Django Rest framework | Django rest API | DRF
มุมมอง 1719 หลายเดือนก่อน
CRUD API's | Django Rest framework | Django rest API In a RESTful API, endpoints (URLs) define the structure of the API and how end users access data from our application using the HTTP methods - GET, POST, PUT, DELETE. Endpoints should be logically organized around collections and elements, both of which are resources. Django REST API - CRUD with DRF Django REST Framework is used to create web...
Soft Deletes in Django
มุมมอง 22610 หลายเดือนก่อน
Soft deletes in Django In Django, soft delete is a clever way to manage data removal. Instead of getting rid of records forever in the database, it takes a gentler approach. Here's the idea: When you want to delete certain data, you don't wipe it out completely. Instead, you place a special marker, like a flag, to show that it’s not active or “deleted”. This way, you have a record of what you r...
Create HTML CSS Table using ChatGPT | sample data table | static Table data
มุมมอง 17011 หลายเดือนก่อน
Create HTML Table using ChatGPT | sample data table ChatGPT is an AI Tool ChatGPT is a free-to-use AI system. Use it for engaging conversations, gain insights, automate tasks, and witness the future of AI, all in one place. A table is a representation of data arranged in rows and columns. The use of tables in the web has become more popular recently because of the amazing HTML table tags that m...
iTerm2 - macOs Terminal Replacement | Multiple terminals open in a single window
มุมมอง 8611 หลายเดือนก่อน
iTerm2 - macOs Terminal Replacement | Multiple terminals open in a single window iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted. iTerm2 allows you to divide a tab into many rectangular "panes", each of which is a different terminal session. ...
Django rest API | Search filter API | Django rest framework project for beginners
มุมมอง 287ปีที่แล้ว
Django rest API | Search filter API | Django rest framework project for beginners
Rest Api | update api from shell terminal | django queryset
มุมมอง 99ปีที่แล้ว
Rest Api | update api from shell terminal | django queryset
Test rest API in postman | django rest framework | GET method
มุมมอง 198ปีที่แล้ว
Test rest API in postman | django rest framework | GET method
How to create get API using the django rest framework | Django rest framework | APIview
มุมมอง 130ปีที่แล้ว
How to create get API using the django rest framework | Django rest framework | APIview
Register Model in the Admin - Python & Django 4.2.3 tutorial | Django Framework
มุมมอง 242ปีที่แล้ว
Register Model in the Admin - Python & Django 4.2.3 tutorial | Django Framework
How to fetch data from back-end to frontend using Django Framework python
มุมมอง 467ปีที่แล้ว
How to fetch data from back-end to frontend using Django Framework python
How To Make Website DARK MODE | Dark/Light Theme Website Design using HTML,CSS & JS
มุมมอง 174ปีที่แล้ว
How To Make Website DARK MODE | Dark/Light Theme Website Design using HTML,CSS & JS
Library Management System Python Project | ChatGPT Code Generator | Easy to Understand for Beginners
มุมมอง 477ปีที่แล้ว
Library Management System Python Project | ChatGPT Code Generator | Easy to Understand for Beginners
Remove Image Background using Python | Module rembg and PIL
มุมมอง 257ปีที่แล้ว
Remove Image Background using Python | Module rembg and PIL
Django Framework | Export Data to Excel sheet using Pandas Library
มุมมอง 392ปีที่แล้ว
Django Framework | Export Data to Excel sheet using Pandas Library
Python Tricks | Standard Code Formatter for Python | black Library
มุมมอง 121ปีที่แล้ว
Python Tricks | Standard Code Formatter for Python | black Library
Draw rose in python | Rose 🌹 Flower Draw in Python | turtle graphics design
มุมมอง 491ปีที่แล้ว
Draw rose in python | Rose 🌹 Flower Draw in Python | turtle graphics design
Django Framework | Complete CRUD operations Python | create, read, update, delete
มุมมอง 51K2 ปีที่แล้ว
Django Framework | Complete CRUD operations Python | create, read, update, delete
python program to Reverse String without using in-built function Python | interview question
มุมมอง 1.2K2 ปีที่แล้ว
python program to Reverse String without using in-built function Python | interview question
I want to communicate with you
I want to communicate with you
Where is project in GitHub
Not working 😠😠
Send me your code. My Instagram id: python2914
Only 1 leaf for me 😂
Send me your code, instagram id: python2914
the video so good! thank you!
Not working Fake 😡🤬😡🤬😡🤬😡🤬🤬🤬🤬
It is working 99%
Is real
Funny😂
Very useful Hats of love
Cade o audio
Fake
Why ?
do you have a wedding aniversary file as well if you do can you please send me
Check this: tinyurl.com/23zj4g9f
Bro not working
Why what's the error ? Text me instagram id: python2914
🎉🎉🎉🎉 I made it ❤
This Video Actually helped me to build my logic about crud operations. Thanks
Great! No Annoying Music.
Bro this is not working
Why what's the problem ? Text me instagram id : python2914
it it still working, I tried installing it using pip. but module not found is showing as a error
Yes, it is still working. from rembg import remove from PIL import Image img_path = "img.jpg" # Path to the input image output_path = "output.png" # Path to save the output image # Open the input image using PIL input_image = Image.open(img_path) # Remove the background output_image = remove(input_image) # Save the output image as PNG output_image.save(output_path)
I subscribed your channel because of this video but it's blurred and tiny. Try zooming your screen on your next video. I'm sad I couldn't follow such a supposed great video
Ok, Please Check source code is available in the description.
Send code bro
Source code: from turtle import * import colorsys tracer(100) pensize(3) bgcolor("black") h=0.2 for i in range(400): c = colorsys.hsv_to_rgb(h,1,1) color(c) h+=0.005 rt(20) for j in range(2): fd(i) rt(30) rt(40) rt(100) done()
the video is good but takeore time for you to understand because of no voice added to it
the video is good but takeore time for you to understand because of no voice added to it
please can you add voice tthe
NOT SOUND BRO
you create a video with no voice is helpless and you are too speed go back and record again
Source code available in the description, if you miss anything refer to the code.
@@PythonDeveloper01please update video again with audio
hi bro what's up product view on bootstrap modal in django ?
No
Is it 1t(200) or it(200) ?please tell me
L small later ("l")
Hello bro, how do I count CartItems get cart count ?
Text me on "python2914" instagram id.
def cart(request): cart_items = CartItem.objects.all() cart_items_count = cart_items.count() # Get the count of cart items return render(request, "cart.html", {"cart_items": cart_items, "cart_items_count": cart_items_count})
Thank you I was about to cry in the last 5 hours 😭😭😭😭😭😭
You're the best ❤
Bro thanks a lot Can you also make a video of the total calculation of these prices and the editing of the product?
Go to the Cart there you can c total price calculation and you can edit the item. It is done from the front-end side.
@@PythonDeveloper01 ok I will try
Admin using django and angular full stack e-commerce website?
No, django and ajax
@@PythonDeveloper01 ajax is so very hard
Bhai music mt dala kro yrr explain bhi kra kro
Sorry, error aaya tho screenshot share karo, instagram id: python2914
best
Tks
Superb, how can i used crud using router in django form
E-commerce website next video please
they override each other in the new version
hello sir , I can't hear the sound of this video.
I admit, Pygame is a pain, when it comes to blit text. But in many other cases pygame is user friendly and very easy to use.
Pls make a video with audio
Are you facing any problem in that code ?
@@PythonDeveloper01 No. If audio means increase concentration in video to watch fully without boring.
Do I have to download turtle in the library? I'm a beginner
No, you need to install pydroid3 app from playstore, including an additional file around 100mb , after that you can write python code. If there is any issue let me know.
Bro which additional file need to download
Give me code for this please 🙏😭
Which library
pip install instagramy
nice teaching and great learning videos thanks
thank you so much can you make a video where your database is dictionary and has array as a value ?
why page admin have a username and password
working
Can you give me the Code please?
Source code is in the description.
Btaiye phir kaise coding kiya jaye
Pydroid 3 app install Karo