Matador Software
Matador Software
  • 275
  • 798 566
Two Ways to Automatically Open Windows Folders with Python
In this short, two minute tutorial, I showcase two different methods that will allow you to automatically open your Windows explorer folders using Python. We'll begin with a short and sweet method, and then building in the concept of try except blocks for a more realistic method of error handling.
Enjoy!
🤝 Want 1:1 mentorship, data career guidance or interview prep?
topmate.io/james_andrew_matad...
🤝 Connect with me on LinkedIn:
www.linkedin.com/in/ja376
มุมมอง: 2 582

วีดีโอ

Tackle This Data Analysis SQL Interview Question with the Except Operator
มุมมอง 330ปีที่แล้ว
In this tutorial, I cover the except operator in SQL, how this can be used to tackle a data analysis based interview problem, RBMS that support the operator, it's origins in set theory (set difference), a custom venn diagram and a worked example. Enjoy! 🤝 Want 1:1 mentorship, data career guidance or interview prep? topmate.io/james_andrew_matad... 🤝 Connect with me on LinkedIn: www.linkedin.com...
Kivy Builder & Changing Window Colour- Creating Modern GUIs & Apps with Python Kivy Tutorial #6
มุมมอง 989ปีที่แล้ว
Check out the sixth tutorial in this Python Kivy series, where we explore a vital class: the Kivy builder- responsible for loading and parsing Kivy language files, allowing us to explicitly separate the design of the user interface from the logic of the application, following the principle of separation of concerns. I'll also include a handy (and sometimes hard to find) tip for changing the win...
Building a Dynamic Form with Grid Layout- Creating Modern GUIs & Apps with Python Kivy Tutorial #5
มุมมอง 1.1Kปีที่แล้ว
Check out the fifth tutorial in this Python Kivy series, where we explore another hugely common layout, the Grid Layout. We'll use this as a basis to create an employee GUI that stores passwords and prints details to the console- further building on concepts learned in episodes before. In the next episode we'll look into the Kivy Builder and other helpful tips and tricks. Enjoy! 🤝 Want 1:1 ment...
Sizing & Positioning Widgets- Creating Modern GUIs & Apps with Python Kivy Tutorial #4
มุมมอง 839ปีที่แล้ว
Check out the fourth tutorial in this Python Kivy series, where we explore a fundamental but hugely important building block of our app development: sizing & positioning widgets within our Kivy design language file. We'll cover a common roadblock, different methods of sizing, positioning and helpful tips along the way! In the next episode we'll further dissect layouts & our fundamental building...
Better Code with the Kv Design Language- Creating Modern GUIs & Apps with Python Kivy Tutorial #3
มุมมอง 1.1Kปีที่แล้ว
Check out the third tutorial in this Python Kivy series, where we explore coding the design in our main Python file vs adhering to good practice and breaking apart our design code into a Kv design language file. I'll also gently break into some other concepts such as spacing and setting RGBA colours. In the next episode we'll further dissect layouts & our fundamental building blocks, as we move...
SQL Server for Beginners | A Complete Guide | Theory, Set Up, Practice Datasets & Querying
มุมมอง 1.3Kปีที่แล้ว
A complete guide to SQL for beginners: this tutorial can act as a one stop shop for understanding SQL background, how to actually start writing SQL in a database management system, getting a huge array of free data that simulates real world datasets & data models and learning the core and most widely used SQL querying functionality, as well as creating your own tables. The specific areas I cove...
Box Layout, Input Boxes & Buttons- Creating Modern GUIs & Apps with Python Kivy Tutorial #2
มุมมอง 2Kปีที่แล้ว
Check out the second tutorial in this Python Kivy series, where we'll advance from the basic single label/ text widget GUI that we created in episode 1. We introduce two new widgets and a new layout, in order to create a sleeker and more dynamic GUI that responds to click/ touch events. In the next episode we'll further dissect widgets & layouts. Enjoy! 🤝 Want 1:1 mentorship, data career guidan...
Kivy Set-Up & Creating Your First GUI- Creating Modern GUIs & Apps with Python Kivy Tutorial #1
มุมมอง 6Kปีที่แล้ว
Check out the first tutorial in this extensive Python Kivy GUI & App series. In this episode we'll look at an overview of the series, set-up, installations, virtual environments and creating our first application- producing meaningful and actionable Python code. In the next episode we'll explore more widgets! Enjoy! 🤝 Want 1:1 mentorship, data career guidance or interview prep? topmate.io/james...
Create a professional DASHBOARD DESIGN wireframe IN MINUTES | Simple & Powerful Wireframe Tool
มุมมอง 2.1Kปีที่แล้ว
In this tutorial, I demonstrate an example of a great online dashboard design tool, allowing you to create professional, powerful and interactive dashboard mock ups very quickly. Enjoy! 🤝 Want 1:1 mentorship, data career guidance or interview prep? topmate.io/james_andrew_matadorsoftware 🤝 Connect with me on LinkedIn: www.linkedin.com/in/ja376
How To Create a SQL WHILE Loop- Syntax, Example & Alternatives
มุมมอง 438ปีที่แล้ว
How To Create a SQL WHILE Loop- Syntax, Example & Alternatives
SQL Shades- A Simple & Complete Dark Theme Solution For SQL Server Management Studio in 2023
มุมมอง 4Kปีที่แล้ว
SQL Shades- A Simple & Complete Dark Theme Solution For SQL Server Management Studio in 2023
3 Ways to Create a Running Total in Python Pandas | Adding a New Dataframe Column
มุมมอง 369ปีที่แล้ว
3 Ways to Create a Running Total in Python Pandas | Adding a New Dataframe Column
Learn These 3 Simple ChatGPT Tricks to INSTANTLY Become Better at Coding
มุมมอง 233ปีที่แล้ว
Learn These 3 Simple ChatGPT Tricks to INSTANTLY Become Better at Coding
Create a Python Google Searcher in Less Than 10 Lines of Code
มุมมอง 721ปีที่แล้ว
Create a Python Google Searcher in Less Than 10 Lines of Code
Python Automation Tutorial | How to Extract File Metadata with Python #code #automation
มุมมอง 2.6Kปีที่แล้ว
Python Automation Tutorial | How to Extract File Metadata with Python #code #automation
How to Practice SQL for FREE Using These 5 Awesome Platforms
มุมมอง 520ปีที่แล้ว
How to Practice SQL for FREE Using These 5 Awesome Platforms
Extract Date Parts in Python Pandas | Day, Month, Year & SQL Comparison
มุมมอง 568ปีที่แล้ว
Extract Date Parts in Python Pandas | Day, Month, Year & SQL Comparison
A Guide to SQL Date Functions | Extracting Date Parts & Date Differences
มุมมอง 182ปีที่แล้ว
A Guide to SQL Date Functions | Extracting Date Parts & Date Differences
Get Ahead Of The Competition With These 5 Data Analytics Trends
มุมมอง 214ปีที่แล้ว
Get Ahead Of The Competition With These 5 Data Analytics Trends
Seaborn Heatmap- A Deep Dive into Visualising Trends & Patterns using Python
มุมมอง 231ปีที่แล้ว
Seaborn Heatmap- A Deep Dive into Visualising Trends & Patterns using Python
Python for Data Analysis- Create SQLite Databases Quickly with Python
มุมมอง 320ปีที่แล้ว
Python for Data Analysis- Create SQLite Databases Quickly with Python
Python for Data Analysis- Real World Pandas & Data Viz Project #dataanalytics #python #datascience
มุมมอง 488ปีที่แล้ว
Python for Data Analysis- Real World Pandas & Data Viz Project #dataanalytics #python #datascience
A Complete Guide to Building Your Own Python Functions
มุมมอง 272ปีที่แล้ว
A Complete Guide to Building Your Own Python Functions
Instant Python Exploratory Data Analysis (EDA)
มุมมอง 479ปีที่แล้ว
Instant Python Exploratory Data Analysis (EDA)
Use this SQL Server Script to Monitor Wide Tables & Redundant Data
มุมมอง 262ปีที่แล้ว
Use this SQL Server Script to Monitor Wide Tables & Redundant Data
Automate Renaming Files with Python
มุมมอง 686ปีที่แล้ว
Automate Renaming Files with Python
Simply Connect Google Colab to GitHub- Easily Sample Projects & Concepts
มุมมอง 4.8Kปีที่แล้ว
Simply Connect Google Colab to GitHub- Easily Sample Projects & Concepts
The Ultimate Guide to SQL Constraints
มุมมอง 533ปีที่แล้ว
The Ultimate Guide to SQL Constraints
Use SQL to Create an Email Validator- Real World Data Project
มุมมอง 776ปีที่แล้ว
Use SQL to Create an Email Validator- Real World Data Project