- 83
- 158 516
Data Believer
เข้าร่วมเมื่อ 25 ก.พ. 2018
Welcome to my channel! I cover a wide range of topics related to programming and technology. Here are some examples of what you can expect to see on my channel:
* Tricks in Python,
* Tricks in JavaScript,
* Spreadsheets (Google Sheets, Excel) with Python,
* Algorithms, data structures, and competitive programming,
* Design patterns,
* Cloud (AWS, Azure, Google Cloud),
* Regular expressions,
* Database (SQLite, MySQL, PostgreSQL, MongoDB),
* ReactJS,
* Python GUIs (PyQt6, Tkinter, Flute, Kivy),
* Creating a game in PyGame,
* Learning Scratch,
* Coding in Minecraft,
* Machine learning,
* NumPy, Pandas, and Matplotlib,
* Django / Flask,
* Developing mobile apps (React Native, Flutter, Flute),
* A course from scratch in:
* Python,
* HTML/CSS,
* Bash/Shell,
* JavaScript,
* TypeScript,
* Node.js,
* Git,
* Rust,
* Dart.
If you have any suggestions for future content, please let me know.
* Tricks in Python,
* Tricks in JavaScript,
* Spreadsheets (Google Sheets, Excel) with Python,
* Algorithms, data structures, and competitive programming,
* Design patterns,
* Cloud (AWS, Azure, Google Cloud),
* Regular expressions,
* Database (SQLite, MySQL, PostgreSQL, MongoDB),
* ReactJS,
* Python GUIs (PyQt6, Tkinter, Flute, Kivy),
* Creating a game in PyGame,
* Learning Scratch,
* Coding in Minecraft,
* Machine learning,
* NumPy, Pandas, and Matplotlib,
* Django / Flask,
* Developing mobile apps (React Native, Flutter, Flute),
* A course from scratch in:
* Python,
* HTML/CSS,
* Bash/Shell,
* JavaScript,
* TypeScript,
* Node.js,
* Git,
* Rust,
* Dart.
If you have any suggestions for future content, please let me know.
Streamlit vs Taipy: Building a Background Remover App – Which is Best?
github.com/szczerski/python-web-app-libraries-comparison
In this video, we compare Streamlit and Taipy for building a background remover application. Watch as we explore Streamlit’s rapid prototyping with its simple file uploader, image display, and built-in download button, perfect for fast and intuitive UI development. Then, see how Taipy offers greater flexibility, with a more customizable layout and detailed file-handling features. Whether you want ease of use or more control over your design, this video will help you decide which tool fits your needs!
In this video, we compare Streamlit and Taipy for building a background remover application. Watch as we explore Streamlit’s rapid prototyping with its simple file uploader, image display, and built-in download button, perfect for fast and intuitive UI development. Then, see how Taipy offers greater flexibility, with a more customizable layout and detailed file-handling features. Whether you want ease of use or more control over your design, this video will help you decide which tool fits your needs!
มุมมอง: 253
วีดีโอ
Streamlit vs Taipy: Comparing Notifications in Python Web Apps
มุมมอง 1703 หลายเดือนก่อน
github.com/szczerski/python-web-app-libraries-comparison
Streamlit vs Taipy: Creating DataFrames and Pie Charts in Python
มุมมอง 5013 หลายเดือนก่อน
github.com/szczerski/python-web-app-libraries-comparison
Slider - Taipy better than Streamlit? Made by Cursor
มุมมอง 2283 หลายเดือนก่อน
JavaScritp, Streamlit or Taipy? github.com/szczerski/python-web-app-libraries-comparison
Why Streamlit is Better Than JavaScript - Slider
มุมมอง 2093 หลายเดือนก่อน
I'm going to show you why Streamlit is better than JavaScript when it comes to creating sliders.
Brown Noise - without Ads - 12 h - Pomodoro - 25 minutes / 5 break - Python script
มุมมอง 1753 หลายเดือนก่อน
How to make Brown Noise in Python? Python code: github.com/szczerski/Tips-Tricks-Python-Hacks/blob/main/brown_noise.py
Install Django 5.0 on a Namecheap server using cPanel with Python 3.12
มุมมอง 4714 หลายเดือนก่อน
import importlib.util import os import sys sys.path.insert(0, os.path.dirname( file )) module_name = 'wsgi' module_path = 'blog/wsgi.py' spec = importlib.util.spec_from_file_location(module_name, module_path) wsgi = importlib.util.module_from_spec(spec) sys.modules[module_name] = wsgi spec.loader.exec_module(wsgi) application = wsgi.application
Mastering DataFrame Manipulation: 6 Techniques to Get the First 3 Rows in Pandas
มุมมอง 475 หลายเดือนก่อน
How Many Methods Do You Know to Retrieve the First 3 Rows of a #Pandas #DataFrame? Here Are My 6 Solutions:
Simple Web Game in JavaScript
มุมมอง 7055 หลายเดือนก่อน
A series on creating a simple game that will run in web browsers. This series is aimed at people who have some programming experience but are new to JavaScript. The goal is to learn the basic components without using ready-made tools, engines, or libraries that do most of the work for us. We will start with pure JavaScript, HTML, and CSS. If this project gains interest, we will expand it by add...
Building Your First Browser Extension
มุมมอง 48211 หลายเดือนก่อน
Browser extensions are like superpowers for your browser. They give you the ability to customize and enhance your browsing experience in a variety of ways. With extensions, you can block ads, manage tabs, translate languages, and much more. medium.com/@databeliever/say-hi-c75d9c0dc7b9
Mastering Nested Quotes in Python: Tips and Tricks
มุมมอง 42ปีที่แล้ว
Mastering Nested Quotes in Python: Tips and Tricks
How to log your activity (Screenshot & Clipboard) with an Autostarting script in Python on Windows
มุมมอง 9Kปีที่แล้ว
How to log your activity (Screenshot & Clipboard) with an Autostarting script in Python on Windows
Flet - build Flutter apps in Python GUI [Tutorial] | part 6 | Memo Game
มุมมอง 6Kปีที่แล้ว
Flet - build Flutter apps in Python GUI [Tutorial] | part 6 | Memo Game
Flet - build Flutter apps in Python GUI [Tutorial] | part 5 | Autocomplete Search
มุมมอง 3.1Kปีที่แล้ว
Flet - build Flutter apps in Python GUI [Tutorial] | part 5 | Autocomplete Search
How to Override the insert() Method in Python to Insert Elements at Index 0 by Default
มุมมอง 1Kปีที่แล้ว
How to Override the insert() Method in Python to Insert Elements at Index 0 by Default
Flet - build Flutter apps in Python GUI [Tutorial] | part 4 | Buttons
มุมมอง 10Kปีที่แล้ว
Flet - build Flutter apps in Python GUI [Tutorial] | part 4 | Buttons
Flet - build Flutter apps in Python GUI [Tutorial] | part 3 | Tic-tac-toe 2.0
มุมมอง 3.4Kปีที่แล้ว
Flet - build Flutter apps in Python GUI [Tutorial] | part 3 | Tic-tac-toe 2.0
Flet - build Flutter apps in Python GUI [Tutorial] | part 2 | Tic-Tac-Toe |
มุมมอง 3.3Kปีที่แล้ว
Flet - build Flutter apps in Python GUI [Tutorial] | part 2 | Tic-Tac-Toe |
Flet - build Flutter apps in Python [Tutorial] - part 1 - Animate
มุมมอง 4.4Kปีที่แล้ว
Flet - build Flutter apps in Python [Tutorial] - part 1 - Animate
Google Sheets + Python | Project: Quiz Game - part 4 | Flet
มุมมอง 3.1K2 ปีที่แล้ว
Google Sheets Python | Project: Quiz Game - part 4 | Flet
Google Sheets + Python | Project: Quiz Game - part 3 | Tkinter
มุมมอง 2.5K2 ปีที่แล้ว
Google Sheets Python | Project: Quiz Game - part 3 | Tkinter
Google Sheets + Python | Project: Quiz Game - part 2
มุมมอง 2.2K2 ปีที่แล้ว
Google Sheets Python | Project: Quiz Game - part 2
Google Sheets + Python | Project: Quiz Game - part 1
มุมมอง 1.5K2 ปีที่แล้ว
Google Sheets Python | Project: Quiz Game - part 1
Automate Excel With Python - Openpyxl and Termcolor [Tutorial]
มุมมอง 6K2 ปีที่แล้ว
Automate Excel With Python - Openpyxl and Termcolor [Tutorial]
I created python app but when i open it shows service unavailable
Huge lifesaver because most of the other ones show on python versions lower that 3.8 Thanks a lot brother🫂
@jeromekm4479 Glad to hear it helped, Jerome! 🙌Keep coding strong, brother!
Ugly buttons, but the tutorial is good
Code: github.com/szczerski/python-web-app-libraries-comparison
Code: github.com/szczerski/python-web-app-libraries-comparison
Code: github.com/szczerski/python-web-app-libraries-comparison
import importlib.util import os import sys sys.path.insert(0, os.path.dirname(__file__)) module_name = 'wsgi' module_path = 'blog/wsgi.py' spec = importlib.util.spec_from_file_location(module_name, module_path) wsgi = importlib.util.module_from_spec(spec) sys.modules[module_name] = wsgi spec.loader.exec_module(wsgi) application = wsgi.application
Great dude
which is better for web apps? flet or reflex?
What's the difference between a flet/flutter project targeted as a browser web-app vs desktop application? I'm interested in an application that can read data from usb-serial-com.
Where is the template?
worked for me! had issues saving the file as a pyw, however opening the script in notepad then goign to all files apposed to saving as text for option and then saving as a pyw worked for me!
I'm glad to hear that you got it working!
yo utilizo flet y esta mal optimizado el codigo
- [00:00](th-cam.com/video/_UQZypTScTs/w-d-xo.html) 🚀 Creating the Manifest File - Creating a browser extension begins with a manifest file (manifest.json) containing essential keys. - Keys include Manifest version, extension name, and version. - The version can have a maximum of four numbers, and version name allows adding a string description. - [02:01](th-cam.com/video/_UQZypTScTs/w-d-xo.html) 🎨 Adding Extension Description and Icon - Add a description key for the extension to be accepted in the store. - Recommended to add an icon in three sizes, at least 48x48, 128 for Chrome web store, and 16x16 for favicon. - Describes the importance of version name for adding a string description to the version. - [04:32](th-cam.com/video/_UQZypTScTs/w-d-xo.html) 🖥 Adding Popup Window with Minimalist HTML - Demonstrates adding actions to the extension by including a default popup window. - Creating a minimalist HTML code for the popup window without overwhelming with code. - Emphasizes the goal of using minimal code in this episode. - [05:58](th-cam.com/video/_UQZypTScTs/w-d-xo.html) 📜 Adding JavaScript Script for Console Output - Adds a JavaScript script to display text in the page console. - Emphasizes the minimalist approach to the JavaScript code for this demonstration. - Shows how to preview the extension's functionality by inspecting the new window with the inspector. by Harpa AI
i got jebaited by the cat
apologises for my foul play. In future, I will try not to use clickbait ;-)
i have no fucking idea what hes doing... maybe beacuse i dont know react
ogarniesz z czasem ;)
@@databeliever pozdro ziom morda
@@databeliever ale szczerze zrobienie tego w vanilla js bylo by 100 razy latwiejsze
@@placek2390 100? Udowodnij :D pozdro
scary perfect dude
thanks so much do that work in other computers
everytime i double click on python it wont open it it just wants me to install it over and over
if you want to open a file with the "pyw" extension, right-click and "open with" and then select a program, e.g. Visual Studio Code or Sublime. You can also change the extension to "py" for a while and open it like any python file.
hpw do you open it
How you make it not to be shown on startup?
Its in all settings and should say something about startup application
Some explanation would have been good because a beginner does not understand what you are doing
Muchas gracias! 😊
De nada ;-)
Why does flet look like it's made for android applications?
Por que ele foi criado em dart
Flet is used for desktop, web and mobile apps with all the power and elements of Flutter. It rock!
I kn7
Thank you, it finally worked
Glad it helped
any coments about flet? It seems promising but im not finding many opinions
Flet is still a relatively new framework, so not everything can be done with it yet, but I am rooting hard for it because it has a lot of potential
@@databeliever do you have some useful material? I was trying to replicate a crud with a login and is really complicated
@@carlosandresgomezdaza9255 see channel www.youtube.com/@sriedynurcahyo3894. No one produces as many Flet content videos as Sri Edy Nurcahyo
thanks for the vid, needed this for a project
Glad I could help. Enjoy!
Dude thank you very much! It worked!
Glad it helped
@@databeliever ❤️
If this so then I will try today
@@krishna290gamer2 👍
Many thanks! I got your code to run exactly as described! Thank you!
Glad it helped!
I was able to reproduce your code locally. Thank you!
1:07 very helpful =IMPORTHTML("en.wikipedia.org/wiki/List_of_national_capitals_by_population", "table",2)
Thanks for your cooperation :)
I don't think your background music helps at all :(
I have received this feedback several times recently. There will be changes in future videos. Thanks for your comment!
Thanks for posting! Subbed!
Thanks for the sub!
Gracias por crear este tutorial me servira mucho saludos desde mexico
Muchas gracias por su comentario
Excellent, thank you
Glad you enjoyed it!
Excellent, thank you
You are welcome!
Great ! Next tut can be Reminder App for Patients to take medicine after certain interval with alarm , bonus be a calender widget in Flet!!
Worse if the patient doesn't turn on the computer that day and doesn't get his dose of medicine ;-) It would be better to add such an app to VR glasses with an arrow leading to the medicine at a certain time 😉
How this ui can be used to create a calendar widget to input dates ?
This example is not very useful, so that it can be easily converted to a calendar. To enter data most generally you need to use TextField. I'm going to make an application in the near future that might be helpful to you. Thanks for watching!
Greate tut. What is music in background?
Great work Buddy ♥️🤗
I'm glad you enjoyed the work. Thanks for watching!
Where are you from
@@Programmerboy11 I'm from Poland
@@databeliever ok
Awesome to see other people working with Flet. I know it just came out a few months ago but it opens up such a beautiful UI framework to the wide audience of python developers!
It definitely has the potential to become a popular choice for UI development, especially with its focus on simplicity and, as you mentioned, beauty. Thanks for watching!
thanks for sharing..learning a lot from your tutorials ..pls create more videos🙏
Thank you for the positive feedback! I will. Thanks for watching!
thanks for sharing..learning a lot from your tutorials ..pls create more videos🙏
You're welcome! I'm glad you're finding the tutorials helpful. There will be new videos soon. Thank you for watching and for your support!
thanks for sharing..learning a lot from your tutorials ..pls create more videos🙏
Thank you for the feedback! You don't even know how much it means to me. I'm glad that you're finding my tutorials helpful. If you have any specific topics that you'd like to see covered in future videos, don't hesitate to let me know and I'll do my best to accommodate your request. Thanks for watching and I hope you continue to learn and enjoy my videos! I am just recording the next part of Flet tutorial series ;)
thanks for sharing..learning a lot from your tutorials ..pls create more videos🙏
You're welcome! I am just recording the next part of the Flute tutorial it will be called "Building an English-German Dictionary with Autocomplete Search using Flute GUI in Python".
K
Amazing ! Keep posting on these creative apps with Flet ! Keep enriching Flet ! Don't forget to use #Flet, so, everyone can recognize your creativeness & hard work ! Ploting interactive charts on Flet possible? I tried, but Plotly interactivity not found ! Let me know if you are available to connect to discuss on building Flet apps !
Thank you for the incredible positive feedback! It really helps keep me motivated as I continue to create content for this channel. Unfortunately, I don't know of a way to make an interactive chart in Plotly using Flet. Plotly with Flet makes beautiful charts, but they are, so far, static. All the best in the new year.
. .
alias journal='day=$(python -c "import datetime; print(datetime.datetime.now().strftime(\"%Y-%m-%d.%A\"));print((datetime.date(2022,12,31)-datetime.date.today()).days)");day_parts=(${day//./ }); day=${day_parts[0]}; weekday=${day_parts[1]}; dleft=${day_parts[2]} && echo "Today is $weekday and there are $dleft days left of this year" >> "$day.txt"'
Bhai apki har videos dekh ta hu mujhe hecking sikha sakhte ho
bhaee mujhe khushee hai ki aapako yah pasand aaya