KenBroTech
KenBroTech
  • 163
  • 957 620
Change a .py File into a .exe Program
In this tutorial, we'll explore how to convert Python files from a Text-to-Speech and QR Code Generator desktop application into executable files. This process allows you to share your applications easily without requiring the recipient to have Python or any specific libraries installed. We'll walk through the steps required to package your Python code into standalone executables for Windows, macOS, and Linux, using tools like PyInstaller. Let's dive in and make our applications accessible to everyone!
PySimpleGUI Official Website
www.pysimplegui.com/
Site to download Git
git-scm.com/downloads
Site to GitHub
github.com/
GitHub Repository for Course Template:
github.com/KenBroTech/SENG207-PROGRAMMING-FOR-ENGINEERS-MATERIALS
Django Inventory Management System
th-cam.com/play/PLInvlTu9nmo8ttdXgiD4S7sHiHL2iRVY5.html
Django Blog Project
th-cam.com/play/PLInvlTu9nmo8ttdXgiD4S7sHiHL2iRVY5.html
ToDo Flask Application
th-cam.com/play/PLInvlTu9nmo9gVusdyZNp0erhZ7YvdoVK.html
Data Science
th-cam.com/play/PLInvlTu9nmo8kGz1FVg1LdD5srmoApV2d.html
How to Build a Third Party Library and Publish onto PyPi
th-cam.com/video/ZzduSk3pCDY/w-d-xo.html
Build a Django Map Locator
th-cam.com/video/2uFJ43DvhHg/w-d-xo.html
Build a Map Web Application in Django for data presentation using heatmaps
th-cam.com/video/mgtVOFU0Wc0/w-d-xo.html
Flask Official Website
flask.palletsprojects.com/en/2.1.x/
Bootstrap5 Series Tutorial
th-cam.com/play/PLInvlTu9nmo8LKkolDnyhOH2Hek9vhy0d.html
How to download and install DB Browser for SQLite
th-cam.com/video/W3gaGcLvJEQ/w-d-xo.html
DB Browser for SQLite Official Website
sqlitebrowser.org/
Python Official website:
www.python.org/downloads/
Download and Install Python on Windows 10 Computer
th-cam.com/video/1AJa4m4C3Wk/w-d-xo.html
Python Programming | Series Tutorial
th-cam.com/play/PLInvlTu9nmo_PU8JY_VeeZtV8Ne0vHyho.html
Follow me on:
Twitter: KenBroni
Facebook: web. kenneth.broni.9/
#Python
#flasks
#django
#Python variables
มุมมอง: 718

วีดีโอ

Build a Desktop Application in Python: QR Code Generator
มุมมอง 6526 หลายเดือนก่อน
In this comprehensive three-part video series, we're diving into the world of PySimpleGUI, a Python library known for its simplicity and effectiveness in creating graphical user interfaces (GUIs). This specific video follows up on the first video where we built a Text-to-Speech Desktop application. In the video, we will develop a QR Code Generator Desktop application using PySimpleGUI. So, whet...
Build a Desktop Application in Python: Text-to-Speech Application
มุมมอง 8626 หลายเดือนก่อน
In this comprehensive three-part video series, we're diving into the world of PySimpleGUI, a Python library known for its simplicity and effectiveness in creating graphical user interfaces (GUIs). This specific video focuses on laying down the groundwork by thoroughly covering PySimpleGUI basics. Following that, we embark on a practical journey, building a fully functional Text-to-Speech Deskto...
Git Tutorials for Beginners
มุมมอง 2.6Kปีที่แล้ว
In this TH-cam video, you'll learn all about Git and GitHub. We will cover the basics of version control and show you how to use Git to manage your code. We will also give you a step-by-step guide to creating a GitHub account, uploading your code, and collaborating with others on your projects. Whether you're a beginner or an experienced developer, this tutorial will help you get started with G...
Git Tutorials for Beginners
มุมมอง 2.5Kปีที่แล้ว
In this TH-cam video, you'll learn all about Git and GitHub. We will cover the basics of version control and show you how to use Git to manage your code. We will also give you a step-by-step guide to creating a GitHub account, uploading your code, and collaborating with others on your projects. Whether you're a beginner or an experienced developer, this tutorial will help you get started with G...
Virtual Environment --- Python Programming for Engineers
มุมมอง 1.4Kปีที่แล้ว
SENG 207 - Programming for Engineers is a course offered at the University of Ghana, School of Engineering Sciences, and it focuses on teaching Python programming. In this particular video, we will be discussing Virtual Environment in Python. Virtual Environment is a tool that allows you to create isolated Python environments for your projects. This means that you can have multiple projects wit...
Exception Handling --- Python Programming for Engineers
มุมมอง 1.1Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Python Exception Handling. GitHub Repository for Course Template: github.com/KenBroTech/SENG207-PROGRAMMING-FOR-ENGINEERS-MATERIALS Django Inventory Management System th-cam.com/play/PLI...
Python Libraries --- Python Programming for Engineers
มุมมอง 2.3Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Python libraries. A Python library is a collection of related modules. It contains bundles of code that can be used repeatedly in different programs. GitHub Repository for Course Templat...
Markdown Crash Course --- Python Programming for Engineers
มุมมอง 2.7Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will learn the Markdown markup language. GitHub Repository for Course Template: github.com/KenBroTech/SENG207-PROGRAMMING-FOR-ENGINEERS-MATERIALS Markdownguide website www.markdownguide.org/ Flask Of...
Python Modules (Part-2) --- Python Programming for Engineers
มุมมอง 1.3Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Object-oriented Programming (OOP) in Python. We will take a look at Python Modules. A python module is a piece of code or python file that is imported and used in another python file. In...
Python Modules (Part-1) --- Python Programming for Engineers
มุมมอง 1.4Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Object-oriented Programming (OOP) in Python. We will take a look at Python Modules. A python module is a piece of code or python file that is imported and used in another python file. In...
School MIS - OOP (Part-3) --- Python Programming for Engineers
มุมมอง 1.6Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Object-oriented Programming (OOP) in Python. We will take a look at the fundamental concepts of OOP, classes and objects. A class is a blue-print for creating objects. An object is an in...
School MIS - OOP (Part-2) --- Python Programming for Engineers
มุมมอง 1.5Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Object-oriented Programming (OOP) in Python. We will take a look at the fundamental concepts of OOP, classes and objects. A class is a blue-print for creating objects. An object is an in...
School MIS - OOP (Part-1) --- Python Programming for Engineers
มุมมอง 2Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Object-oriented Programming (OOP) in Python. We will take a look at the fundamental concepts of OOP, classes and objects. A class is a blue-print for creating objects. An object is an in...
Python Classes - OOP (Part-4) --- Python Programming for Engineers
มุมมอง 2Kปีที่แล้ว
SENG 207 - Programming for Engineers is a level 200 course taught at the University of Ghana, School of Engineering Sciences. In this series of videos, I teach Python Programming. In this video, we will explore Object-oriented Programming (OOP) in Python. We will take a look at how to write methods and work with class variables. A class is a blue-print for creating objects. An object is an inst...
Python Classes - OOP (Part-3) --- Python Programming for Engineers
มุมมอง 2.1Kปีที่แล้ว
Python Classes - OOP (Part-3) Python Programming for Engineers
Python Classes - OOP (Part-2) --- Python Programming for Engineers
มุมมอง 2.1Kปีที่แล้ว
Python Classes - OOP (Part-2) Python Programming for Engineers
Python Classes - OOP (Part-1) --- Python Programming for Engineers
มุมมอง 3Kปีที่แล้ว
Python Classes - OOP (Part-1) Python Programming for Engineers
Functions (default parameters and lookup help) --- Python Programming for Engineers
มุมมอง 1.3Kปีที่แล้ว
Functions (default parameters and lookup help) Python Programming for Engineers
Functions (*args and **kwargs) --- Python Programming for Engineers
มุมมอง 2Kปีที่แล้ว
Functions (*args and kwargs) Python Programming for Engineers
Functions --- Python Programming for Engineers
มุมมอง 2.2Kปีที่แล้ว
Functions Python Programming for Engineers
While Loops --- Python Programming for Engineers
มุมมอง 1.5Kปีที่แล้ว
While Loops Python Programming for Engineers
For Loops --- Python Programming for Engineers
มุมมอง 2Kปีที่แล้ว
For Loops Python Programming for Engineers
Python Dictionary --- Python Programming for Engineers
มุมมอง 1.6Kปีที่แล้ว
Python Dictionary Python Programming for Engineers
Python Set--- Python Programming for Engineers
มุมมอง 1.5Kปีที่แล้ว
Python Set Python Programming for Engineers
Python Tuple --- Python Programming for Engineers
มุมมอง 1.5Kปีที่แล้ว
Python Tuple Python Programming for Engineers
Python List --- Python Programming for Engineers
มุมมอง 1.9Kปีที่แล้ว
Python List Python Programming for Engineers
Boolean Operators --- Python Programming for Engineers
มุมมอง 1.6Kปีที่แล้ว
Boolean Operators Python Programming for Engineers
Conditional Statements --- Python Programming for Engineers
มุมมอง 2Kปีที่แล้ว
Conditional Statements Python Programming for Engineers
Comparison Operators --- Python Programming for Engineers
มุมมอง 1.7Kปีที่แล้ว
Comparison Operators Python Programming for Engineers