- 35
- 1 131 482
TurbineThree
Приєднався 15 гру 2017
Programming tutorials are boring and dry, let's change that.
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!!
📖 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 568
Відео
What Can You Do With Python?
Переглядів 2,3 тис.6 місяців тому
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 - ua-cam.com/video/rfscVS0vtbw/v-deo.htmlsi=_313JM6u8JkaM61L Data Science Tutorial with Python - ua-cam.com/video/LHBE6Q9XlzI/v-deo.htmlsi=pzkt8_z8yggTFEER Pygame Tutorial - ua...
Add Database & Authentication To Tkinter Apps In 8 Mins
Переглядів 11 тис.8 місяців тому
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,2 тис.10 місяців тому
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!
Переглядів 9 тис.11 місяців тому
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!
Переглядів 215Рік тому
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,6 тис.Рік тому
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)
Переглядів 338 тис.Рік тому
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
Переглядів 34 тис.Рік тому
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!
Переглядів 113 тис.Рік тому
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!
Переглядів 35 тис.Рік тому
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!
Переглядів 326 тис.Рік тому
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)
Переглядів 104 тис.Рік тому
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!
Переглядів 511Рік тому
🔗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!
Переглядів 45 тис.Рік тому
🔗 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!
Переглядів 260Рік тому
CSS Box Model - Everything You Need To Know!
CSS Flexbox: The Most Detailed Tutorial with Real-World Examples!
Переглядів 936Рік тому
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
Переглядів 3,1 тис.Рік тому
Create a Painting App With PyQt in Python (with File Saving)! | PyQt6 Tutorial Part 9
Create Dialogs In WxPython! | WxPython Tutorial Part 4
Переглядів 4762 роки тому
Create Dialogs In WxPython! | WxPython Tutorial Part 4
User Events and Input Widgets In WxPython (With 2 Examples) | WxPython Tutorial Part 3
Переглядів 7142 роки тому
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,3 тис.2 роки тому
Layouts & Sizers In WxPython Clearly Explained! | WxPython Tutorial Part 2
Make Desktop Applications with WxPython in Python! | WxPython Tutorial Part 1
Переглядів 7 тис.2 роки тому
Make Desktop Applications with WxPython in Python! | WxPython Tutorial Part 1
Customize PyQt6 Applications Using StyleSheets! | PyQt6 Tutorial Part 8
Переглядів 2,3 тис.2 роки тому
Customize PyQt6 Applications Using StyleSheets! | PyQt6 Tutorial Part 8
Making File Dialogs In PyQt6 Using QFileDialog! | PyQt6 Tutorial Part 7
Переглядів 3,1 тис.2 роки тому
Making File Dialogs In PyQt6 Using QFileDialog! | PyQt6 Tutorial Part 7
How to Fill Any Form Automatically with Selenium In Python! | Selenium Tutorial
Переглядів 2,9 тис.2 роки тому
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!
Переглядів 2 тис.2 роки тому
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
Переглядів 9762 роки тому
Create a Contact Form using Flask & Store Messages in a CSV! | Flask Tutorial
PyQt vs Tkinter: Which should you use? | With example applications!
Переглядів 43 тис.2 роки тому
PyQt vs Tkinter: Which should you use? | With example applications!
Create a URL Shortener In Flask! | Flask Tutorial
Переглядів 7162 роки тому
Create a URL Shortener In Flask! | Flask Tutorial
Convert PyQt6 Applications To EXE Fast! | PyQt6 Tutorial Part 6
Переглядів 7 тис.2 роки тому
Convert PyQt6 Applications To EXE Fast! | PyQt6 Tutorial Part 6
dude what a good tutorial
this is what i hear : SHASHASHAHSASKEKSEKSEFAFAFAFAFSKESKESKE
Plz don't use bgm on videos like this in which narration is the most important part
Hi, that was a very good video on wx Dailogue. I have use case where I just to change the labels of ok and cancel button, and add my custom label. So how can I achieve that ?
Excelent video sir
Thank you
DOWN VOTED DUE TO HORRIBLE SOUNDING SPEECH WHICH IS TOO OFTEN NOT UNDERSTANDBLE.
actually he's asian thats why he sounds like weird, i would suggest you to be natural while speaking and dont cut out the pauses as it makes kindof weierd to continuously listen w/o any pause, robotic....
Audio terrible!
Please help me!! I tried everything to make my main window centered in my screen but it didnt work i use customtkinter
thanks for the info but this is the worst tutorial I have ever seen holy my mind hurts and I am watching the video in 0.75x
This is the best tutorial I've seen in my entire life.👏👏👏
The voiceover is horrible, almost impossible to understand without CC enabled. However the content is good.
Good information indeed, but audio is a pain...
Cool, thanks for review, quite helpful
One of the cons not mentioned when I see people talk about tkinter for python is the difficulty of concurrency with the library. Their own docs recommend just avoiding the need for it and when you can't the solutions offered seem sloppy. If you're getting into GUI programming you'll eventually need concurrency or threading in your toolkit.
I am struggling to implement a drop-down (not optionmenu) using customtkinter
This was like a movie trailer. Bro explained it so nice, nice visuals💯
Thanks :)
How can I add a scroll bar?
how to fix entry_1 = None( bd=0, bg="#D9D9D9", fg="#000716", highlightthickness=0 ) SyntaxWarning: 'NoneType' object is not callable; perhaps you missed a comma? entry_1 = None(
i sound like that too after a bottle of whisky
How can we make a click and then popup window and close it when not using it?
Incredible! Love it.
any tips on the positionings of labels, entries, buttons and etc? idk how to place them in the app i make lol
The lecture is excellent. It's off topic, but what program do you edit your videos with?
Thanks! I use premiere pro for editing
Connelly Square
Maritza Knolls
Crystal Prairie
Ilene Lights
8027 Kayli Skyway
download what ?
Can you show how to make an interactive graph in the dashboard instead of static graphs? Also normally for these types of dashboard, data gets updated every now and then. Can you show how to do it with periodically (say monthly) updated data?
speak slower bud cant understand a thing
one of the most underrated python youtuber
I litteraly thought dude was talking turkish
full tutorial please
45091 Gregory Park
why i cant use this, neither tkinter in vsc?
difficult to understand you.
You forgot GTK
Get an AI voice.
714 Beahan Trail
Eleazar Summit
Don't use your throat when explaining, try to keep clean, is a great video tho.
You know how sometimes you find a channel that feels too good to exist? This is one of those times for me, an absolute gem of a channel!
Thanks!! :)
Martinez Jose Davis Ruth Robinson Ruth
Young Laura Robinson Paul Harris Edward
Annoying and distracting audio.
get a knew mind
Thank you so much bro that's perfect <3