Display Folium Maps in PyQt5 | PyQt5 Tutorial

preview_player
Показать описание
In this PyQt5 tutorial, we are going to learn how to embed a Folium Map in a PyQt application.

Buy Me a Coffee? Your support is much appreciated!
----------------------------------------------------------------------------------------------------------------
Venmo: @Jie-Jenn

## What is PyQt?
PyQt is a library created by Riverbank based on the Qt framework to let you build desktop applications in Python. (An alternative is PySide2, by Qt the company itself).

Qt framework itself is written in C++, and the framework is also available in other programming languages, such as Java and C++. By using Python, we can build applications much more rapidly.

Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

Tags:
#Folium #PyQt5
Рекомендации по теме
Комментарии
Автор

Hi!!! Thank you so much for this video

louisherveseba
Автор

Quick question, how do you get the widgets to work with the default folium tiles, I'm having troubles because the widget is only working when the "Stamen Toner" option is selected for tiles.

edwardv
Автор

How can we add cursors? and Can we show the location data from raspberry on the map? thank you for video.

Автор

Great movie i helped me so much. Do u know how to refresh marks marks on folium map every (for instance) 30 seconds?

boobelll
Автор

hi, i thank you for this video, i tryind to add a folium map in a UI that i build with qtdesigner, i do use your method, but it does'nt work for me. i would like to share this with you.

judethesherif
Автор

Please wihich are the requires before run this code because i have this error: js: Uncaught ReferenceError: L is not defined. thank

louisherveseba
Автор

I get a blank window when I run this code. Can anybody please tell me what might be the issue?

ankitsarangi
Автор

Hi bro, it's very useful video. I can ask you a question. How can we show the location as a point?

ademguler
Автор

Do it without the webengine :) No one wants the web engine over head.

Macatho