- 190
- 703 968
CODE ROOM
เข้าร่วมเมื่อ 16 ม.ค. 2020
Coding ☕️🍪
3 COOL USEFUL PYTHON PROJECTS
This video shows how to create 3 useful projects in Python.
-----------------------------------------
Icons used in this video thumbnail are designed by: www.flaticon.com
1) www.flaticon.com/free-icons/password title="password icons" Password icons created by Candy Design - Flaticon
2) www.flaticon.com/free-icons/nutrition title="nutrition icons" Nutrition icons created by Slamlabs - Flaticon
3) www.flaticon.com/free-icons/words title="words icons" Words icons created by Freepik - Flaticon
-----------------------------------------
To support the channel:
th-cam.com/channels/v-xyS0YxYCrEoMFH_cgcoQ.htmljoin
-----------------------------------------
Python Beginner Projects:
th-cam.com/play/PLnZQydCjRQJwu3C1_ItoCrIAt3WD_pvNO.html
Python GUI Projects:
th-cam.com/play/PLnZQydCjRQJzVS27vVBGTbgbiFP_tyXaD.html
Python Quick Tutorials:
th-cam.com/play/PLnZQydCjRQJyVo0U8zccPgEF42rf1iGoe.html
Image and Video Processing Questions and Answers:
th-cam.com/play/PLnZQydCjRQJw1t4jaBWK4WYFz-6x2Xf3t.html
-----------------------------------------
00:00 Project 1
1:10 Project 2
1:47 Project 3
-----------------------------------------
Icons used in this video thumbnail are designed by: www.flaticon.com
1) www.flaticon.com/free-icons/password title="password icons" Password icons created by Candy Design - Flaticon
2) www.flaticon.com/free-icons/nutrition title="nutrition icons" Nutrition icons created by Slamlabs - Flaticon
3) www.flaticon.com/free-icons/words title="words icons" Words icons created by Freepik - Flaticon
-----------------------------------------
To support the channel:
th-cam.com/channels/v-xyS0YxYCrEoMFH_cgcoQ.htmljoin
-----------------------------------------
Python Beginner Projects:
th-cam.com/play/PLnZQydCjRQJwu3C1_ItoCrIAt3WD_pvNO.html
Python GUI Projects:
th-cam.com/play/PLnZQydCjRQJzVS27vVBGTbgbiFP_tyXaD.html
Python Quick Tutorials:
th-cam.com/play/PLnZQydCjRQJyVo0U8zccPgEF42rf1iGoe.html
Image and Video Processing Questions and Answers:
th-cam.com/play/PLnZQydCjRQJw1t4jaBWK4WYFz-6x2Xf3t.html
-----------------------------------------
00:00 Project 1
1:10 Project 2
1:47 Project 3
มุมมอง: 27
วีดีโอ
PYTHON PIZZA ORDERING PROJECT FOR BEGINNERS
มุมมอง 5437 ชั่วโมงที่ผ่านมา
This video explains how to create Pizza Ordering Project in Python. Icons used in this video thumbnail are designed by: www.flaticon.com 1) www.flaticon.com/free-icons/pizza title="pizza icons" Pizza icons created by IconsNova - Flaticon To support the channel: th-cam.com/channels/v-xyS0YxYCrEoMFH_cgcoQ.htmljoin Python Beginner Projects: th-cam.com/play/PLnZQydCjRQJwu3C1_ItoCrIAt3WD_pvNO.html P...
THE POWER OF ASTERISK IN PYTHON
มุมมอง 7514 ชั่วโมงที่ผ่านมา
This video explains the uses of asterisk in Python. To support the channel: th-cam.com/channels/v-xyS0YxYCrEoMFH_cgcoQ.htmljoin Python Beginner Projects: th-cam.com/play/PLnZQydCjRQJwu3C1_ItoCrIAt3WD_pvNO.html Python GUI Projects: th-cam.com/play/PLnZQydCjRQJzVS27vVBGTbgbiFP_tyXaD.html Python Quick Tutorials: th-cam.com/play/PLnZQydCjRQJyVo0U8zccPgEF42rf1iGoe.html Image and Video Processing Que...
PYTHON CALCULATOR PROJECT FOR BEGINNERS
มุมมอง 40621 ชั่วโมงที่ผ่านมา
This video explains how to create a Basic Calculator project in Python. Icons used in this video thumbnail are designed by: www.flaticon.com 1) www.flaticon.com/free-icons/calculator title="calculator icons" Calculator icons created by AmethystDesign - Flaticon To support the channel: th-cam.com/channels/v-xyS0YxYCrEoMFH_cgcoQ.htmljoin Python Beginner Projects: th-cam.com/play/PLnZQydCjRQJwu3C1...
PYTHON ATM MACHINE PROJECT FOR BEGINNERS
มุมมอง 250หลายเดือนก่อน
PYTHON ATM MACHINE PROJECT FOR BEGINNERS
MAKE IF STATEMENTS MORE SIMPLE IN PYTHON
มุมมอง 160หลายเดือนก่อน
MAKE IF STATEMENTS MORE SIMPLE IN PYTHON
PYTHON TO DO LIST PROJECT FOR BEGINNERS
มุมมอง 167หลายเดือนก่อน
PYTHON TO DO LIST PROJECT FOR BEGINNERS
PYTHON CLOSET MANAGEMENT SYSTEM PROJECT FOR BEGINNERS
มุมมอง 139หลายเดือนก่อน
PYTHON CLOSET MANAGEMENT SYSTEM PROJECT FOR BEGINNERS
A GOOD WAY TO GET DICTIONARY VALUE IN PYTHON
มุมมอง 110หลายเดือนก่อน
A GOOD WAY TO GET DICTIONARY VALUE IN PYTHON
PYTHON CAFE SHOPPING CART PROJECT FOR BEGINNERS
มุมมอง 1572 หลายเดือนก่อน
PYTHON CAFE SHOPPING CART PROJECT FOR BEGINNERS
PYTHON PRODUCTS STOCK MANAGEMENT PROJECT FOR BEGINNERS
มุมมอง 1432 หลายเดือนก่อน
PYTHON PRODUCTS STOCK MANAGEMENT PROJECT FOR BEGINNERS
REMOVE LIST DUPLICATES WITH ORDER IN PYTHON
มุมมอง 1362 หลายเดือนก่อน
REMOVE LIST DUPLICATES WITH ORDER IN PYTHON
PYTHON QUIZ GAME PROJECT FOR BEGINNERS
มุมมอง 1883 หลายเดือนก่อน
PYTHON QUIZ GAME PROJECT FOR BEGINNERS
PYTHON JUICE SHOPPING CART PROJECT FOR BEGINNERS
มุมมอง 1733 หลายเดือนก่อน
PYTHON JUICE SHOPPING CART PROJECT FOR BEGINNERS
java: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("Trip Budget:"); System.out.print("Flight Cost($):"); int flight = scanner.nextInt(); System.out.print("Number of days:"); int days = scanner.nextInt(); System.out.print("Hotel night cost($):"); int hotel = scanner.nextInt(); System.out.print("Daily food expenses($):"); int food = scanner.nextInt(); int total = flight + (days*hotel) + (days*food); System.out.println("Estimated Budget($):"+total); } }
Bro what theme are you using. It looks so dark
Video was a bit fast. Anyway, love ur content as always
plz send source code
Thanks a lot friend. I solve my problem.
Thankyou very much. It's cooked me bt anyway u made my way easy 🥹🙏🏻
Could you please explain use 3 and 4 like in use case 3 when you print products with applying * then it prints the elements without list . And in use case 4 when you print other grades with * then it is printed in list ?
In case 4, it prints numbers in a list because we are printing the variable without *. If you want them as separate numbers, print the variable with * before it.
Ohk got it , I missed that.
Thanks
No problem😊😊😊
Sehr gut
Thank you so much ❤❤❤❤
You are very welcome! 😊👍✅️
Bro i could do this in assembly😭😭
Good, this is simple yet very informative. Thank you
I’m happy you liked it😊👍
It works but as soon as I refresh the pdf it changes back to white please help
🔥
😂😂😂
good explication
Glad you liked it!
Paper at 8:30 me watching this at 3:23 am ,realizing teacher too have copied the lecture from here ,vamos.
デフォルト値は一番最後……ここでは関係ないけど位置引数は順番が大事、そのあとデフォルト引数、さらに可変長引数……ボヤッと覚えていた。いつもありがとうございます😊
You are most welcome, my friend😊👍
thank sir
Thankyou so much brother ❤️❤️
You’re welcome😃!
Thank you so much.
Always welcome😅😅
😂😂😂😂 love that
Wait for more shorts😅😅
@CODE_ROOM definitely!
thank you so much brother
Is there any permanent solution 😔?
Why edge do not give this simple feature directly!!😂😂😅😅
Life saver truly
Thanks😅😅
a solution to the grey areas becoming white and irretating is to use this script instead document.body.style.filter = 'invert(0.9) brightness(0.9)'; inverses the color of the document only and keeps the color of the gray areas. nice script btw.
Thank you so much bro
No problem