MySQL Databases Python Programming (Build App and API)

74 Views | 0 Comments | Posted in: Tutorials
24
September
2023

MySQL Databases  Python Programming (Build App and API)


MySQL Databases Python Programming (Build App and API)
Language: English | Size:2.87 GB
Genre:eLearning


Files Included :

1 Introduction.mp4 (1.48 MB)
MP4
10 MySQL Data Types.mp4 (23.64 MB)
MP4
2 What is MySQL.mp4 (16.42 MB)
MP4
3 MySQL Download and Installation on Windows.mp4 (69.63 MB)
MP4
4 MySQL Download and Installation on Mac.mp4 (41.37 MB)
MP4
5 What is MySQL Workbench.mp4 (34.5 MB)
MP4
6 Installing MySQL Workbench on a Mac.mp4 (40.82 MB)
MP4
7 Database Concepts.mp4 (34.76 MB)
MP4
8 What is a Schema.mp4 (9.56 MB)
MP4
9 Database Schema.mp4 (21.71 MB)
MP4
1 Python Expressions.mp4 (10.2 MB)
MP4
10 Python Conditional Statements.mp4 (24.76 MB)
MP4
11 Python Loops.mp4 (30.28 MB)
MP4
12 Python Functions.mp4 (22.09 MB)
MP4
2 Python Statements.mp4 (14.55 MB)
MP4
3 Python Comments.mp4 (12.96 MB)
MP4
4 Python Data Types.mp4 (14.95 MB)
MP4
5 Casting Data Types.mp4 (7.81 MB)
MP4
6 Variables.mp4 (24.51 MB)
MP4
7 Python List.mp4 (35.57 MB)
MP4
8 Python Dictionary.mp4 (41.41 MB)
MP4
9 Python Operators.mp4 (54.57 MB)
MP4
1 What we will build.mp4 (6.56 MB)
MP4
10 Creating the application interface - Part 3.mp4 (65.26 MB)
MP4
11 Creating the application interface - Part 4.mp4 (70.52 MB)
MP4
12 Creating the application interface - Part 5.mp4 (31.35 MB)
MP4
13 Create a database and table.mp4 (29.48 MB)
MP4
14 Create and activate a virtual environment.mp4 (12.76 MB)
MP4
15 Install MySQL Connector.mp4 (8.59 MB)
MP4
16 Creating a configuration connection file.mp4 (6.49 MB)
MP4
17 Create a class with methods.mp4 (57.95 MB)
MP4
18 Creating Functions.mp4 (24.48 MB)
MP4
19 Activating button widgets.mp4 (29.42 MB)
MP4
2 Install Python on Windows.mp4 (20.87 MB)
MP4
20 Modifying python file for mysql interaction.mp4 (36.76 MB)
MP4
21 Testing connection to database with Python.mp4 (8.73 MB)
MP4
22 Interacting with MySQL from Python - Part 1.mp4 (36.77 MB)
MP4
23 Interacting with MySQL from Python - Part 2.mp4 (9.78 MB)
MP4
3 Install Python on Mac.mp4 (41.08 MB)
MP4
4 Application Design.mp4 (8.6 MB)
MP4
6 Install Visual Studio Code.mp4 (31.31 MB)
MP4
7 Creating a project directory and Python file.mp4 (6.97 MB)
MP4
8 Creating the application interface - Part 1.mp4 (34.77 MB)
MP4
9 Creating the application interface - Part 2.mp4 (27.52 MB)
MP4
10 Django and MySQL Database Setup.mp4 (82.56 MB)
MP4
11 Applying Initial Migration.mp4 (12.27 MB)
MP4
12 Create a Django Model.mp4 (27.59 MB)
MP4
13 Create and apply a new migration.mp4 (28.18 MB)
MP4
14 Create a serializer class.mp4 (16.39 MB)
MP4
15 Starting and stopping Django Development Server.mp4 (13.47 MB)
MP4
16 Create a superuser account.mp4 (13.5 MB)
MP4
17 Creating Views - Part 1.mp4 (62.13 MB)
MP4
18 Creating Views - Part 2.mp4 (44.89 MB)
MP4
19 Mapping Views to URLS.mp4 (50.91 MB)
MP4
2 Create and activate a virtual environment.mp4 (21.34 MB)
MP4
20 Register Model with Admin Site.mp4 (11.73 MB)
MP4
21 Create Model Objects.mp4 (21.78 MB)
MP4
22 Installing Postman.mp4 (22.03 MB)
MP4
23 Testing API with CRUD Operations.mp4 (44.84 MB)
MP4
4 Install Django.mp4 (9.34 MB)
MP4
5 Install REST Framework.mp4 (4.39 MB)
MP4
6 Install Corsheaders.mp4 (18.35 MB)
MP4
7 Create a Django Project.mp4 (19.8 MB)
MP4
8 Create a Django App.mp4 (8.12 MB)
MP4
9 Register Applications.mp4 (19.96 MB)
MP4
1 Introduction to data modeling.mp4 (6.55 MB)
MP4
2 Creating a model - Part 1.mp4 (52.58 MB)
MP4
3 Creating a model - Part 2.mp4 (37.43 MB)
MP4
4 Basic Modeling.mp4 (34.94 MB)
MP4
1 MySQL Naming Convention.mp4 (12.44 MB)
MP4
2 Creating a new MySQL Database.mp4 (28.72 MB)
MP4
3 Using IF NOT EXIST DROP.mp4 (11.66 MB)
MP4
4 Creating a Table in MySQL.mp4 (66.26 MB)
MP4
5 Setting a default database in MySQL.mp4 (20.86 MB)
MP4
6 Using Comments.mp4 (21.26 MB)
MP4
7 Primary Keys.mp4 (22.38 MB)
MP4
8 Foreign Keys.mp4 (29.28 MB)
MP4
2 What is CRUD.mp4 (8.98 MB)
MP4
3 MySQL SELECT Statement.mp4 (40.78 MB)
MP4
4 MySQL INSERT Statement.mp4 (51.75 MB)
MP4
5 MySQL UPDATE Statement.mp4 (65.34 MB)
MP4
6 MySQL DELETE Statement.mp4 (26.38 MB)
MP4
2 MySQL INNER Join.mp4 (58.65 MB)
MP4
3 MySQL LEFT Join.mp4 (29.47 MB)
MP4
4 MySQL RIGHT Join.mp4 (20.51 MB)
MP4
5 MySQL SELF Join.mp4 (39.56 MB)
MP4
1 What are Stored Procedures.mp4 (12.6 MB)
MP4
2 Creating Stored Procedures.mp4 (34.92 MB)
MP4
3 Modifying Stored Procedures.mp4 (24.74 MB)
MP4
4 Creating an advanced Stored Procedure.mp4 (39.35 MB)
MP4
5 Calling and deleting a Stored Procedure.mp4 (27.22 MB)
MP4
1 What is a Subquery.mp4 (21.12 MB)
MP4
2 Nested Subqueries.mp4 (15.3 MB)
MP4
3 Derived Tables.mp4 (21.71 MB)
MP4
1 Introduction to Aggregate Functions.mp4 (34.51 MB)
MP4
2 AVG Aggregate Functions.mp4 (15.42 MB)
MP4
3 COUNT Aggregate Functions.mp4 (44.59 MB)
MP4
4 SUM Aggregate Functions.mp4 (20.11 MB)
MP4
5 MIN Aggregate Functions.mp4 (10.45 MB)
MP4
6 MAX Aggregate Functions.mp4 (12.15 MB)
MP4
1 What is Python.mp4 (16.74 MB)
MP4
2 What is Jupyter Notebook.mp4 (4.47 MB)
MP4
3 Installing Jupyter Notebook Server.mp4 (30.27 MB)
MP4
4 Running Jupyter Notebook Server.mp4 (42.04 MB)
MP4
5 Jupyter Notebook Dashboard.mp4 (21.77 MB)
MP4
6 Jupyter Notebook Dashboard.mp4 (16.42 MB)
MP4
7 Creating a new Notebook.mp4 (20.03 MB)
MP4
8 Notebook Components.mp4 (21.44 MB)
MP4






Note:
Only Registed user can add comment, view hidden links and more, please register now
At 0dayhome.net, you'll find a vast collection of educational and informative tutorials to help you enhance your skills and knowledge in various fields. Our tutorials section serves as a valuable resource for beginners and experts alike, providing step-by-step guides, tips, and tricks on subjects such as technology, design, programming, photography, and much more. Whether you're looking to expand your professional repertoire or simply indulge in a new hobby, 0dayhome.net has got you covered. Why choose 0dayhome.net for all your tutorial needs? Here are a few reasons: Diverse Topics: Our platform offers a diverse range of tutorials, catering to various interests and skill levels. From learning the basics of coding to mastering advanced graphic design techniques, our tutorials cover it all. Easy-to-Follow Guides: We understand the importance of clear and concise instructions. Our tutorials are meticulously crafted with simplicity in mind, allowing you to easily grasp complex concepts and apply your newfound knowledge. Comprehensive Content: Whether you're a beginner seeking introductory tutorials or an expert looking for advanced techniques, our comprehensive collection has tutorials for every level of expertise. Take your skills to the next level with 0dayhome.net . Regular Updates: We frequently update our tutorials section, ensuring that you have access to the latest trends and techniques in your chosen field. Stay ahead of the curve and expand your knowledge with our up-to-date content. Community Engagement: Join our thriving community of learners and experts to connect, share insights, and seek guidance. Interact with fellow enthusiasts, exchange ideas, and strengthen your skills through collaboration. Free Access: Yes, you read it right! 0dayhome.net offers free access to its tutorials section. Learn and grow without any financial constraints. So, whether you're an aspiring programmer, a budding designer, or simply curious about exploring new subjects, 0dayhome.net tutorials are your go-to resource. Visit our website today and embark on a journey of continuous learning and improvement.
все шаблоны для dle на сайте шаблоны dle 11.2 скачать