Companies Home Search Profile

Working with Python on Windows and SQL Server Databases

Focused View

Artemakis Artemiou

5:47:49

10 View
  • 1. Introduction.mp4
    06:11
  • 2. Lets Talk About Python on Windows.mp4
    01:46
  • 3. Python Integrated Development Environments (IDEs).mp4
    01:32
  • 4. This Courses Demo Environment.mp4
    23:54
  • 5.1 Create Demo Database - SampleDB.pdf
  • 5.2 Python-SQL-Section1-Summary.pdf
  • 5. Section Recap.mp4
    01:33
  • 6. Introduction.html
  • 1. Section Overview.mp4
    00:44
  • 2. Installing Python on Windows.mp4
    04:53
  • 3. Installing and Setting up the IDE to be Used in the Demos - Visual Studio Code.mp4
    04:59
  • 4. Writing, Compiling and Running Python Programs.mp4
    06:58
  • 5. Basic Python Commands and Data Structures.mp4
    19:02
  • 6.1 basic python commands.zip
  • 6.2 Python-SQL-Section2-Summary.pdf
  • 6. Section Recap.mp4
    01:01
  • 7. Basic Python Knowledge.html
  • 1. Section Overview.mp4
    01:32
  • 2. About the pyodbc Module.mp4
    04:18
  • 3. Setting up the Connection String.mp4
    05:31
  • 4. Connecting to SQL Server.mp4
    06:34
  • 5. Exception Handling.mp4
    04:44
  • 6. Running a Simple SQL Server Query and Display the Results.mp4
    04:43
  • 7.1 connect sql server exception.zip
  • 7.2 connect sql server no exception.zip
  • 7.3 Python-SQL-Section3-Summary.pdf
  • 7.4 running simple query.zip
  • 7. Section Recap.mp4
    01:35
  • 8. Basic Interaction with SQL Server.html
  • 1. Section Overview.mp4
    01:12
  • 2. Running SELECT T-SQL Statements.mp4
    06:20
  • 3. Running INSERT T-SQL Statements.mp4
    08:12
  • 4. Running UPDATE T-SQL Statements.mp4
    06:17
  • 5. Running DELETE T-SQL Statements.mp4
    05:51
  • 6. Running Other SQL Server T-SQL Statements.mp4
    07:58
  • 7.1 delete no parameter tsql.zip
  • 7.2 delete with parameter tsql.zip
  • 7.3 insert no parameter tsql.zip
  • 7.4 insert with parameter tsql.zip
  • 7.5 other queries tsql.zip
  • 7.6 Python-SQL-Section4-Summary.pdf
  • 7.7 select no parameter tsql.zip
  • 7.8 select with parameter tsql.zip
  • 7.9 update no parameter tsql.zip
  • 7.10 update with parameter tsql.zip
  • 7. Section Recap.mp4
    01:54
  • 8. Running SQL Server Queries from within a Python Program.html
  • 1. Section Overview.mp4
    01:01
  • 2. Lets Create a SQL Server Stored Procedure from within a Python Program.mp4
    06:26
  • 3. Lets Execute the Stored Procedure and Get the Results.mp4
    05:16
  • 4. Executing Stored Procedures that do not Return a Result.mp4
    08:30
  • 5.1 call sp no results.zip
  • 5.2 call sp.zip
  • 5.3 create sp.zip
  • 5.4 Python-SQL-Section5-Summary.pdf
  • 5. Section Recap.mp4
    00:59
  • 6. Working with SQL Server Stored Procedures.html
  • 1. Section Overview.mp4
    00:45
  • 2. Lets Create a SQL Server Function from within a Python Program.mp4
    04:45
  • 3. Lets Execute the Function and Get the Results.mp4
    04:55
  • 4. Calling SQL Server System Functions.mp4
    06:58
  • 5.1 call function.zip
  • 5.2 call system functions.zip
  • 5.3 create function.zip
  • 5.4 Python-SQL-Section6-Summary.pdf
  • 5. Section Recap.mp4
    01:04
  • 6. Working with SQL Server Functions.html
  • 1. About Advanced Topics.mp4
    01:13
  • 2.1 sample-csv-file-for-demo.csv
  • 2.2 writecsv sqlserver.zip
  • 2. How to Import Data from a CSV File to SQL Server via a Python Program.mp4
    13:50
  • 3. How to Convert a Python Script to a Windows Executable.mp4
    16:06
  • 4.1 basic gui dialog.zip
  • 4. How to Create a Basic GUI Dialog in Python and Connect to SQL Server.mp4
    12:13
  • 5.1 bulk insert csv sqlserver.zip
  • 5.2 sample-csv-file-for-demo.csv
  • 5. How to Run the SQL Server BULK INSERT Command from Within a Python Program.html
  • 1. About Special Database Topics.html
  • 2. Benefits of Primary Keys in Database Tables.mp4
    05:36
  • 3. Benefits of Using Stored Procedures in Databases.mp4
    04:07
  • 4.1 Useful T-SQL Scripts for SQL Development.pdf
  • 4. Useful T-SQL Scripts for SQL Development.mp4
    11:42
  • 5. How to Find the Version of a SQL Server Instance.mp4
    11:14
  • 6. What are T-SQL Snippets in SSMS.mp4
    05:34
  • 7. Operating Systems Supported by SQL Server.mp4
    03:49
  • 8. How to Install SQL Server 2019 Express and the Latest SSMS Version.mp4
    38:54
  • 1. Overview.html
  • 2.1 Python-SQL-Python-SQL-MLS-Additional-Material.pdf
  • 2. What are SQL Server Machine Learning Services.mp4
    02:54
  • 3. How to Install SQL Server Machine Learning Services.mp4
    14:59
  • 4. Python and R Packages Included in SQL Server Machine Learning Services.mp4
    05:05
  • 5.1 Python-SQL-Python-SQL-MLS-Summary.pdf
  • 5. Executing Python Scripts via SQL Server Machine Learning Services.mp4
    07:09
  • 6. Python and SQL Server Machine Learning Services.html
  • 1.1 Python-SQL-Course-Summary.pdf
  • 1. What Have you Learned in this Course.mp4
    04:47
  • 2. Working with Python on Windows and SQL Server Databases.html
  • 1.1 Bonus Lecture Links Updated.pdf
  • 1. Bonus Lecture.mp4
    08:44
  • Description


    Learn how you can efficiently work with SQL Server databases, via the Python Programming Language

    What You'll Learn?


    • How to access and work with SQL Server databases from within your Python programs
    • How to run T-SQL queries against your SQL Server databases from within your Python programs
    • How to Call Dynamic Management Views (DMVs), Aggregation Functions and global system variables
    • How to execute SQL Server functions and stored procedures from within your Python programs
    • How to use parameters and exception handling in all database operations in your Python code
    • How to set up your Python development environment on Windows
    • How to work with Visual Studio Code for Python development

    Who is this for?


  • Python developers who want to learn how to work with SQL Server via their Python programs
  • Data Scientists who want to learn more about SQL Server database access via Python programming
  • Technology enthusiasts who want to learn more about Python programming and SQL Server database access
  • Programmers who want to get started with Python programming focused on data access topics
  • What You Need to Know?


  • Basic knowledge of the Python programming language
  • Basic knowledge of SQL Server fundamentals
  • More details


    Description

    Python is one of the world's most popular programming languages. Its simplified syntax, helps Programmers to easily develop different types of applications fast and easy. From Data Science and Machine Learning applications, to general purpose applications, Python makes it easy for the Developer, to build these applications. Additionally, when you combine the Python programming language, with the popular SQL Server Data Platform, you have a  powerful software development setup, via which you can build just about anything!

    This course does exactly that: it helps you learn how to access and work with SQL Server databases, directly from your Python programs, by teaching you how to perform all the major database development operations from within your Python code.

    With my course, among other, you will learn how to set up your Python development environment on Windows using Visual Studio Code and the Python extension, you will refresh your memory on the basic Python data structures and commands, learn how to connect to SQL Server from within your Python programs, learn how to run SQL Server SELECT, INSERT, UPDATE and DELETE T-SQL statements from within your Python code using parameters and exception handling, learn how to create and call SQL Server stored procedures, functions, DMVs, global system variables, and much more!


    WHAT OTHER STUDENTS SAY ABOUT THE COURSE:

    • "Really amazing course. I never thought it was so easy and interesting to work with Python on SQL server. If you want to work Python on SQL server, I am sure after this course you will be able to work, even you have no prior knowledge of Python."

    • "Thorough explanation and examples led to my being able to write and execute queries in SQL server with Python."

    • "Great quality and relevance to my job!"

    • "The course explains in simple words how I can work with SQL Server from my Python programs."

    • "Excellent course! Just what I needed to use Python with SQL Server!"



    WHAT IS THIS COURSE ALL ABOUT?

    Python is a very popular programming language. Due to its simplified syntax, Programmers can develop a wide range of software applications, fast and easy. With Python, you can easily build Data Science and Machine Learning projects, as well as general purpose applications. When combined with the popular SQL Server Data Platform, it provides Software Developers and Data Scientists, with a powerful software development setup, that can be used for building just about anything!

    This course has been carefully designed, in order to help you get started with Python programming for SQL Server data access. Via a well-structured curriculum, it starts with helping you set up your Python development environment on Windows, using Visual Studio code and the proper extensions, then explains the different options for connecting to SQL Server databases and then deep dives into a comprehensive set of live demonstrations, via which you will learn how to execute SQL Server SELECT, INSERT, UPDATE and DELETE SQL statements, as well as, work with SQL Server stored procedures and functions and all that, via your Python programs. Last but not least, the course helps you get started with SQL Server Machine Learning Services, and more specifically, it helps you get started with executing Python scripts, directly in SQL Server, in-database.

    So join me into a 6-hour journey and learn all about working with SQL Server databases, from within your Python programs!


    AFTER THE COURSE:

    • You will know how to install Python on Windows and set your development environment with Visual Studio Code and the proper extensions.

    • You will know how to connect your Python programs to SQL Server instances and databases.

    • You will know how to run different types of T-SQL queries against your SQL Server databases, from within your Python Programs:

      • Execute and process SELECT, INSERT, UPDATE and DELETE T-SQL statements

      • Call Dynamic Management Views (DMVs)

      • Call aggregation functions

      • Call SQL Server global system variables

    • You will know how to execute SQL Server functions and stored procedures, from within your Python Programs.

    • You will know how to use parameters and exception handling for all the above database operations within your Python code.

    • You will know how to directly execute Python scripts in SQL Server, in-database, using SQL Server Machine Learning Services.


    PREREQUISITES FOR ATTENDING THE COURSE:

    • Basic knowledge of the Python programming language

    • Basic knowledge of the SQL Server fundamentals


    PREREQUISITES FOR SETTING UP THE DEMO ENVIRONMENT:

    • A Windows 10 computer with at least 4GB of RAM and a modern CPU with SQL Server installed (Express Edition works fine as well)

    • Note: The use of a Virtual Machine is completely optional. You just need a Windows 10 computer with SQL Server, onto which, by following the courses demos, you will be installing Python with pyodbc and Visual Studio Code. Then, using this environment, you will be able to reproduce all demos.


    THIS COURSE CONTAINS/OFFERS:

    • 6+ hours of high-quality video lectures and guides

    • Step by step live demonstrations and guides that can help you get started with SQL Server database programming from within your Python programs

    • Downloadable source code examples

    • Downloadable resources with useful information and links

    • Useful quizzes for testing your knowledge on each section

    • A major practice test in the end of the course

    • Ability to ask the instructor questions via the Q&A section

    • Certificate on course completion

    Who this course is for:

    • Python developers who want to learn how to work with SQL Server via their Python programs
    • Data Scientists who want to learn more about SQL Server database access via Python programming
    • Technology enthusiasts who want to learn more about Python programming and SQL Server database access
    • Programmers who want to get started with Python programming focused on data access topics

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Artemakis Artemiou
    Artemakis Artemiou
    Instructor's Courses
    Artemakis is a Senior Database and Software Architect and a former Microsoft Data Platform MVP (awarded for 9 consecutive years). He has over 20 years of experience and he has taught thousands of people to efficiently work with SQL Server, Data Access/Entity Framework, Azure, .NET/C#, Programming and more, via his video tutorials, blog and guest articles, public speaking, eBooks and online courses.Artemakis is the founder of the SQLNetHub and {essentialDevTips} communities and published hundreds of articles and videos that explain in simple words, how to perform complex technical tasks and he really enjoys the interaction with the technical communities.Besides his regular blogging activities, Artemakis is also a guest author on many prestigious online technology journals.Moreover, he currently serves as the President of the Cyprus .NET User Group (CDNUG) and the International .NET Association Country Leader for Cyprus (INETA).Artemakis, really enjoys sharing hands-on knowledge on a large set of technology topics, and thus helping his fellow tech community members, to easily start using these great technologies. To this end, he is really looking forward to seeing you in his online courses on Udemy!
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 52
    • duration 5:47:49
    • English subtitles has
    • Release Date 2024/03/13