- 275
- 837 389
Matador Software
Приєднався 26 чер 2021
print("Hello World!")
I'm a passionate Business Intelligence Developer, focusing on the mutual strength of Data, SQL, Power BI & Python to make data driven decisions and Improve lives! Over anything, I strongly believe in the power of self-learning and empowering others!
If you want to get in touch regarding any Business Intelligence or Data enquiries, you can reach me via my website:
www.matadorsoftware.me/
I'm a passionate Business Intelligence Developer, focusing on the mutual strength of Data, SQL, Power BI & Python to make data driven decisions and Improve lives! Over anything, I strongly believe in the power of self-learning and empowering others!
If you want to get in touch regarding any Business Intelligence or Data enquiries, you can reach me via my website:
www.matadorsoftware.me/
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
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
Переглядів: 3 006
Відео
Tackle This Data Analysis SQL Interview Question with the Except Operator
Переглядів 363Рік тому
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
Переглядів 1,2 тис.Рік тому
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,4 тис.Рік тому
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
Переглядів 988Рік тому
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,3 тис.Рік тому
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,3 тис.Рік тому
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
Переглядів 2,4 тис.Рік тому
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
Переглядів 8 тис.Рік тому
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,3 тис.Рік тому
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
Переглядів 577Рік тому
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
Переглядів 4,3 тис.Рік тому
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
Переглядів 446Рік тому
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
Переглядів 243Рік тому
Learn These 3 Simple ChatGPT Tricks to INSTANTLY Become Better at Coding
Create a Python Google Searcher in Less Than 10 Lines of Code
Переглядів 845Рік тому
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,9 тис.Рік тому
Python Automation Tutorial | How to Extract File Metadata with Python #code #automation
How to Practice SQL for FREE Using These 5 Awesome Platforms
Переглядів 574Рік тому
How to Practice SQL for FREE Using These 5 Awesome Platforms
Extract Date Parts in Python Pandas | Day, Month, Year & SQL Comparison
Переглядів 594Рік тому
Extract Date Parts in Python Pandas | Day, Month, Year & SQL Comparison
A Guide to SQL Date Functions | Extracting Date Parts & Date Differences
Переглядів 244Рік тому
A Guide to SQL Date Functions | Extracting Date Parts & Date Differences
Get Ahead Of The Competition With These 5 Data Analytics Trends
Переглядів 216Рік тому
Get Ahead Of The Competition With These 5 Data Analytics Trends
Seaborn Heatmap- A Deep Dive into Visualising Trends & Patterns using Python
Переглядів 270Рік тому
Seaborn Heatmap- A Deep Dive into Visualising Trends & Patterns using Python
Python for Data Analysis- Create SQLite Databases Quickly with Python
Переглядів 334Рік тому
Python for Data Analysis- Create SQLite Databases Quickly with Python
Python for Data Analysis- Real World Pandas & Data Viz Project #dataanalytics #python #datascience
Переглядів 494Рік тому
Python for Data Analysis- Real World Pandas & Data Viz Project #dataanalytics #python #datascience
A Complete Guide to Building Your Own Python Functions
Переглядів 301Рік тому
A Complete Guide to Building Your Own Python Functions
Instant Python Exploratory Data Analysis (EDA)
Переглядів 505Рік тому
Instant Python Exploratory Data Analysis (EDA)
Use this SQL Server Script to Monitor Wide Tables & Redundant Data
Переглядів 284Рік тому
Use this SQL Server Script to Monitor Wide Tables & Redundant Data
Simply Connect Google Colab to GitHub- Easily Sample Projects & Concepts
Переглядів 6 тис.Рік тому
Simply Connect Google Colab to GitHub- Easily Sample Projects & Concepts
Use SQL to Create an Email Validator- Real World Data Project
Переглядів 833Рік тому
Use SQL to Create an Email Validator- Real World Data Project