FileMood

Download [FreeCoursesOnline.Me] Lynda - Advanced Python Working with Databases

FreeCoursesOnline Me Lynda Advanced Python Working with Databases

Name

[FreeCoursesOnline.Me] Lynda - Advanced Python Working with Databases

 DOWNLOAD Copy Link

Total Size

1.1 GB

Total Files

107

Last Seen

2024-11-02 23:51

Hash

290E1CFB88E1C416D71EFC9A6621DE7AB0190859

/0. Introduction/

001 - Using databases to level up your Python applications.mp4

9.7 MB

001 - Using databases to level up your Python applications.srt

2.7 KB

002 - What you need to know.mp4

6.9 MB

002 - What you need to know.srt

4.0 KB

/0. Websites you may like/

0. (1Hack.Us) Premium Tutorials-Guides-Articles _ Community based Forum.url

0.4 KB

1. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url

0.3 KB

3. (FTUApps.com) Download Cracked Developers Applications For Free.url

0.2 KB

How you can help our Group!.txt

0.2 KB

/1. Introduction to Databases in Python/

001 - What is a database.mp4

6.2 MB

001 - What is a database.srt

3.4 KB

002 - Relational databases.mp4

13.4 MB

002 - Relational databases.srt

6.7 KB

003 - Non-relational databases.mp4

10.5 MB

003 - Non-relational databases.srt

6.9 KB

004 - Python Database API.mp4

7.4 MB

004 - Python Database API.srt

5.1 KB

/2. Using SQLite in Python/

001 - What is SQLite.mp4

4.8 MB

001 - What is SQLite.srt

3.5 KB

002 - Creating an SQLite database.mp4

5.9 MB

002 - Creating an SQLite database.srt

5.9 KB

003 - Manipulating records in a SQLite database.mp4

17.7 MB

003 - Manipulating records in a SQLite database.srt

12.1 KB

004 - What is SQLAlchemy.mp4

9.1 MB

004 - What is SQLAlchemy.srt

6.8 KB

005 - Setting up a virtual environment for SQLAlchemy.mp4

5.1 MB

005 - Setting up a virtual environment for SQLAlchemy.srt

4.3 KB

006 - Using SQLAlchemy Core with an SQLite database.mp4

20.6 MB

006 - Using SQLAlchemy Core with an SQLite database.srt

15.6 KB

007 - Challenge- Create an SQLite database.mp4

2.3 MB

007 - Challenge- Create an SQLite database.srt

1.4 KB

008 - Solution- Create an SQLite database.mp4

25.4 MB

008 - Solution- Create an SQLite database.srt

13.9 KB

/3. Using MySQL in Python/

001 - What is MySQL.mp4

10.0 MB

001 - What is MySQL.srt

6.3 KB

002 - Creating a MySQL database.mp4

8.2 MB

002 - Creating a MySQL database.srt

6.1 KB

003 - Building tables in a MySQL database.mp4

26.3 MB

003 - Building tables in a MySQL database.srt

13.9 KB

004 - Connecting a Python application to a MySQL database.mp4

13.4 MB

004 - Connecting a Python application to a MySQL database.srt

10.2 KB

005 - Encaspulating database operations to make better applications.mp4

30.7 MB

005 - Encaspulating database operations to make better applications.srt

16.0 KB

006 - Developing Pythonic applications with SQLAlchemy ORM.mp4

25.0 MB

006 - Developing Pythonic applications with SQLAlchemy ORM.srt

13.7 KB

007 - Using SQLAlchemy Sessions to transact on a MySQL database.mp4

25.6 MB

007 - Using SQLAlchemy Sessions to transact on a MySQL database.srt

11.2 KB

008 - Using SQL to import CSV data.mp4

42.4 MB

008 - Using SQL to import CSV data.srt

0.1 KB

009 - Leveraging SQLAlchemy and pandas to import CSV data.mp4

25.6 MB

009 - Leveraging SQLAlchemy and pandas to import CSV data.srt

11.9 KB

010 - Challenge- Create a MySQL database.mp4

5.5 MB

010 - Challenge- Create a MySQL database.srt

2.0 KB

011 - Solution- Create a MySQL database.mp4

27.2 MB

011 - Solution- Create a MySQL database.srt

12.4 KB

/4. Using PostgreSQL in Python/

001 - What is PostgreSQL.mp4

5.3 MB

001 - What is PostgreSQL.srt

4.0 KB

002 - Creating a PostgreSQL database.mp4

13.0 MB

002 - Creating a PostgreSQL database.srt

7.7 KB

003 - Creating a table in Postgres using Python.mp4

8.6 MB

003 - Creating a table in Postgres using Python.srt

8.0 KB

004 - Inserting data into a Postgres database.mp4

22.2 MB

004 - Inserting data into a Postgres database.srt

12.4 KB

005 - Interacting with a Postgres database using Python.mp4

32.8 MB

005 - Interacting with a Postgres database using Python.srt

15.8 KB

006 - Pythonic Postgres interactions with SQLAlchemy Core.mp4

33.1 MB

006 - Pythonic Postgres interactions with SQLAlchemy Core.srt

16.3 KB

007 - Pythonic Postgres interactions with SQLAlchemy ORM.mp4

28.8 MB

007 - Pythonic Postgres interactions with SQLAlchemy ORM.srt

13.3 KB

008 - Grouping SQL statements with stored procedures.mp4

5.6 MB

008 - Grouping SQL statements with stored procedures.srt

3.8 KB

009 - Creating a stored procedure in PostgreSQL.mp4

19.6 MB

009 - Creating a stored procedure in PostgreSQL.srt

10.3 KB

010 - Using Postgres stored procedures and functions in Python.mp4

22.6 MB

010 - Using Postgres stored procedures and functions in Python.srt

0.1 KB

011 - Challenge- Create a Postgres database.mp4

5.3 MB

011 - Challenge- Create a Postgres database.srt

3.7 KB

012 - Solution- Create a Postgres database.mp4

46.4 MB

012 - Solution- Create a Postgres database.srt

19.2 KB

/5. Developing Full-Stack Applications/

001 - Setting up Flask in a Python application.mp4

5.7 MB

001 - Setting up Flask in a Python application.srt

3.7 KB

002 - Creating a webpage with Flask.mp4

11.7 MB

002 - Creating a webpage with Flask.srt

9.8 KB

003 - Developing additional routes to enhance your application.mp4

18.0 MB

003 - Developing additional routes to enhance your application.srt

13.1 KB

004 - Instantiating a Postgres database using Python.mp4

15.2 MB

004 - Instantiating a Postgres database using Python.srt

8.3 KB

005 - Connecting a database to a Pythonic Flask project.mp4

22.8 MB

005 - Connecting a database to a Pythonic Flask project.srt

10.7 KB

006 - Feeding data from a database into a Flask application.mp4

17.1 MB

006 - Feeding data from a database into a Flask application.srt

7.2 KB

007 - Develop add functionality to a Flask application.mp4

30.9 MB

007 - Develop add functionality to a Flask application.srt

13.6 KB

008 - Challenge- Develop delete functionality.mp4

2.7 MB

008 - Challenge- Develop delete functionality.srt

1.5 KB

009 - Solution- Develop delete functionality.mp4

44.4 MB

009 - Solution- Develop delete functionality.srt

17.0 KB

/6. Developing Analysis Applications/

001 - Introduction to pandas.mp4

6.9 MB

001 - Introduction to pandas.srt

3.4 KB

002 - Setting up pandas and Jupyter Notebook.mp4

7.9 MB

002 - Setting up pandas and Jupyter Notebook.srt

3.4 KB

003 - Analyzing data with pandas.mp4

14.8 MB

003 - Analyzing data with pandas.srt

7.8 KB

004 - Integrating SQLAlchemy with pandas.mp4

24.3 MB

004 - Integrating SQLAlchemy with pandas.srt

0.1 KB

/Conclusion/

001 - Next steps.mp4

7.8 MB

001 - Next steps.srt

2.5 KB

/

Ex_Files_Python_Databases.zip

205.1 MB

 

Total files 107


Copyright © 2024 FileMood.com