TurbineThree
TurbineThree
  • 35
  • 1 009 066
Computer Networking Explained In 20 Minutes
Whether you're trying to learn about computer networking out of curiosity or for school, this video will walk you through the essentials of how computer networks work in a way that anyone can understand!
📖 Chapters:
Intro - 00:00
Devices - 00:42
Network Types - 05:54
IP Addresses & Subnets - 06:43
Networking Protocols - 09:51
OSI Model - 18:04
🔗Links:
RFC 9110 - datatracker.ietf.org/doc/html/rfc9110
--------------------------
Let me know if you have any feedback or suggestions in the comments below!!
มุมมอง: 1 162

วีดีโอ

What Can You Do With Python?
มุมมอง 2.1K4 หลายเดือนก่อน
Interested in learning Python but not exactly sure what you can do with it? In this video I go over the main applications of Python and the most popular libraries for each of them 🌟 Recommendations: Basic Python Tutorial - th-cam.com/video/rfscVS0vtbw/w-d-xo.htmlsi=_313JM6u8JkaM61L Data Science Tutorial with Python - th-cam.com/video/LHBE6Q9XlzI/w-d-xo.htmlsi=pzkt8_z8yggTFEER Pygame Tutorial - ...
Add Database & Authentication To Tkinter Apps In 8 Mins
มุมมอง 9K6 หลายเดือนก่อน
Have a Tkinter application but don't want to have to code and host your own backend? In this video we take a look at how to use Tkinter with Firebase, a service that provides free authentication and databases. We go through an example project where the UI has already been created using CustomTkinter. Links 🔗: Starting Code: github.com/RoyChng/firebase-tkinter-start Ending Code: github.com/RoyCh...
How To Remember Everything You Learn
มุมมอง 2.1K8 หลายเดือนก่อน
In this video, I go over a few tips on how to be more effective at learning from programming courses that I've picked up over the years so you can maximize every minute you spend learning! Timestamps ⏰ : Intro - 00:00 First Principles - 00:19 Avoid Memorizing, Gain Intuition - 00:49 Practice - 01:52 Be Ambitious - 02:16 Work Hard - 02:53
Turn Any Python Project Into A Website In 6 Minutes!
มุมมอง 8K9 หลายเดือนก่อน
Have a Python project you want to showcase on your portfolio or sell, but don't want to make your users run it using the terminal? In this tutorial, we'll learn about Streamlit, a library that lets you turn your Python projects into websites and host it online for free! 🔗 Links: Data for creating Table: github.com/RoyChng/streamlit-tutorial/blob/master/data.py Data for creating Charts: github.c...
Thanks for 1,411 Subscribers!
มุมมอง 20910 หลายเดือนก่อน
I started this channel a year ago, didn't knew where it would go - just wanted to share my passion for programming. Still don't know what I'm doing but I'm glad to have the opportunity to do something meaningful!
Learn Flask (Python) In 9 Minutes!
มุมมอง 1.5K11 หลายเดือนก่อน
Flask is a popular Python web framework that allows you to create web applications quickly. This video covers everything you need to know, from routes, to templates and creating databases to create a small project which I show how to host on a live server for free. 🔗 Links: Starting code - github.com/RoyChng/flask-tutorial-files-initial Finished code - github.com/RoyChng/flask-tutorial-files-en...
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
มุมมอง 300Kปีที่แล้ว
Python Tkinter Applications don't look great... So, in this video I go over how to use CustomTkinter, which will make your apps look 10x better! It works just like Tkinter but has much better styling and is far easier to customize. We go through all the necessary widgets, concepts like event handling and frames, color themes, and I go over a few examples at the end. All in 5 minutes ⏰! Links 🔗 ...
How I Made A Mobile App With Python
มุมมอง 25Kปีที่แล้ว
Ever wanted to release your Python applications for others to use? In this video, I go over how I created a mobile app with Kivy in Python and published it on the Google Play Store, how you can do so and whether I recommend it! the app: play.google.com/store/apps/details?id=org.roy.tastytips the code: github.com/RoyChng/python-kivy-mobile-app Chapters: 00:00 - Intro 00:48 - Experimentation 01:...
Make Modern Python Dashboards With Tkinter & Matplotlib!
มุมมอง 100Kปีที่แล้ว
UPDATE: The layout of Figma has slightly changed after recording this video. The create new design file button is at the top right-hand corner, and the settings button is under the profile icon at the top left-hand corner. Need a beautiful dashboard in Python but don't know how to create one? In this video, I'll go over how to make a dashboard in Python using TkinterDesigner to create the UI wi...
Create Python GUIs In 5 Minutes With This Package!
มุมมอง 33Kปีที่แล้ว
Need a Graphical User Interface (GUI) built with Python but don't want to spend days or even weeks just learning a library that requires you to manually deal with the layout of widgets and event handling? In this video, I give a comprehensive overview of the Gooey package, which makes it possible to create GUIs in a few minutes. I cover everything from installation to packaging it to a .exe fil...
Use a Drag & Drop Editor to Make Tkinter Python GUI Applications!
มุมมอง 297Kปีที่แล้ว
Is designing applications in Python with Tkinter a pain to do? In this Tkinter Designer tutorial, we look at how to use the package, which makes it possible to turn Figma designs through its visual (drag and drop) editor into Python code within a few minutes! Trust me, this is way easier than doing it with Python, allowing you to spend time making better applications! Links 🔗: Download TkinterD...
Best Python GUI Libraries Compared! (PyQt, Kivy, Tkinter, PySimpleGUI, WxPython & PySide)
มุมมอง 89Kปีที่แล้ว
In this video, I compare all popular Python GUI libraries. This includes Tkinter, PyQt, PySimpleGUI, Kivy, wxPython, and PySide. I review the various widgets they offer, showcase example applications and discuss what purposes each library is best suited for. I also go over my personal recommendations and include license information so you can make the right decision when picking the right Pytho...
Every Useful Site That Frontend Devs MUST Know About!
มุมมอง 494ปีที่แล้ว
🔗Links: Colors: - colorhunt.co/ - colors.muz.li/ - webgradients.com/ - www.whocanuse.com/ CSS Generators: - animista.net/ - getwaves.io/ - neumorphism.io/ - hype4.academy/tools/glassmorphism-generator - uiverse.io/ Checklists: - frontendchecklist.io/ - www.checklist.design/ UI/UX & Inspiration: - pagecollective.com/ - refero.design/ - dribbble.com/ Graphics: - unsplash.com/ - www.freepik.com/ -...
Make Tkinter Python Applications Look Modern In 10 Minutes!
มุมมอง 43Kปีที่แล้ว
🔗 Links: TTK Bootstrap Documentation: ttkbootstrap.readthedocs.io/en/latest/ Code & Examples: github.com/RoyChng/ttkbootstrap-tutorial ✨ Description: In this video, we take a look at how to use TTK Bootstrap, an extension for Tkinter in Python that allows you to quickly style and make your GUI applications look both modern and professional! I also showcase features for themes and other widgets ...
CSS Box Model - Everything You Need To Know!
มุมมอง 240ปีที่แล้ว
CSS Box Model - Everything You Need To Know!
CSS Flexbox: The Most Detailed Tutorial with Real-World Examples!
มุมมอง 850ปีที่แล้ว
CSS Flexbox: The Most Detailed Tutorial with Real-World Examples!
Create a Painting App With PyQt in Python (with File Saving)! | PyQt6 Tutorial Part 9
มุมมอง 2.7Kปีที่แล้ว
Create a Painting App With PyQt in Python (with File Saving)! | PyQt6 Tutorial Part 9
Create Dialogs In WxPython! | WxPython Tutorial Part 4
มุมมอง 411ปีที่แล้ว
Create Dialogs In WxPython! | WxPython Tutorial Part 4
User Events and Input Widgets In WxPython (With 2 Examples) | WxPython Tutorial Part 3
มุมมอง 634ปีที่แล้ว
User Events and Input Widgets In WxPython (With 2 Examples) | WxPython Tutorial Part 3
Layouts & Sizers In WxPython Clearly Explained! | WxPython Tutorial Part 2
มุมมอง 2.1Kปีที่แล้ว
Layouts & Sizers In WxPython Clearly Explained! | WxPython Tutorial Part 2
Make Desktop Applications with WxPython in Python! | WxPython Tutorial Part 1
มุมมอง 7Kปีที่แล้ว
Make Desktop Applications with WxPython in Python! | WxPython Tutorial Part 1
Customize PyQt6 Applications Using StyleSheets! | PyQt6 Tutorial Part 8
มุมมอง 2Kปีที่แล้ว
Customize PyQt6 Applications Using StyleSheets! | PyQt6 Tutorial Part 8
Making File Dialogs In PyQt6 Using QFileDialog! | PyQt6 Tutorial Part 7
มุมมอง 2.7Kปีที่แล้ว
Making File Dialogs In PyQt6 Using QFileDialog! | PyQt6 Tutorial Part 7
How to Fill Any Form Automatically with Selenium In Python! | Selenium Tutorial
มุมมอง 2.3Kปีที่แล้ว
How to Fill Any Form Automatically with Selenium In Python! | Selenium Tutorial
Scrape Any HTML Table to a CSV with Selenium in Python - With 2 Examples!
มุมมอง 1.8Kปีที่แล้ว
Scrape Any HTML Table to a CSV with Selenium in Python - With 2 Examples!
Create a Contact Form using Flask & Store Messages in a CSV! | Flask Tutorial
มุมมอง 921ปีที่แล้ว
Create a Contact Form using Flask & Store Messages in a CSV! | Flask Tutorial
PyQt vs Tkinter: Which should you use? | With example applications!
มุมมอง 40Kปีที่แล้ว
PyQt vs Tkinter: Which should you use? | With example applications!
Create a URL Shortener In Flask! | Flask Tutorial
มุมมอง 667ปีที่แล้ว
Create a URL Shortener In Flask! | Flask Tutorial
Convert PyQt6 Applications To EXE Fast! | PyQt6 Tutorial Part 6
มุมมอง 6Kปีที่แล้ว
Convert PyQt6 Applications To EXE Fast! | PyQt6 Tutorial Part 6

ความคิดเห็น

  • @MKAnimeEditingChannel
    @MKAnimeEditingChannel วันที่ผ่านมา

    The best forever

  • @HelenRodriguez-h3c
    @HelenRodriguez-h3c 2 วันที่ผ่านมา

    Taylor Donna Taylor Scott Johnson Christopher

  • @desertshadow72
    @desertshadow72 3 วันที่ผ่านมา

    Why this over Tkinter themes?

  • @LupeGibson-o2w
    @LupeGibson-o2w 4 วันที่ผ่านมา

    Lopez Michael Young Maria Allen Christopher

  • @LupeGibson-o2w
    @LupeGibson-o2w 4 วันที่ผ่านมา

    Jackson Jeffrey Perez Barbara Martinez Michelle

  • @LesterHowton-h6r
    @LesterHowton-h6r 4 วันที่ผ่านมา

    Young David Clark Barbara Anderson Anthony

  • @LesterHowton-h6r
    @LesterHowton-h6r 4 วันที่ผ่านมา

    Thompson Sharon Harris Lisa Lopez Sandra

  • @adambajgar1606
    @adambajgar1606 4 วันที่ผ่านมา

    For tutorials I would use less cuts in the video. It is too fast-pased, I would prefer to see the whole screen.

  • @mpfiesty
    @mpfiesty 4 วันที่ผ่านมา

    Thank you!

  • @ChrisFreyer
    @ChrisFreyer 4 วันที่ผ่านมา

    Great content, but your audio is bad. It would help if you (1)talk slower, (2) enunciate more clearly, (3) use a high-quality mic, and (4) record without audio compression.

  • @JacksonEdward-h5i
    @JacksonEdward-h5i 5 วันที่ผ่านมา

    Brown Jason Harris Jose Gonzalez Charles

  • @JacksonEdward-h5i
    @JacksonEdward-h5i 5 วันที่ผ่านมา

    Martinez Daniel Johnson Ruth Jones Dorothy

  • @saeedshaikhy4374
    @saeedshaikhy4374 6 วันที่ผ่านมา

    The sound is awful

  • @plcMaster
    @plcMaster 7 วันที่ผ่านมา

    Scam!

  • @AK_Edits369
    @AK_Edits369 8 วันที่ผ่านมา

    Bro please contact me i will have an idea please brother

  • @martinblank1484
    @martinblank1484 11 วันที่ผ่านมา

    Wow...what is wrong with the audio....👎

  • @batunvillacisesvetlana6216
    @batunvillacisesvetlana6216 12 วันที่ผ่านมา

    muchas gracias tu video me ha sido de ayuda

  • @thebuggser2752
    @thebuggser2752 13 วันที่ผ่านมา

    Very useful survey. 😂

  • @thebuggser2752
    @thebuggser2752 13 วันที่ผ่านมา

    Very thorough. Very clear. 😂

  • @纪石锋
    @纪石锋 14 วันที่ผ่านมา

    快如闪电

  • @Ismail-TLG
    @Ismail-TLG 17 วันที่ผ่านมา

    bro respect and everything i see all the effort that u put in the video and i totally respect it, but i hope that u're gonna work more on the quality of the audio, i'm sorry but its not good at all i cant really understand much and thanks

  • @standardaccountenjoyer2826
    @standardaccountenjoyer2826 18 วันที่ผ่านมา

    25% slower talking and 50% less edits and you had a 10/10 tutorial

  • @kpandiyaraj
    @kpandiyaraj 20 วันที่ผ่านมา

    Another day with learning! Thanks.

  • @roamthesurface8410
    @roamthesurface8410 21 วันที่ผ่านมา

    GOAT

  • @gamerco7394
    @gamerco7394 21 วันที่ผ่านมา

    dude, fix your audio presentation , and your presentation will be awesome

  • @ardacakr6464
    @ardacakr6464 23 วันที่ผ่านมา

    how can I be sure its safety, what if the used libraries or the code itself has malwares

  • @KennedyFrank-f1e
    @KennedyFrank-f1e 24 วันที่ผ่านมา

    Florida Gateway

  • @bababa4439
    @bababa4439 25 วันที่ผ่านมา

    wtf video?

  • @JavierSalazar-i4f
    @JavierSalazar-i4f 25 วันที่ผ่านมา

    Your vídeo is awesome. Once I try your suggestions the comments will come

  • @miguelr.9652
    @miguelr.9652 26 วันที่ผ่านมา

    Da muchos problemas, las ventanas salen atras de otras aunque se use toplevel

  • @alimelmedas634
    @alimelmedas634 26 วันที่ผ่านมา

    I cannot express how usefull this video was to me. So much example in such short video. Keep it up man ❤

  • @BlissOn47
    @BlissOn47 27 วันที่ผ่านมา

    Bro speaks like he’s having a concussion.

  • @saikatsom3877
    @saikatsom3877 27 วันที่ผ่านมา

    Cant you tell me how to make transparent bg of "contact information",btw nice vid

  • @ajiw_
    @ajiw_ 28 วันที่ผ่านมา

    now i believe, there's no boring programming, there's only boring programming lecturer

  • @OptiMystic-IN
    @OptiMystic-IN 28 วันที่ผ่านมา

    Audio is okayish, I dont know what these guys are taking about.. when they say that its bad...

  • @syedarsalan7000
    @syedarsalan7000 หลายเดือนก่อน

    App becomes slow by using it.

  • @florian7469
    @florian7469 หลายเดือนก่อน

    Sorry this voice sucks. AI or what? The quality of such channels goes so fast so low....Sad

  • @innovAIte-0
    @innovAIte-0 หลายเดือนก่อน

    Let me remind you that CustomTkinter doesn't let you convert your code to exe files

  • @mai_hu_shinchan_nohara01
    @mai_hu_shinchan_nohara01 หลายเดือนก่อน

    audio ❌️❌️ bullet train ✅️✅️ but content is pretty much helpfull. 💯

  • @rfm006
    @rfm006 หลายเดือนก่อน

    Can you made Switch Multiple Pages in tkinter using the Tkinter Designer please, love your content!

  • @yusufmicheal3408
    @yusufmicheal3408 หลายเดือนก่อน

    One of the best videos on flex box i have watched. Brief but explicit. Nice content.

  • @michaelroberts1862
    @michaelroberts1862 หลายเดือนก่อน

    Can't understand you.

  • @Creaventor2000Creadordemapasya
    @Creaventor2000Creadordemapasya หลายเดือนก่อน

    The short videos you make are very clear and with a focus on what is important, keep it :D. I speak spanish

    • @TurbineThree
      @TurbineThree หลายเดือนก่อน

      Glad to hear that, thanks! :)

  • @Creaventor2000Creadordemapasya
    @Creaventor2000Creadordemapasya หลายเดือนก่อน

    Nice

  • @Creaventor2000Creadordemapasya
    @Creaventor2000Creadordemapasya หลายเดือนก่อน

    Its a very good Getting Started for Flask

  • @SalehSaldra
    @SalehSaldra หลายเดือนก่อน

    literally can understand every words

  • @Rauly4557
    @Rauly4557 หลายเดือนก่อน

    the audio is very bad!

  • @L3VITICURSE
    @L3VITICURSE หลายเดือนก่อน

    Please get a better mic

    • @flimblet
      @flimblet หลายเดือนก่อน

      please shut up the mic isn't even bad. what are you on?

  • @dwijgurram5490
    @dwijgurram5490 หลายเดือนก่อน

    Slow down to 0.75x

  • @shaheensaniya1350
    @shaheensaniya1350 หลายเดือนก่อน

    Hi, does GUI dynamically update, I have 2 fields one is a simple intput field other is a drop drown.......... I want to trigger a method on succesfully adding values to those 2 fields which is a concatination of both those fields and update the 3rd field on the same page on GUI