The Simplest Python Chat You Can Build

  Рет қаралды 56,789

NeuralNine

NeuralNine

2 жыл бұрын

Today we build a very simple Python chat in less than five minutes.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Пікірлер: 75
@hardikrathod8284
@hardikrathod8284 2 жыл бұрын
the way you explain is much appreciable and your coding method is very neat and clean brother keep it up and thank you
@BrandonJacobson
@BrandonJacobson 2 жыл бұрын
I read the title too fast. I thought this was a chatbot video. NLTK's Chat is the fastest chatbot setup. Thanks for another video!
@manuelmilla4042
@manuelmilla4042 Жыл бұрын
outstanding! clear and straight to the target
@raghavkatyal4673
@raghavkatyal4673 2 жыл бұрын
best beginner tutorial on yt, thanks a lot sir
@bratasyukoleksandr4237
@bratasyukoleksandr4237 2 жыл бұрын
Extremely useful for beginners, excellent
@palmifixdubled3222
@palmifixdubled3222 Жыл бұрын
Very clear tutorial, I needed that !
@akca5776
@akca5776 2 жыл бұрын
Finally I was looking for exactly this
@GaBoyInKy
@GaBoyInKy 11 ай бұрын
Very simple and exact. Thank you.
@Xenonandplutonium
@Xenonandplutonium 5 ай бұрын
Awesome and easy to understand. Going to do this today.
@IzUrBoiKK
@IzUrBoiKK 2 жыл бұрын
Bro u hitting some new audiences!!!
@xbdj7420
@xbdj7420 8 ай бұрын
Hi neuralnine could you follow this up with a WAN with others connecting in to the chat room love your content keep up the good work
@IDENTITY-16
@IDENTITY-16 4 ай бұрын
Thank You So Much Buddy
@miguelv431
@miguelv431 Жыл бұрын
Excellent tutorial I wish that I could type as fast as you can🎉
@pedrofreitaslima
@pedrofreitaslima Жыл бұрын
Your video are very good, i like so much.. Thank you for share you knowledge
@hwzzegwggs8029
@hwzzegwggs8029 2 жыл бұрын
Really cool Video!
@sfx2k
@sfx2k Ай бұрын
Top Aussprache - aber als ich die Schrankwand im Hintergrund gesehen habe, wusste ich, dass Du nicht aus den USA kommst ;) Tolles Video, danke :)
@ellisdoesstuff
@ellisdoesstuff 9 ай бұрын
any idea how you could make it so you can message anytime, instead of having to wait for them to message?
@user-zj3wp9zf3z
@user-zj3wp9zf3z 26 күн бұрын
Pls can u make a video focused mainly on ddos because the networking crash course graphics was bad. Thanks for understanding.
@solomonwiredu
@solomonwiredu Жыл бұрын
I'm developing a finance app to do some pretty calculations but I don't know how to save my results which is in a tkinter window as a pdf
@MathonX
@MathonX 2 жыл бұрын
can this also be done between 2 computers?
@eugenebukhtiyaroff9315
@eugenebukhtiyaroff9315 2 жыл бұрын
Please tell what software is it? PC?
@hindupriya8763
@hindupriya8763 Ай бұрын
what is the interface u are doing means frame ?
@mendezholliday1389
@mendezholliday1389 2 жыл бұрын
Your my sensei
@byoungfox7547
@byoungfox7547 6 ай бұрын
Is there anyway to get 2 senders at the same time?
@kartik_exe_
@kartik_exe_ Жыл бұрын
which theme he was using ??
@user-mu9en3tb8v
@user-mu9en3tb8v Ай бұрын
cool video)
@bnkm07
@bnkm07 Жыл бұрын
how can i use this with soemone ?
@NormannCfC
@NormannCfC 2 жыл бұрын
What is "addr" needed for? (server part)
@lengors1674
@lengors1674 2 жыл бұрын
That's the address of the client. It's usually used for logging in real scenarios. Sometimes to block the client if the client address is in some sort of blacklist (or the other way around, that is, allow the client to communicate with the server if it's in a whitelist). You can name a variable "_" if you don't use it (but you still need it so that the interpreter doesn't complain) so that the IDE doesn't warn you that the variable is unused
@NormannCfC
@NormannCfC 2 жыл бұрын
@@lengors1674 Oh, thanks for this detailed explanation! Now i got it :-)
@user-vo2iu5hh7l
@user-vo2iu5hh7l Жыл бұрын
hi! why the host aborts the connection after the third message? how to prevent thiss?? Please explain
@hopi9927
@hopi9927 Жыл бұрын
I wish you will have python android app full course .thank ❤❤
@NielsPerfors
@NielsPerfors 2 жыл бұрын
while True with a break would have made it smooth
@RsW409
@RsW409 2 жыл бұрын
Whats the app
@mayursai7220
@mayursai7220 2 жыл бұрын
Can we create server in python and client in c++ and exchange data between??
@isaaceast9051
@isaaceast9051 Жыл бұрын
no shush
@ENG1MA
@ENG1MA 9 ай бұрын
i mean it is possible but why u wanna do that lol
@CopiCat2
@CopiCat2 10 ай бұрын
Uhm what re u using? also, it doesn't work for me it doesn't show that Message: thing in the console
@RandomDude_101
@RandomDude_101 Жыл бұрын
for some reason when I did it it says that bind( ) only accepts one argument not 2. Then when I change it it says that a tuple was expected not string
@sweetphilly2
@sweetphilly2 Жыл бұрын
Try this instead: server.bind(("localhost",9999))
@hvnnrd
@hvnnrd Жыл бұрын
yessir
@thebigboys324
@thebigboys324 Жыл бұрын
same
@RandomDude_101
@RandomDude_101 Жыл бұрын
@@thebigboys324 some one responds after 4 months finally
@true_kindness
@true_kindness Жыл бұрын
Could You Please Tell If It Can Be Connected In Two Different Devices... And Someone Please Do Explain The Localhost And The 9999 Part 😅
@hvnnrd
@hvnnrd Жыл бұрын
no teehee
@true_kindness
@true_kindness Жыл бұрын
@@hvnnrd ok bruh... :/
@wenho770
@wenho770 Жыл бұрын
hum localhost is the address (in this case it's not on the internet just on your computer) and 9999 is the port, it could be something else if you wanted to put it on a real server. so in this case it can only be run on your computer
@ENG1MA
@ENG1MA 9 ай бұрын
@@true_kindness u need to port forwarding ur router in order to chat in two different devices but *not in the same network, otherwise u can chat with two different devices but* in the same network !
@DumbDudeOnYT
@DumbDudeOnYT Жыл бұрын
Could there be multiple clients on separate computers
@ellisdoesstuff
@ellisdoesstuff 9 ай бұрын
i think you can you'd just have to use different ports, idk tho, try it
@thebigboys324
@thebigboys324 Жыл бұрын
why deosent it work for me when i try runnin serverit just ends straight away and says something about the servr .bind ans so on
@thebigboys324
@thebigboys324 Жыл бұрын
please help
@Epherial-Silver
@Epherial-Silver Жыл бұрын
What python softwared did you use to code this I want to get it
@byoungfox7547
@byoungfox7547 Жыл бұрын
Pycharm i think
@hvnnrd
@hvnnrd Жыл бұрын
@@byoungfox7547 no i dont think so but u might be right!.😹😹🥳🥳🤪🤪🐐🐐
@silvia-narity
@silvia-narity Жыл бұрын
@@hvnnrd 0:26
@krishi530
@krishi530 Жыл бұрын
Yea its straight forward and clear but i think i didn't really understand what is going on, just xeroxing the code didn't improve my knowledge
@Megaheropap
@Megaheropap 2 жыл бұрын
How can this be hosted for other people to also chat around the world?
@raghavkatyal4673
@raghavkatyal4673 2 жыл бұрын
+1
@rishavmitra5732
@rishavmitra5732 2 жыл бұрын
You need to host it on a server. Also you need a frontend so people can actually use it
@Megaheropap
@Megaheropap 2 жыл бұрын
@@rishavmitra5732 so I need a web server and server for hosting?
@rishavmitra5732
@rishavmitra5732 2 жыл бұрын
@@Megaheropap basically yes
@abhradeepde2357
@abhradeepde2357 2 жыл бұрын
3rd cool
@juliaoikkkk
@juliaoikkkk 2 жыл бұрын
2.0X, and learn in 3.5 minutes =)
@hvnnrd
@hvnnrd Жыл бұрын
smart 😎😎😎😎😎😎
@ellisdoesstuff
@ellisdoesstuff 9 ай бұрын
jesus, i cant keep up with him as it is, let alone when he's 2 times faster
@user-jh7ns7bj4z
@user-jh7ns7bj4z 9 ай бұрын
guys i need help im beginner in cding and i need a mentor or teacher
@MR-MAGNUM
@MR-MAGNUM Жыл бұрын
yo what python is this my one looks nothing like this
@akcoo7
@akcoo7 4 ай бұрын
It's pycharm
@aegontargaryen597
@aegontargaryen597 2 жыл бұрын
Come on maaan. Where is C?
@NeuralNine
@NeuralNine 2 жыл бұрын
C is coming two episodes in a row. Then two other kind of videos, then two C videos again and so on.
@creativecraft_mc
@creativecraft_mc 2 жыл бұрын
20th
@janusztarnowski115
@janusztarnowski115 Жыл бұрын
Simple Application Enter Your Details kzbin.info/www/bejne/eojRZmB7n52FY68
@user-qm9qu9ee9g
@user-qm9qu9ee9g Ай бұрын
cool video)
Simple HTTP Server in Python
17:56
NeuralNine
Рет қаралды 164 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,4 МЛН
INO IS A KIND ALIEN😂
00:45
INO
Рет қаралды 17 МЛН
Coding Encrypted Chat in Python
20:33
NeuralNine
Рет қаралды 42 М.
How ChatGPT Built My App in Minutes 🤯
8:28
Website Learners
Рет қаралды 1,7 МЛН
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 218 М.
Simple TCP Chat Room in Python
25:39
NeuralNine
Рет қаралды 202 М.
Create a Python GPT Chatbot - In Under 4 Minutes
3:56
Tech With Tim
Рет қаралды 114 М.
How to Create Jarvis AI Assistant | Like Iron Man
16:55
Ryan John
Рет қаралды 360 М.
Simple GUI Chat in Python
35:56
NeuralNine
Рет қаралды 171 М.
Intelligent AI Chatbot in Python
35:42
NeuralNine
Рет қаралды 909 М.
Самый маленький игровой ПК
0:46
ITMania - Сборка ПК
Рет қаралды 581 М.
Vortex Cannon vs Drone
20:44
Mark Rober
Рет қаралды 13 МЛН
Компьютер подписчику
0:40
Miracle
Рет қаралды 208 М.
All New Atlas | Boston Dynamics
0:40
Boston Dynamics
Рет қаралды 5 МЛН