09-13-2025, 02:04 PM
![[Image: 537368816_que-es-udemy-analisis-opiniones.jpg]](https://img100.pixhost.to/images/404/537368816_que-es-udemy-analisis-opiniones.jpg)
4.2 GB | 8min 9s | mp4 | 1920X1080 | 16:9
Genre:eLearning |Language:English
Files Included :
1 Welcome to this course!.mp4 (26.3 MB)
1 Introduction to this section.mp4 (4.95 MB)
3 Variables in Python.mp4 (22.42 MB)
4 String formatting in Python.mp4 (17.39 MB)
5 Getting user input.mp4 (14.27 MB)
6 Writing our first Python app.mp4 (9.74 MB)
7 Lists, tuples and sets.mp4 (18.02 MB)
8 Advanced set operations.mp4 (13.13 MB)
9 Booleans in Python.mp4 (14.57 MB)
10 If statements.mp4 (36.5 MB)
11 The in keyword in Python.mp4 (6.62 MB)
12 If statements with the in keyword.mp4 (29.37 MB)
13 Loops in Python.mp4 (33.03 MB)
14 List comprehensions in Python.mp4 (21.29 MB)
15 Dictionaries.mp4 (23.62 MB)
16 Destructuring variables.mp4 (23.71 MB)
17 Functions in Python.mp4 (32.06 MB)
18 Function arguments and parameters.mp4 (24.29 MB)
19 Default parameter values.mp4 (11.99 MB)
20 Functions returning values.mp4 (30.02 MB)
21 Lambda functions in Python.mp4 (22.34 MB)
22 Dictionary comprehensions.mp4 (14.26 MB)
23 Unpacking arguments.mp4 (43.55 MB)
24 Unpacking keyword arguments.mp4 (30.58 MB)
25 Object-Oriented Programming in Python.mp4 (84.28 MB)
26 Magic methods str and repr.mp4 (25.24 MB)
27 @classmethod and @staticmethod.mp4 (69.71 MB)
28 Class inheritance.mp4 (42.96 MB)
29 Class composition.mp4 (24.64 MB)
30 Type hinting in Python 3 5+.mp4 (19.62 MB)
31 Imports in Python.mp4 (86.19 MB)
32 Relative imports in Python.mp4 (37.08 MB)
33 Errors in Python.mp4 (67.85 MB)
34 Custom error classes.mp4 (29.33 MB)
35 First-class functions.mp4 (31.73 MB)
36 Simple decorators in Python.mp4 (36.82 MB)
37 The 'at' syntax for decorators.mp4 (23.3 MB)
38 Decorating functions with parameters.mp4 (8.05 MB)
39 Decorators with parameters.mp4 (17.49 MB)
40 Mutability in Python.mp4 (13.66 MB)
41 Mutable default parameters (and why they're a bad idea).mp4 (12.62 MB)
1 Overview of the project.mp4 (9.71 MB)
2 Creating our user menu.mp4 (16.54 MB)
3 What is SQL.mp4 (31.29 MB)
4 Using Python lists as an in-memory database.mp4 (49.01 MB)
5 A SQLite data viewer.mp4 (28.13 MB)
6 CREATE TABLE new tables with SQL.mp4 (17.77 MB)
9 How to connect to a SQLite database with Python.mp4 (41 MB)
10 Connecting to SQLite in our app.mp4 (11.57 MB)
11 What is a cursor.mp4 (22.62 MB)
12 INSERT INTO add data to a table.mp4 (18.02 MB)
14 How to insert data into SQLite with Python.mp4 (22.24 MB)
15 SELECT retrieve data from a table.mp4 (11.2 MB)
17 Retrieving results from a cursor.mp4 (32.81 MB)
18 WHERE search with SQL.mp4 (29.27 MB)
20 DROP TABLE deleting entire tables.mp4 (6.78 MB)
22 What is a SQL injection attack.mp4 (13.8 MB)
1 Overview of the project.mp4 (8.74 MB)
2 Three development stages of our project.mp4 (22.87 MB)
3 Our starting code for this project.mp4 (6.54 MB)
4 Queries we'll need for the project to begin with.mp4 (15.72 MB)
5 Write the database py file.mp4 (38.98 MB)
6 UPDATE changing data with SQL.mp4 (24.95 MB)
8 Write our user menu and functions.mp4 (63.67 MB)
9 Watched movies second approach.mp4 (5.38 MB)
10 DELETE FROM removing rows with SQL.mp4 (9 MB)
12 Stage 2 watching movies.mp4 (89.27 MB)
13 Relational data primary and foreign keys.mp4 (18 MB)
15 Watched movies final approach.mp4 (11.59 MB)
16 Stage 3 adding new watched movies.mp4 (43.53 MB)
17 Auto-incrementing row IDs.mp4 (16.17 MB)
19 JOIN access two tables at once with SQL.mp4 (14.33 MB)
20 Use JOINs to retrieve the movies a user has watched.mp4 (73.58 MB)
22 ORDER BY sort the returned table.mp4 (8.47 MB)
23 LIMIT getting a certain number of rows.mp4 (5.76 MB)
24 LIKE flexible searching.mp4 (65.08 MB)
25 What is an index in SQL.mp4 (26.64 MB)
26 Adding an index to our table for more efficient searching.mp4 (27.19 MB)
1 SQLite vs PostgreSQL.mp4 (19.76 MB)
2 How to install PostgreSQL.mp4 (21.22 MB)
3 How to run and access PostgreSQL.mp4 (12.33 MB)
4 psycopg2 vs psycopg2-binary.mp4 (70.61 MB)
5 How to store (and not store!) sensitive information in your code.mp4 (49.52 MB)
6 Psycopg2 cursors and query parameters.mp4 (34.31 MB)
7 Auto-incrementing columns SEQUENCE and SERIAL in PostgreSQL.mp4 (8.1 MB)
8 Our changed code, and finding differences between files.mp4 (20.54 MB)
1 Overview of the project.mp4 (17.71 MB)
2 What is ACID.mp4 (17.5 MB)
3 Essential queries we'll need for this project.mp4 (54.33 MB)
4 RETURNING data from modified rows.mp4 (32.08 MB)
5 Nested queries getting the latest poll.mp4 (73.46 MB)
6 SQL built-in functions.mp4 (33.04 MB)
7 GROUP BY and calculating vote percentages.mp4 (65.38 MB)
8 PostgreSQL window functions.mp4 (27.07 MB)
9 PostgreSQL window functions (part 2).mp4 (30.94 MB)
10 How to use ORDER BY with window functions.mp4 (47.7 MB)
11 How to use PARTITION with window functions.mp4 (40.75 MB)
12 SQL DISTINCT and DISTINCT ON.mp4 (82.11 MB)
13 The SQL HAVING clause.mp4 (6.14 MB)
14 SQL VIEW virtual tables.mp4 (60.17 MB)
15 How to read the PostgreSQL documentation.mp4 (130.95 MB)
16 Adding type hinting to our application.mp4 (45.46 MB)
1 How to separate our database entities into models.mp4 (85.28 MB)
2 Creating our Option model class.mp4 (24.48 MB)
3 Changes needed in database py.mp4 (82.94 MB)
4 Changes needed in app py.mp4 (105.24 MB)
5 What is connection pooling.mp4 (16.51 MB)
6 How to create a connection pool with psycopg2.mp4 (29.66 MB)
7 Reduce pooling duplication with context managers.mp4 (48.18 MB)
8 Reduce cursor creation duplication with context managers.mp4 (12.54 MB)
9 The Python datetime module.mp4 (19.19 MB)
10 How to calculate new dates with timedelta.mp4 (12.12 MB)
11 How to handle timezones with pytz.mp4 (57.56 MB)
12 How to save dates to PostgreSQL.mp4 (32.26 MB)
13 Add the vote date to our polling app.mp4 (58.81 MB)
1 Composite primary keys.mp4 (12.61 MB)
2 User-defined functions in PostgreSQL.mp4 (56.89 MB)
3 Composite types and sets in functions.mp4 (60.41 MB)
4 Stored procedures in PostgreSQL.mp4 (41.98 MB)
5 Connections vs transactions in psycopg2.mp4 (14.54 MB)
6 Locking in PostgreSQL.mp4 (54 MB)
7 Asynchronous psycopg2.mp4 (26.86 MB)
8 SQL string composition with psycopg2.mp4 (38.31 MB)
1 Overview creating graphs from poll data.mp4 (9.99 MB)
3 How to draw a line graph with matplotlib.mp4 (11.46 MB)
5 Matplotlib figures, axes, and plots.mp4 (12.65 MB)
6 The Object-Oriented Approach with matplotlib.mp4 (11.66 MB)
7 How to add multiple subplots to a figure.mp4 (16.04 MB)
8 How to draw a pie chart with matplotlib.mp4 (57.14 MB)
9 How to draw a bar chart with matplotlib.mp4 (34.55 MB)
10 How to adjust the size of a matplotlib plot.mp4 (22.15 MB)
11 How to adjust the x axis tick labels so they fit in the screen.mp4 (24.24 MB)
12 How to draw a stacked bar chart with matplotlib.mp4 (21.18 MB)
13 How to create a legend from your graphed data.mp4 (11.42 MB)
14 How to export an image with matplotlib.mp4 (35.79 MB)
15 How to create one document with multiple matplotlib plots.mp4 (12.29 MB)
16 How to create a custom legend with matplotlib.mp4 (16.84 MB)]
Screenshot
![[Image: uvkeB46m_o.jpg]](https://images2.imgbox.com/3b/54/uvkeB46m_o.jpg)
1 Welcome to this course!.mp4 (26.3 MB)
1 Introduction to this section.mp4 (4.95 MB)
3 Variables in Python.mp4 (22.42 MB)
4 String formatting in Python.mp4 (17.39 MB)
5 Getting user input.mp4 (14.27 MB)
6 Writing our first Python app.mp4 (9.74 MB)
7 Lists, tuples and sets.mp4 (18.02 MB)
8 Advanced set operations.mp4 (13.13 MB)
9 Booleans in Python.mp4 (14.57 MB)
10 If statements.mp4 (36.5 MB)
11 The in keyword in Python.mp4 (6.62 MB)
12 If statements with the in keyword.mp4 (29.37 MB)
13 Loops in Python.mp4 (33.03 MB)
14 List comprehensions in Python.mp4 (21.29 MB)
15 Dictionaries.mp4 (23.62 MB)
16 Destructuring variables.mp4 (23.71 MB)
17 Functions in Python.mp4 (32.06 MB)
18 Function arguments and parameters.mp4 (24.29 MB)
19 Default parameter values.mp4 (11.99 MB)
20 Functions returning values.mp4 (30.02 MB)
21 Lambda functions in Python.mp4 (22.34 MB)
22 Dictionary comprehensions.mp4 (14.26 MB)
23 Unpacking arguments.mp4 (43.55 MB)
24 Unpacking keyword arguments.mp4 (30.58 MB)
25 Object-Oriented Programming in Python.mp4 (84.28 MB)
26 Magic methods str and repr.mp4 (25.24 MB)
27 @classmethod and @staticmethod.mp4 (69.71 MB)
28 Class inheritance.mp4 (42.96 MB)
29 Class composition.mp4 (24.64 MB)
30 Type hinting in Python 3 5+.mp4 (19.62 MB)
31 Imports in Python.mp4 (86.19 MB)
32 Relative imports in Python.mp4 (37.08 MB)
33 Errors in Python.mp4 (67.85 MB)
34 Custom error classes.mp4 (29.33 MB)
35 First-class functions.mp4 (31.73 MB)
36 Simple decorators in Python.mp4 (36.82 MB)
37 The 'at' syntax for decorators.mp4 (23.3 MB)
38 Decorating functions with parameters.mp4 (8.05 MB)
39 Decorators with parameters.mp4 (17.49 MB)
40 Mutability in Python.mp4 (13.66 MB)
41 Mutable default parameters (and why they're a bad idea).mp4 (12.62 MB)
1 Overview of the project.mp4 (9.71 MB)
2 Creating our user menu.mp4 (16.54 MB)
3 What is SQL.mp4 (31.29 MB)
4 Using Python lists as an in-memory database.mp4 (49.01 MB)
5 A SQLite data viewer.mp4 (28.13 MB)
6 CREATE TABLE new tables with SQL.mp4 (17.77 MB)
9 How to connect to a SQLite database with Python.mp4 (41 MB)
10 Connecting to SQLite in our app.mp4 (11.57 MB)
11 What is a cursor.mp4 (22.62 MB)
12 INSERT INTO add data to a table.mp4 (18.02 MB)
14 How to insert data into SQLite with Python.mp4 (22.24 MB)
15 SELECT retrieve data from a table.mp4 (11.2 MB)
17 Retrieving results from a cursor.mp4 (32.81 MB)
18 WHERE search with SQL.mp4 (29.27 MB)
20 DROP TABLE deleting entire tables.mp4 (6.78 MB)
22 What is a SQL injection attack.mp4 (13.8 MB)
1 Overview of the project.mp4 (8.74 MB)
2 Three development stages of our project.mp4 (22.87 MB)
3 Our starting code for this project.mp4 (6.54 MB)
4 Queries we'll need for the project to begin with.mp4 (15.72 MB)
5 Write the database py file.mp4 (38.98 MB)
6 UPDATE changing data with SQL.mp4 (24.95 MB)
8 Write our user menu and functions.mp4 (63.67 MB)
9 Watched movies second approach.mp4 (5.38 MB)
10 DELETE FROM removing rows with SQL.mp4 (9 MB)
12 Stage 2 watching movies.mp4 (89.27 MB)
13 Relational data primary and foreign keys.mp4 (18 MB)
15 Watched movies final approach.mp4 (11.59 MB)
16 Stage 3 adding new watched movies.mp4 (43.53 MB)
17 Auto-incrementing row IDs.mp4 (16.17 MB)
19 JOIN access two tables at once with SQL.mp4 (14.33 MB)
20 Use JOINs to retrieve the movies a user has watched.mp4 (73.58 MB)
22 ORDER BY sort the returned table.mp4 (8.47 MB)
23 LIMIT getting a certain number of rows.mp4 (5.76 MB)
24 LIKE flexible searching.mp4 (65.08 MB)
25 What is an index in SQL.mp4 (26.64 MB)
26 Adding an index to our table for more efficient searching.mp4 (27.19 MB)
1 SQLite vs PostgreSQL.mp4 (19.76 MB)
2 How to install PostgreSQL.mp4 (21.22 MB)
3 How to run and access PostgreSQL.mp4 (12.33 MB)
4 psycopg2 vs psycopg2-binary.mp4 (70.61 MB)
5 How to store (and not store!) sensitive information in your code.mp4 (49.52 MB)
6 Psycopg2 cursors and query parameters.mp4 (34.31 MB)
7 Auto-incrementing columns SEQUENCE and SERIAL in PostgreSQL.mp4 (8.1 MB)
8 Our changed code, and finding differences between files.mp4 (20.54 MB)
1 Overview of the project.mp4 (17.71 MB)
2 What is ACID.mp4 (17.5 MB)
3 Essential queries we'll need for this project.mp4 (54.33 MB)
4 RETURNING data from modified rows.mp4 (32.08 MB)
5 Nested queries getting the latest poll.mp4 (73.46 MB)
6 SQL built-in functions.mp4 (33.04 MB)
7 GROUP BY and calculating vote percentages.mp4 (65.38 MB)
8 PostgreSQL window functions.mp4 (27.07 MB)
9 PostgreSQL window functions (part 2).mp4 (30.94 MB)
10 How to use ORDER BY with window functions.mp4 (47.7 MB)
11 How to use PARTITION with window functions.mp4 (40.75 MB)
12 SQL DISTINCT and DISTINCT ON.mp4 (82.11 MB)
13 The SQL HAVING clause.mp4 (6.14 MB)
14 SQL VIEW virtual tables.mp4 (60.17 MB)
15 How to read the PostgreSQL documentation.mp4 (130.95 MB)
16 Adding type hinting to our application.mp4 (45.46 MB)
1 How to separate our database entities into models.mp4 (85.28 MB)
2 Creating our Option model class.mp4 (24.48 MB)
3 Changes needed in database py.mp4 (82.94 MB)
4 Changes needed in app py.mp4 (105.24 MB)
5 What is connection pooling.mp4 (16.51 MB)
6 How to create a connection pool with psycopg2.mp4 (29.66 MB)
7 Reduce pooling duplication with context managers.mp4 (48.18 MB)
8 Reduce cursor creation duplication with context managers.mp4 (12.54 MB)
9 The Python datetime module.mp4 (19.19 MB)
10 How to calculate new dates with timedelta.mp4 (12.12 MB)
11 How to handle timezones with pytz.mp4 (57.56 MB)
12 How to save dates to PostgreSQL.mp4 (32.26 MB)
13 Add the vote date to our polling app.mp4 (58.81 MB)
1 Composite primary keys.mp4 (12.61 MB)
2 User-defined functions in PostgreSQL.mp4 (56.89 MB)
3 Composite types and sets in functions.mp4 (60.41 MB)
4 Stored procedures in PostgreSQL.mp4 (41.98 MB)
5 Connections vs transactions in psycopg2.mp4 (14.54 MB)
6 Locking in PostgreSQL.mp4 (54 MB)
7 Asynchronous psycopg2.mp4 (26.86 MB)
8 SQL string composition with psycopg2.mp4 (38.31 MB)
1 Overview creating graphs from poll data.mp4 (9.99 MB)
3 How to draw a line graph with matplotlib.mp4 (11.46 MB)
5 Matplotlib figures, axes, and plots.mp4 (12.65 MB)
6 The Object-Oriented Approach with matplotlib.mp4 (11.66 MB)
7 How to add multiple subplots to a figure.mp4 (16.04 MB)
8 How to draw a pie chart with matplotlib.mp4 (57.14 MB)
9 How to draw a bar chart with matplotlib.mp4 (34.55 MB)
10 How to adjust the size of a matplotlib plot.mp4 (22.15 MB)
11 How to adjust the x axis tick labels so they fit in the screen.mp4 (24.24 MB)
12 How to draw a stacked bar chart with matplotlib.mp4 (21.18 MB)
13 How to create a legend from your graphed data.mp4 (11.42 MB)
14 How to export an image with matplotlib.mp4 (35.79 MB)
15 How to create one document with multiple matplotlib plots.mp4 (12.29 MB)
16 How to create a custom legend with matplotlib.mp4 (16.84 MB)]
Screenshot
![[Image: uvkeB46m_o.jpg]](https://images2.imgbox.com/3b/54/uvkeB46m_o.jpg)
![[Image: signature.png]](https://softwarez.info/images/avsg/signature.png)




