[Udemy] Полный Python PostgreSQL Курс 2.0 (2020)
- 收录时间:2020-09-11 05:17:14
- 文件大小:5GB
- 下载次数:31
- 最近下载:2021-01-04 04:30:43
- 磁力链接:
-
文件列表
- 6. Building a Poll App & Advanced SQL/15. How to read the PostgreSQL documentation.mp4 116MB
- 2. A Full Python Refresher/25. Object-Oriented Programming in Python.mp4 90MB
- 2. A Full Python Refresher/33. Errors in Python.mp4 88MB
- 2. A Full Python Refresher/27. @classmethod and @staticmethod.mp4 81MB
- 6. Building a Poll App & Advanced SQL/14. SQL VIEW virtual tables.mp4 79MB
- 7. Working with dates and times/4. Changes needed in app.py.mp4 75MB
- 7. Working with dates and times/11. How to handle timezones with pytz.mp4 72MB
- 6. Building a Poll App & Advanced SQL/7. GROUP BY and calculating vote percentages.mp4 69MB
- 5. Introduction to PostgreSQL Migrating our App/4. psycopg2 vs psycopg2-binary.mp4 68MB
- 4. A Movie Watchlist App with Python & SQL/16. Stage 3 adding new watched movies.mp4 65MB
- 7. Working with dates and times/13. Add the vote date to our polling app.mp4 65MB
- 4. A Movie Watchlist App with Python & SQL/8. Write our user menu and functions.mp4 63MB
- 7. Working with dates and times/3. Changes needed in database.py.mp4 63MB
- 7. Working with dates and times/1. How to separate our database entities into models.mp4 62MB
- 6. Building a Poll App & Advanced SQL/3. Essential queries we'll need for this project.mp4 59MB
- 3. Build a Programming Journal with Python & SQL/9. How to connect to a SQLite database with Python.mp4 59MB
- 2. A Full Python Refresher/31. Imports in Python.mp4 58MB
- 3. Build a Programming Journal with Python & SQL/4. Using Python lists as an in-memory database.mp4 58MB
- 9. Charting data from our tables using matplotlib/8. How to draw a pie chart with matplotlib.mp4 57MB
- 2. A Full Python Refresher/32. Relative imports in Python.mp4 54MB
- 5. Introduction to PostgreSQL Migrating our App/5. How to store (and not store!) sensitive information in your code.mp4 54MB
- 8. Python and Advanced PostgreSQL with psycopg2/6. Locking in PostgreSQL.mp4 54MB
- 2. A Full Python Refresher/28. Class inheritance.mp4 54MB
- 2. A Full Python Refresher/13. Loops in Python.mp4 53MB
- 4. A Movie Watchlist App with Python & SQL/12. Stage 2 watching movies.mp4 53MB
- 6. Building a Poll App & Advanced SQL/16. Adding type hinting to our application.mp4 52MB
- 4. A Movie Watchlist App with Python & SQL/20. Use JOINs to retrieve the movies a user has watched.mp4 52MB
- 6. Building a Poll App & Advanced SQL/5. Nested queries getting the latest poll.mp4 52MB
- 2. A Full Python Refresher/23. Unpacking arguments.mp4 51MB
- 6. Building a Poll App & Advanced SQL/8. PostgreSQL window functions.mp4 51MB
- 4. A Movie Watchlist App with Python & SQL/24. LIKE flexible searching.mp4 50MB
- 2. A Full Python Refresher/36. Simple decorators in Python.mp4 50MB
- 3. Build a Programming Journal with Python & SQL/18. WHERE search with SQL.mp4 50MB
- 2. A Full Python Refresher/35. First-class functions.mp4 49MB
- 8. Python and Advanced PostgreSQL with psycopg2/3. Composite types and sets in functions.mp4 46MB
- 6. Building a Poll App & Advanced SQL/12. SQL DISTINCT and DISTINCT ON.mp4 45MB
- 2. A Full Python Refresher/24. Unpacking keyword arguments.mp4 45MB
- 2. A Full Python Refresher/10. If statements.mp4 45MB
- 2. A Full Python Refresher/17. Functions in Python.mp4 45MB
- 3. Build a Programming Journal with Python & SQL/3. What is SQL.mp4 44MB
- 8. Python and Advanced PostgreSQL with psycopg2/2. User-defined functions in PostgreSQL.mp4 43MB
- 2. A Full Python Refresher/12. If statements with the in keyword.mp4 42MB
- 6. Building a Poll App & Advanced SQL/4. RETURNING data from modified rows.mp4 42MB
- 2. A Full Python Refresher/34. Custom error classes.mp4 42MB
- 4. A Movie Watchlist App with Python & SQL/5. Write the database.py file.mp4 42MB
- 3. Build a Programming Journal with Python & SQL/11. What is a cursor.mp4 42MB
- 1. Introduction/1. Welcome to this course!.mp4 40MB
- 7. Working with dates and times/12. How to save dates to PostgreSQL.mp4 40MB
- 2. A Full Python Refresher/21. Lambda functions in Python.mp4 39MB
- 2. A Full Python Refresher/18. Function arguments and parameters.mp4 38MB
- 3. Build a Programming Journal with Python & SQL/17. Retrieving results from a cursor.mp4 38MB
- 3. Build a Programming Journal with Python & SQL/5. A SQLite data viewer.mp4 38MB
- 6. Building a Poll App & Advanced SQL/9. PostgreSQL window functions (part 2).mp4 38MB
- 4. A Movie Watchlist App with Python & SQL/25. What is an index in SQL.mp4 37MB
- 7. Working with dates and times/7. Reduce pooling duplication with context managers.mp4 37MB
- 2. A Full Python Refresher/26. Magic methods _str_ and _repr_.mp4 37MB
- 2. A Full Python Refresher/15. Dictionaries.mp4 36MB
- 2. A Full Python Refresher/39. Decorators with parameters.mp4 36MB
- 6. Building a Poll App & Advanced SQL/6. SQL built-in functions.mp4 36MB
- 3. Build a Programming Journal with Python & SQL/14. How to insert data into SQLite with Python.mp4 36MB
- 9. Charting data from our tables using matplotlib/12. How to draw a stacked bar chart with matplotlib.mp4 35MB
- 2. A Full Python Refresher/20. Functions returning values.mp4 35MB
- 2. A Full Python Refresher/29. Class composition.mp4 35MB
- 9. Charting data from our tables using matplotlib/14. How to export an image with matplotlib.mp4 34MB
- 2. A Full Python Refresher/16. Destructuring variables.mp4 34MB
- 6. Building a Poll App & Advanced SQL/2. What is ACID.mp4 34MB
- 5. Introduction to PostgreSQL Migrating our App/6. Psycopg2 cursors and query parameters.mp4 34MB
- 4. A Movie Watchlist App with Python & SQL/2. Three development stages of our project.mp4 33MB
- 2. A Full Python Refresher/3. Variables in Python.mp4 32MB
- 2. A Full Python Refresher/30. Type hinting in Python 3.5+.mp4 32MB
- 7. Working with dates and times/6. How to create a connection pool with psycopg2.mp4 31MB
- 8. Python and Advanced PostgreSQL with psycopg2/4. Stored procedures in PostgreSQL.mp4 31MB
- 7. Working with dates and times/9. The Python datetime module.mp4 31MB
- 2. A Full Python Refresher/14. List comprehensions in Python.mp4 31MB
- 5. Introduction to PostgreSQL Migrating our App/1. SQLite vs. PostgreSQL.mp4 31MB
- 6. Building a Poll App & Advanced SQL/11. How to use PARTITION with window functions.mp4 31MB
- 7. Working with dates and times/5. What is connection pooling.mp4 30MB
- 4. A Movie Watchlist App with Python & SQL/17. Auto-incrementing row IDs.mp4 29MB
- 2. A Full Python Refresher/37. The 'at' syntax for decorators.mp4 29MB
- 4. A Movie Watchlist App with Python & SQL/26. Adding an index to our table for more efficient searching.mp4 28MB
- 3. Build a Programming Journal with Python & SQL/6. CREATE TABLE new tables with SQL.mp4 28MB
- 8. Python and Advanced PostgreSQL with psycopg2/8. SQL string composition with psycopg2.mp4 28MB
- 2. A Full Python Refresher/4. String formatting in Python.mp4 28MB
- 3. Build a Programming Journal with Python & SQL/12. INSERT INTO add data to a table.mp4 28MB
- 6. Building a Poll App & Advanced SQL/10. How to use ORDER BY with window functions.mp4 28MB
- 4. A Movie Watchlist App with Python & SQL/13. Relational data primary and foreign keys.mp4 28MB
- 4. A Movie Watchlist App with Python & SQL/6. UPDATE changing data with SQL.mp4 28MB
- 7. Working with dates and times/2. Creating our Option model class.mp4 26MB
- 2. A Full Python Refresher/7. Lists, tuples and sets.mp4 26MB
- 9. Charting data from our tables using matplotlib/11. How to adjust the x axis tick labels so they fit in the screen.mp4 26MB
- 3. Build a Programming Journal with Python & SQL/2. Creating our user menu.mp4 26MB
- 8. Python and Advanced PostgreSQL with psycopg2/7. Asynchronous psycopg2.mp4 26MB
- 9. Charting data from our tables using matplotlib/9. How to draw a bar chart with matplotlib.mp4 26MB
- 2. A Full Python Refresher/40. Mutability in Python.mp4 25MB
- 2. A Full Python Refresher/22. Dictionary comprehensions.mp4 24MB
- 3. Build a Programming Journal with Python & SQL/22. What is a SQL injection attack.mp4 24MB
- 8. Python and Advanced PostgreSQL with psycopg2/5. Connections vs transactions in psycopg2.mp4 24MB
- 6. Building a Poll App & Advanced SQL/1. Overview of the project.mp4 24MB
- 4. A Movie Watchlist App with Python & SQL/4. Queries we'll need for the project to begin with.mp4 23MB
- 2. A Full Python Refresher/9. Booleans in Python.mp4 23MB
- 7. Working with dates and times/8. Reduce cursor creation duplication with context managers.mp4 23MB
- 4. A Movie Watchlist App with Python & SQL/19. JOIN access two tables at once with SQL.mp4 23MB
- 2. A Full Python Refresher/41. Mutable default parameters (and why they're a bad idea).mp4 22MB
- 2. A Full Python Refresher/5. Getting user input.mp4 22MB
- 2. A Full Python Refresher/1. Introduction to this section.mp4 20MB
- 2. A Full Python Refresher/8. Advanced set operations.mp4 20MB
- 9. Charting data from our tables using matplotlib/16. How to create a custom legend with matplotlib.mp4 20MB
- 5. Introduction to PostgreSQL Migrating our App/2. How to install PostgreSQL.mp4 20MB
- 9. Charting data from our tables using matplotlib/7. How to add multiple subplots to a figure.mp4 20MB
- 3. Build a Programming Journal with Python & SQL/1. Overview of the project.mp4 19MB
- 8. Python and Advanced PostgreSQL with psycopg2/1. Composite primary keys.mp4 19MB
- 4. A Movie Watchlist App with Python & SQL/15. Watched movies final approach.mp4 19MB
- 7. Working with dates and times/10. How to calculate new dates with timedelta.mp4 19MB
- 3. Build a Programming Journal with Python & SQL/15. SELECT retrieve data from a table.mp4 18MB
- 2. A Full Python Refresher/19. Default parameter values.mp4 18MB
- 9. Charting data from our tables using matplotlib/6. The Object-Oriented Approach with matplotlib.mp4 17MB
- 9. Charting data from our tables using matplotlib/10. How to adjust the size of a matplotlib plot.mp4 17MB
- 9. Charting data from our tables using matplotlib/5. Matplotlib figures, axes, and plots.mp4 17MB
- 9. Charting data from our tables using matplotlib/3. How to draw a line graph with matplotlib.mp4 17MB
- 4. A Movie Watchlist App with Python & SQL/1. Overview of the project.mp4 17MB
- 2. A Full Python Refresher/6. Writing our first Python app.mp4 16MB
- 3. Build a Programming Journal with Python & SQL/10. Connecting to SQLite in our app.mp4 16MB
- 5. Introduction to PostgreSQL Migrating our App/8. Our changed code, and finding differences between files.mp4 16MB
- 5. Introduction to PostgreSQL Migrating our App/3. How to run and access PostgreSQL.mp4 16MB
- 9. Charting data from our tables using matplotlib/1. Overview creating graphs from poll data.mp4 15MB
- 4. A Movie Watchlist App with Python & SQL/10. DELETE FROM removing rows with SQL.mp4 15MB
- 2. A Full Python Refresher/38. Decorating functions with parameters.mp4 14MB
- 9. Charting data from our tables using matplotlib/13. How to create a legend from your graphed data.mp4 14MB
- 4. A Movie Watchlist App with Python & SQL/22. ORDER BY sort the returned table.mp4 13MB
- 6. Building a Poll App & Advanced SQL/13. The SQL HAVING clause.mp4 13MB
- 9. Charting data from our tables using matplotlib/15. How to create one document with multiple matplotlib plots.mp4 13MB
- 5. Introduction to PostgreSQL Migrating our App/7. Auto-incrementing columns SEQUENCE and SERIAL in PostgreSQL.mp4 13MB
- 3. Build a Programming Journal with Python & SQL/20. DROP TABLE deleting entire tables.mp4 12MB
- 2. A Full Python Refresher/11. The in keyword in Python.mp4 11MB
- 4. A Movie Watchlist App with Python & SQL/9. Watched movies second approach.mp4 8MB
- 4. A Movie Watchlist App with Python & SQL/23. LIMIT getting a certain number of rows.mp4 8MB
- 4. A Movie Watchlist App with Python & SQL/3. Our starting code for this project.mp4 7MB
- 8. Python and Advanced PostgreSQL with psycopg2/6.2 PostgreSQL Conflicting Lock Modes.png 111KB
- 2. A Full Python Refresher/25. Object-Oriented Programming in Python.srt 28KB
- 2. A Full Python Refresher/27. @classmethod and @staticmethod.srt 28KB
- 9. Charting data from our tables using matplotlib/8. How to draw a pie chart with matplotlib.srt 27KB
- 3. Build a Programming Journal with Python & SQL/4. Using Python lists as an in-memory database.srt 26KB
- 4. A Movie Watchlist App with Python & SQL/8. Write our user menu and functions.srt 25KB
- 2. A Full Python Refresher/33. Errors in Python.srt 24KB
- 6. Building a Poll App & Advanced SQL/7. GROUP BY and calculating vote percentages.srt 24KB
- 5. Introduction to PostgreSQL Migrating our App/4. psycopg2 vs psycopg2-binary.srt 23KB
- 7. Working with dates and times/1. How to separate our database entities into models.srt 23KB
- 7. Working with dates and times/4. Changes needed in app.py.srt 23KB
- 2. A Full Python Refresher/13. Loops in Python.srt 23KB
- 2. A Full Python Refresher/17. Functions in Python.srt 21KB
- 7. Working with dates and times/11. How to handle timezones with pytz.srt 20KB
- 6. Building a Poll App & Advanced SQL/3. Essential queries we'll need for this project.srt 20KB
- 8. Python and Advanced PostgreSQL with psycopg2/6. Locking in PostgreSQL.srt 20KB
- 6. Building a Poll App & Advanced SQL/14. SQL VIEW virtual tables.srt 19KB
- 8. Python and Advanced PostgreSQL with psycopg2/2. User-defined functions in PostgreSQL.srt 19KB
- 2. A Full Python Refresher/23. Unpacking arguments.srt 18KB
- 5. Introduction to PostgreSQL Migrating our App/5. How to store (and not store!) sensitive information in your code.srt 18KB
- 2. A Full Python Refresher/31. Imports in Python.srt 18KB
- 4. A Movie Watchlist App with Python & SQL/20. Use JOINs to retrieve the movies a user has watched.srt 17KB
- 7. Working with dates and times/13. Add the vote date to our polling app.srt 17KB
- 4. A Movie Watchlist App with Python & SQL/16. Stage 3 adding new watched movies.srt 17KB
- 6. Building a Poll App & Advanced SQL/15. How to read the PostgreSQL documentation.srt 17KB
- 9. Charting data from our tables using matplotlib/14. How to export an image with matplotlib.srt 17KB
- 2. A Full Python Refresher/10. If statements.srt 16KB
- 2. A Full Python Refresher/24. Unpacking keyword arguments.srt 16KB
- 2. A Full Python Refresher/32. Relative imports in Python.srt 16KB
- 2. A Full Python Refresher/3. Variables in Python.srt 16KB
- 8. Python and Advanced PostgreSQL with psycopg2/3. Composite types and sets in functions.srt 16KB
- 7. Working with dates and times/12. How to save dates to PostgreSQL.srt 16KB
- 2. A Full Python Refresher/15. Dictionaries.srt 16KB
- 3. Build a Programming Journal with Python & SQL/17. Retrieving results from a cursor.srt 16KB
- 2. A Full Python Refresher/28. Class inheritance.srt 16KB
- 3. Build a Programming Journal with Python & SQL/9. How to connect to a SQLite database with Python.srt 16KB
- 4. A Movie Watchlist App with Python & SQL/12. Stage 2 watching movies.srt 15KB
- 2. A Full Python Refresher/21. Lambda functions in Python.srt 15KB
- 2. A Full Python Refresher/16. Destructuring variables.srt 15KB
- 3. Build a Programming Journal with Python & SQL/14. How to insert data into SQLite with Python.srt 15KB
- 2. A Full Python Refresher/35. First-class functions.srt 15KB
- 7. Working with dates and times/3. Changes needed in database.py.srt 15KB
- 2. A Full Python Refresher/12. If statements with the in keyword.srt 15KB
- 6. Building a Poll App & Advanced SQL/16. Adding type hinting to our application.srt 15KB
- 2. A Full Python Refresher/18. Function arguments and parameters.srt 15KB
- 2. A Full Python Refresher/20. Functions returning values.srt 15KB
- 4. A Movie Watchlist App with Python & SQL/5. Write the database.py file.srt 14KB
- 3. Build a Programming Journal with Python & SQL/18. WHERE search with SQL.srt 14KB
- 4. A Movie Watchlist App with Python & SQL/24. LIKE flexible searching.srt 14KB
- 6. Building a Poll App & Advanced SQL/12. SQL DISTINCT and DISTINCT ON.srt 14KB
- 2. A Full Python Refresher/14. List comprehensions in Python.srt 14KB
- 2. A Full Python Refresher/36. Simple decorators in Python.srt 13KB
- 6. Building a Poll App & Advanced SQL/4. RETURNING data from modified rows.srt 13KB
- 9. Charting data from our tables using matplotlib/12. How to draw a stacked bar chart with matplotlib.srt 13KB
- 3. Build a Programming Journal with Python & SQL/2. Creating our user menu.srt 13KB
- 3. Build a Programming Journal with Python & SQL/11. What is a cursor.srt 12KB
- 2. A Full Python Refresher/26. Magic methods _str_ and _repr_.srt 12KB
- 2. A Full Python Refresher/4. String formatting in Python.srt 12KB
- 7. Working with dates and times/6. How to create a connection pool with psycopg2.srt 12KB
- 6. Building a Poll App & Advanced SQL/5. Nested queries getting the latest poll.srt 12KB
- 2. A Full Python Refresher/7. Lists, tuples and sets.srt 12KB
- 3. Build a Programming Journal with Python & SQL/3. What is SQL.srt 11KB
- 5. Introduction to PostgreSQL Migrating our App/6. Psycopg2 cursors and query parameters.srt 11KB
- 5. Introduction to PostgreSQL Migrating our App/2. How to install PostgreSQL.srt 11KB
- 8. Python and Advanced PostgreSQL with psycopg2/4. Stored procedures in PostgreSQL.srt 11KB
- 2. A Full Python Refresher/29. Class composition.srt 11KB
- 4. A Movie Watchlist App with Python & SQL/4. Queries we'll need for the project to begin with.srt 11KB
- 9. Charting data from our tables using matplotlib/11. How to adjust the x axis tick labels so they fit in the screen.srt 11KB
- 2. A Full Python Refresher/40. Mutability in Python.srt 11KB
- 2. A Full Python Refresher/5. Getting user input.srt 11KB
- 3. Build a Programming Journal with Python & SQL/5. A SQLite data viewer.srt 11KB
- 6. Building a Poll App & Advanced SQL/8. PostgreSQL window functions.srt 11KB
- 7. Working with dates and times/7. Reduce pooling duplication with context managers.srt 11KB
- 9. Charting data from our tables using matplotlib/9. How to draw a bar chart with matplotlib.srt 11KB
- 2. A Full Python Refresher/9. Booleans in Python.srt 10KB
- 2. A Full Python Refresher/30. Type hinting in Python 3.5+.srt 10KB
- 9. Charting data from our tables using matplotlib/3. How to draw a line graph with matplotlib.srt 10KB
- 5. Introduction to PostgreSQL Migrating our App/1. SQLite vs. PostgreSQL.srt 10KB
- 2. A Full Python Refresher/34. Custom error classes.srt 10KB
- 4. A Movie Watchlist App with Python & SQL/2. Three development stages of our project.srt 10KB
- 4. A Movie Watchlist App with Python & SQL/26. Adding an index to our table for more efficient searching.srt 10KB
- 9. Charting data from our tables using matplotlib/7. How to add multiple subplots to a figure.srt 10KB
- 6. Building a Poll App & Advanced SQL/9. PostgreSQL window functions (part 2).srt 9KB
- 7. Working with dates and times/9. The Python datetime module.srt 9KB
- 6. Building a Poll App & Advanced SQL/6. SQL built-in functions.srt 9KB
- 2. A Full Python Refresher/39. Decorators with parameters.srt 9KB
- 3. Build a Programming Journal with Python & SQL/6. CREATE TABLE new tables with SQL.srt 9KB
- 3. Build a Programming Journal with Python & SQL/12. INSERT INTO add data to a table.srt 9KB
- 4. A Movie Watchlist App with Python & SQL/25. What is an index in SQL.srt 9KB
- 5. Introduction to PostgreSQL Migrating our App/3. How to run and access PostgreSQL.srt 9KB
- 8. Python and Advanced PostgreSQL with psycopg2/8. SQL string composition with psycopg2.srt 9KB
- 7. Working with dates and times/2. Creating our Option model class.srt 9KB
- 9. Charting data from our tables using matplotlib/5. Matplotlib figures, axes, and plots.srt 8KB
- 6. Building a Poll App & Advanced SQL/11. How to use PARTITION with window functions.srt 8KB
- 4. A Movie Watchlist App with Python & SQL/13. Relational data primary and foreign keys.srt 8KB
- 2. A Full Python Refresher/41. Mutable default parameters (and why they're a bad idea).srt 8KB
- 7. Working with dates and times/5. What is connection pooling.srt 8KB
- 2. A Full Python Refresher/8. Advanced set operations.srt 8KB
- 6. Building a Poll App & Advanced SQL/2. What is ACID.srt 8KB
- 2. A Full Python Refresher/19. Default parameter values.srt 8KB
- 6. Building a Poll App & Advanced SQL/10. How to use ORDER BY with window functions.srt 8KB
- 4. A Movie Watchlist App with Python & SQL/6. UPDATE changing data with SQL.srt 7KB
- 3. Build a Programming Journal with Python & SQL/22. What is a SQL injection attack.srt 7KB
- 4. A Movie Watchlist App with Python & SQL/17. Auto-incrementing row IDs.srt 7KB
- 2. A Full Python Refresher/22. Dictionary comprehensions.srt 7KB
- 9. Charting data from our tables using matplotlib/6. The Object-Oriented Approach with matplotlib.srt 7KB
- 3. Build a Programming Journal with Python & SQL/10. Connecting to SQLite in our app.srt 7KB
- 8. Python and Advanced PostgreSQL with psycopg2/5. Connections vs transactions in psycopg2.srt 7KB
- 2. A Full Python Refresher/37. The 'at' syntax for decorators.srt 7KB
- 9. Charting data from our tables using matplotlib/10. How to adjust the size of a matplotlib plot.srt 7KB
- 6. Building a Poll App & Advanced SQL/1. Overview of the project.srt 7KB
- 9. Charting data from our tables using matplotlib/16. How to create a custom legend with matplotlib.srt 7KB
- 4. A Movie Watchlist App with Python & SQL/19. JOIN access two tables at once with SQL.srt 7KB
- 7. Working with dates and times/10. How to calculate new dates with timedelta.srt 6KB
- 2. A Full Python Refresher/6. Writing our first Python app.srt 6KB
- 8. Python and Advanced PostgreSQL with psycopg2/1. Composite primary keys.srt 6KB
- 9. Charting data from our tables using matplotlib/15. How to create one document with multiple matplotlib plots.srt 6KB
- 3. Build a Programming Journal with Python & SQL/1. Overview of the project.srt 6KB
- 7. Working with dates and times/8. Reduce cursor creation duplication with context managers.srt 6KB
- 4. A Movie Watchlist App with Python & SQL/15. Watched movies final approach.srt 6KB
- 9. Charting data from our tables using matplotlib/13. How to create a legend from your graphed data.srt 5KB
- 9. Charting data from our tables using matplotlib/1. Overview creating graphs from poll data.srt 5KB
- 3. Build a Programming Journal with Python & SQL/15. SELECT retrieve data from a table.srt 5KB
- 4. A Movie Watchlist App with Python & SQL/1. Overview of the project.srt 5KB
- 2. A Full Python Refresher/38. Decorating functions with parameters.srt 5KB
- 4. A Movie Watchlist App with Python & SQL/10. DELETE FROM removing rows with SQL.srt 5KB
- 7. Working with dates and times/13.1 completed-poll-4-with-dates.zip 5KB
- 7. Working with dates and times/7.2 completed-poll-3-with-context-managers.zip 4KB
- 7. Working with dates and times/1.1 completed-poll-2-with-models.zip 4KB
- 7. Working with dates and times/1.3 completed-poll-2-with-models.zip 4KB
- 5. Introduction to PostgreSQL Migrating our App/7. Auto-incrementing columns SEQUENCE and SERIAL in PostgreSQL.srt 4KB
- 4. A Movie Watchlist App with Python & SQL/22. ORDER BY sort the returned table.srt 4KB
- 2. A Full Python Refresher/11. The in keyword in Python.srt 4KB
- 1. Introduction/1. Welcome to this course!.srt 4KB
- 3. Build a Programming Journal with Python & SQL/20. DROP TABLE deleting entire tables.srt 4KB
- 4. A Movie Watchlist App with Python & SQL/3. Our starting code for this project.srt 3KB
- 5. Introduction to PostgreSQL Migrating our App/8. Our changed code, and finding differences between files.srt 3KB
- 4. A Movie Watchlist App with Python & SQL/9.1 watchlist-complete-stage-2.zip 3KB
- 8. Python and Advanced PostgreSQL with psycopg2/7. Asynchronous psycopg2.srt 3KB
- 6. Building a Poll App & Advanced SQL/13. The SQL HAVING clause.srt 3KB
- 6. Building a Poll App & Advanced SQL/3.1 completed-poll-1.zip 2KB
- 6. Building a Poll App & Advanced SQL/3.2 completed-poll-1.zip 2KB
- 4. A Movie Watchlist App with Python & SQL/23. LIMIT getting a certain number of rows.srt 2KB
- 4. A Movie Watchlist App with Python & SQL/7. UPDATE exercises.html 2KB
- 4. A Movie Watchlist App with Python & SQL/15.1 watchlist-complete-stage-3.zip 2KB
- 6. Building a Poll App & Advanced SQL/3.1 poll-starter.zip 2KB
- 6. Building a Poll App & Advanced SQL/3.2 poll-starter.zip 2KB
- 4. A Movie Watchlist App with Python & SQL/9. Watched movies second approach.srt 2KB
- 2. A Full Python Refresher/1. Introduction to this section.srt 2KB
- 4. A Movie Watchlist App with Python & SQL/11. DELETE FROM exercises.html 2KB
- 4. A Movie Watchlist App with Python & SQL/8.1 watchlist-complete-stage-1.zip 2KB
- 4. A Movie Watchlist App with Python & SQL/8.2 watchlist-complete-stage-1.zip 2KB
- 3. Build a Programming Journal with Python & SQL/13. INSERT INTO exercises.html 2KB
- 3. Build a Programming Journal with Python & SQL/16. SELECT exercises.html 2KB
- 4. A Movie Watchlist App with Python & SQL/18. Auto-incrementing exercise.html 1KB
- 3. Build a Programming Journal with Python & SQL/19. WHERE exercises.html 1KB
- 1. Introduction/2. Initial setup (for newer Pythonistas).html 1KB
- 4. A Movie Watchlist App with Python & SQL/14. Relational data exercise.html 1KB
- 3. Build a Programming Journal with Python & SQL/8. CREATE TABLE exercises.html 1KB
- 9. Charting data from our tables using matplotlib/4. Matplotlib backends.html 870B
- 9. Charting data from our tables using matplotlib/2. How to install matplotlib.html 813B
- 4. A Movie Watchlist App with Python & SQL/3.1 progdiary-starter.zip 812B
- 4. A Movie Watchlist App with Python & SQL/3.2 progdiary-starter.zip 812B
- 4. A Movie Watchlist App with Python & SQL/21. Types of JOINs with examples.html 790B
- 2. A Full Python Refresher/2. Access the code for this section here.html 768B
- 3. Build a Programming Journal with Python & SQL/7. How to write comments in SQL.html 700B
- 3. Build a Programming Journal with Python & SQL/21. DROP TABLE exercise.html 435B
- 1. Introduction/3. Get the complete e-book here.html 392B
- 3. Build a Programming Journal with Python & SQL/17.1 What is the purpose of row_factory (StackOverflow).html 201B
- 4. A Movie Watchlist App with Python & SQL/5.1 [ebook] Using context managers for automatic commit and rollback.html 192B
- 3. Build a Programming Journal with Python & SQL/11.1 Why do you need to create cursors (StackOverflow).html 189B
- 3. Build a Programming Journal with Python & SQL/12.1 Single quotes vs. Double quotes in databases (StackOverflow).html 185B
- 3. Build a Programming Journal with Python & SQL/12.2 Single quotes vs. Double quotes in databases (StackOverflow).html 185B
- 8. Python and Advanced PostgreSQL with psycopg2/5.1 PostgreSQL - If I run multiple queries concurrently... (StackOverflow).html 184B
- 8. Python and Advanced PostgreSQL with psycopg2/5.2 PostgreSQL - If I run multiple queries concurrently... (StackOverflow).html 184B
- 6. Building a Poll App & Advanced SQL/13.1 How to avoid invoking functions twice when using GROUP BY and HAVING (StackOverflow).html 176B
- 6. Building a Poll App & Advanced SQL/2.1 Can a database support atomicity but not consistency.html 171B
- 8. Python and Advanced PostgreSQL with psycopg2/4.1 PostgreSQL Stored Procedures (carto.com).html 151B
- 8. Python and Advanced PostgreSQL with psycopg2/4.4 PostgreSQL Stored Procedures (carto.com).html 151B
- 2. A Full Python Refresher/3.1 How to set up VSCode with Python.html 146B
- 3. Build a Programming Journal with Python & SQL/3.1 How to set up VSCode with Python.html 146B
- 4. A Movie Watchlist App with Python & SQL/4.1 Why does Unix time start at 1970-01-01.html 146B
- 5. Introduction to PostgreSQL Migrating our App/3.1 [eBook] How to run and access PostgreSQL.html 146B
- 8. Python and Advanced PostgreSQL with psycopg2/1.1 Primary Keys (PostgreSQL Official Documentation).html 146B
- 8. Python and Advanced PostgreSQL with psycopg2/1.2 Primary Keys (PostgreSQL Official Documentation).html 146B
- 9. Charting data from our tables using matplotlib/3.1 matplotlib.pyplot.plot (Official Documentation).html 146B
- 7. Working with dates and times/7.1 The Curious Case of Python's Context Manager.html 143B
- 7. Working with dates and times/7.4 The Curious Case of Python's Context Manager.html 143B
- 8. Python and Advanced PostgreSQL with psycopg2/5.1 How to work with PostgreSQL transactions (EnterpriseDB).html 141B
- 8. Python and Advanced PostgreSQL with psycopg2/5.2 How to work with PostgreSQL transactions (EnterpriseDB).html 141B
- 5. Introduction to PostgreSQL Migrating our App/1.1 Foreign Key Constraints (official documentation).html 140B
- 4. A Movie Watchlist App with Python & SQL/6.1 [eBook] Setting movies to watched.html 139B
- 4. A Movie Watchlist App with Python & SQL/6.3 [eBook] Setting movies to watched.html 139B
- 5. Introduction to PostgreSQL Migrating our App/2.1 [eBook] How to install PostgreSQL.html 139B
- 6. Building a Poll App & Advanced SQL/10.1 Interactive database fiddle for this chapter.html 139B
- 7. Working with dates and times/1.1 [eBook] Separating into models.html 139B
- 7. Working with dates and times/1.2 [eBook] Separating into models.html 139B
- 8. Python and Advanced PostgreSQL with psycopg2/2.1 Interactive database for this lecture.html 139B
- 8. Python and Advanced PostgreSQL with psycopg2/2.2 Interactive database for this lecture.html 139B
- 8. Python and Advanced PostgreSQL with psycopg2/3.1 Interactive database for this lecture.html 139B
- 8. Python and Advanced PostgreSQL with psycopg2/1.1 Foreign Keys (PostgreSQL Official Documentation).html 136B
- 8. Python and Advanced PostgreSQL with psycopg2/1.2 Foreign Keys (PostgreSQL Official Documentation).html 136B
- 4. A Movie Watchlist App with Python & SQL/8.1 How to work with dates and times in Python.html 135B
- 4. A Movie Watchlist App with Python & SQL/8.2 How to work with dates and times in Python.html 135B
- 7. Working with dates and times/9.1 How to work with dates and times in Python.html 135B
- 8. Python and Advanced PostgreSQL with psycopg2/6.3 Deadlocks (PostgreSQL Official Documentation).html 135B
- 8. Python and Advanced PostgreSQL with psycopg2/6.5 Deadlocks (PostgreSQL Official Documentation).html 135B
- 5. Introduction to PostgreSQL Migrating our App/6.1 The with statement (psycopg2 Official Documentation).html 134B
- 8. Python and Advanced PostgreSQL with psycopg2/6.6 Advisory Locks (PostgreSQL Official Documentation).html 132B
- 4. A Movie Watchlist App with Python & SQL/3.1 Our starting code for this project.html 131B
- 4. A Movie Watchlist App with Python & SQL/3.2 Our starting code for this project.html 131B
- 2. A Full Python Refresher/5.1 Formatting numbers for printing in Python.html 129B
- 4. A Movie Watchlist App with Python & SQL/13.1 [eBook] Relational data.html 129B
- 4. A Movie Watchlist App with Python & SQL/13.2 [eBook] Relational data.html 129B
- 6. Building a Poll App & Advanced SQL/3.3 Formatting numbers for printing in Python.html 129B
- 6. Building a Poll App & Advanced SQL/14.2 VIEW Examples (PostgreSQL Official Documentation).html 129B
- 4. A Movie Watchlist App with Python & SQL/6.2 [eBook] UPDATE updating rows.html 127B
- 4. A Movie Watchlist App with Python & SQL/6.3 [eBook] UPDATE updating rows.html 127B
- 5. Introduction to PostgreSQL Migrating our App/4.3 Psycopg2 2.7.4 released (initd.org).html 126B
- 5. Introduction to PostgreSQL Migrating our App/4.5 Psycopg2 2.7.4 released (initd.org).html 126B
- 8. Python and Advanced PostgreSQL with psycopg2/4.1 What is Acid (our e-book).html 126B
- 8. Python and Advanced PostgreSQL with psycopg2/4.2 What is Acid (our e-book).html 126B
- 8. Python and Advanced PostgreSQL with psycopg2/6.1 PostgreSQL rocks, except when it blocks Understanding locks (Citusdata).html 126B
- 8. Python and Advanced PostgreSQL with psycopg2/6.4 PostgreSQL rocks, except when it blocks Understanding locks (Citusdata).html 126B
- 8. Python and Advanced PostgreSQL with psycopg2/7.1 Thread and process safety (psycopg2 Official Documentation).html 126B
- 9. Charting data from our tables using matplotlib/4.1 Usage Guide - Backends (Official Documentation).html 126B
- 5. Introduction to PostgreSQL Migrating our App/4.2 How to set up your local environment.html 125B
- 5. Introduction to PostgreSQL Migrating our App/4.5 How to set up your local environment.html 125B
- 8. Python and Advanced PostgreSQL with psycopg2/4.2 PostgreSQL Stored Procedures (PostgreSQL Tutorial).html 125B
- 8. Python and Advanced PostgreSQL with psycopg2/4.3 PostgreSQL Stored Procedures (PostgreSQL Tutorial).html 125B
- 5. Introduction to PostgreSQL Migrating our App/7.1 CREATE SEQUENCE (Official Documentation).html 124B
- 6. Building a Poll App & Advanced SQL/4.1 Fast Execution Helpers (psycopg2 Official Documentation).html 124B
- 8. Python and Advanced PostgreSQL with psycopg2/2.2 PLpgSQL Function Parameters (PostgreSQL Tutorial).html 124B
- 8. Python and Advanced PostgreSQL with psycopg2/2.4 PLpgSQL Function Parameters (PostgreSQL Tutorial).html 124B
- 6. Building a Poll App & Advanced SQL/11.1 More PostgreSQL Window Functions.html 123B
- 8. Python and Advanced PostgreSQL with psycopg2/3.2 PostgreSQL CREATE FUNCTION Statement (PostgreSQL Tutorial).html 123B
- 8. Python and Advanced PostgreSQL with psycopg2/3.3 PostgreSQL CREATE FUNCTION Statement (PostgreSQL Tutorial).html 123B
- 5. Introduction to PostgreSQL Migrating our App/4.1 Binary install from PyPI (Official Documentation).html 122B
- 5. Introduction to PostgreSQL Migrating our App/4.4 Binary install from PyPI (Official Documentation).html 122B
- 3. Build a Programming Journal with Python & SQL/9.1 SQL Transaction (w3resource).html 120B
- 6. Building a Poll App & Advanced SQL/6.1 Aggregate functions in PostgreSQL (Official Documentation).html 120B
- 6. Building a Poll App & Advanced SQL/6.2 Aggregate functions in PostgreSQL (Official Documentation).html 120B
- 6. Building a Poll App & Advanced SQL/7.1 Aggregate functions in PostgreSQL (Official Documentation).html 120B
- 6. Building a Poll App & Advanced SQL/16.1 Type hinting in Python 3.5+.html 120B
- 8. Python and Advanced PostgreSQL with psycopg2/2.3 CREATE FUNCTION (PostgreSQL Official Documentation).html 119B
- 8. Python and Advanced PostgreSQL with psycopg2/2.5 CREATE FUNCTION (PostgreSQL Official Documentation).html 119B
- 5. Introduction to PostgreSQL Migrating our App/4.3 What is a virtual environment.html 118B
- 5. Introduction to PostgreSQL Migrating our App/4.6 What is a virtual environment.html 118B
- 8. Python and Advanced PostgreSQL with psycopg2/6.5 Viewing Locks (PostgreSQL Official Documentation).html 117B
- 8. Python and Advanced PostgreSQL with psycopg2/6.7 Viewing Locks (PostgreSQL Official Documentation).html 117B
- 6. Building a Poll App & Advanced SQL/6.1 Mathematical functions in PostgreSQL (Official Documentation).html 115B
- 6. Building a Poll App & Advanced SQL/6.2 Mathematical functions in PostgreSQL (Official Documentation).html 115B
- 6. Building a Poll App & Advanced SQL/14.1 CREATE VIEW (PostgreSQL Official Documentation).html 115B
- 2. A Full Python Refresher/16.1 Destructuring in Python - Teclado Blog.html 114B
- 4. A Movie Watchlist App with Python & SQL/16.1 Destructuring in Python.html 114B
- 6. Building a Poll App & Advanced SQL/4.2 Returning Data From Modified Rows (PostgreSQL Official Documentation).html 114B
- 6. Building a Poll App & Advanced SQL/15.2 SQL Commands Reference.html 113B
- 6. Building a Poll App & Advanced SQL/15.3 SQL Commands Reference.html 113B
- 2. A Full Python Refresher/8.1 Python Set Operators.html 111B
- 6. Building a Poll App & Advanced SQL/15.2 37.1. How Extensibility Works.html 111B
- 6. Building a Poll App & Advanced SQL/15.3 37.1. How Extensibility Works.html 111B
- 7. Working with dates and times/7.3 How to write decorators in Python.html 111B
- 7. Working with dates and times/7.4 How to write decorators in Python.html 111B
- 8. Python and Advanced PostgreSQL with psycopg2/6.4 SELECT (PostgreSQL Official Documentation).html 111B
- 8. Python and Advanced PostgreSQL with psycopg2/6.7 SELECT (PostgreSQL Official Documentation).html 111B
- 8. Python and Advanced PostgreSQL with psycopg2/2.3 Query Language (SQL) Functions (PostgreSQL Official Documentation).html 110B
- 8. Python and Advanced PostgreSQL with psycopg2/2.5 Query Language (SQL) Functions (PostgreSQL Official Documentation).html 110B
- 8. Python and Advanced PostgreSQL with psycopg2/3.2 Query Language (SQL) Functions (PostgreSQL Official Documentation).html 110B
- 8. Python and Advanced PostgreSQL with psycopg2/3.3 Query Language (SQL) Functions (PostgreSQL Official Documentation).html 110B
- 3. Build a Programming Journal with Python & SQL/6.2 PostgreSQL Data Types (official documentation).html 109B
- 7. Working with dates and times/11.1 What are timezones.html 109B
- 7. Working with dates and times/11.2 What are timezones.html 109B
- 8. Python and Advanced PostgreSQL with psycopg2/6.1 LOCK (PostgreSQL Official Documentation).html 109B
- 8. Python and Advanced PostgreSQL with psycopg2/6.3 LOCK (PostgreSQL Official Documentation).html 109B
- 5. Introduction to PostgreSQL Migrating our App/4.1 psycopg2-binary Why.html 107B
- 5. Introduction to PostgreSQL Migrating our App/4.6 psycopg2-binary Why.html 107B
- 4. A Movie Watchlist App with Python & SQL/13.1 Enabling Foreign Key Support in SQLite (official documentation).html 106B
- 4. A Movie Watchlist App with Python & SQL/13.2 Enabling Foreign Key Support in SQLite (official documentation).html 106B
- 6. Building a Poll App & Advanced SQL/15.1 33. libpq - C Library.html 106B
- 8. Python and Advanced PostgreSQL with psycopg2/2.1 User-Defined Functions (PostgreSQL Official Documentation).html 106B
- 8. Python and Advanced PostgreSQL with psycopg2/2.4 User-Defined Functions (PostgreSQL Official Documentation).html 106B
- 8. Python and Advanced PostgreSQL with psycopg2/4.3 User-Defined Functions (PostgreSQL Official Documentation).html 106B
- 8. Python and Advanced PostgreSQL with psycopg2/4.4 User-Defined Functions (PostgreSQL Official Documentation).html 106B
- 3. Build a Programming Journal with Python & SQL/6.3 SQLite Create Table (official documentation).html 105B
- 9. Charting data from our tables using matplotlib/2.1 Installation (Official Documentation).html 105B
- 6. Building a Poll App & Advanced SQL/1.1 Making an online voting app (part 1).html 104B
- 6. Building a Poll App & Advanced SQL/1.1 Online voting app (part 2).html 104B
- 6. Building a Poll App & Advanced SQL/1.2 Making an online voting app (part 1).html 104B
- 6. Building a Poll App & Advanced SQL/1.2 Online voting app (part 2).html 104B
- 3. Build a Programming Journal with Python & SQL/20.1 DROP TABLE in SQLite (Official Documentation).html 103B
- 5. Introduction to PostgreSQL Migrating our App/4.2 pipenv cannot install psycopg2-binary, but pip can (py 3.8).html 103B
- 5. Introduction to PostgreSQL Migrating our App/4.4 pipenv cannot install psycopg2-binary, but pip can (py 3.8).html 103B
- 7. Working with dates and times/7.1 What does the yield keyword do (StackOverflow).html 103B
- 7. Working with dates and times/7.3 What does the yield keyword do (StackOverflow).html 103B
- 3. Build a Programming Journal with Python & SQL/12.1 SQLite INSERT INTO (official documentation).html 100B
- 3. Build a Programming Journal with Python & SQL/12.2 SQLite INSERT INTO (official documentation).html 100B
- 3. Build a Programming Journal with Python & SQL/15.1 The SELECT command in SQLite.html 100B
- 4. A Movie Watchlist App with Python & SQL/10.1 The SQL DELETE command in SQLite (official documentation).html 100B
- 8. Python and Advanced PostgreSQL with psycopg2/7.2 aiopg (Official Documentation).html 100B
- 3. Build a Programming Journal with Python & SQL/6.1 SQLite Data Types (official documentation).html 98B
- 8. Python and Advanced PostgreSQL with psycopg2/8.1 psycopg2.sql – SQL string composition (psycopg2 Official Documentation).html 98B
- 5. Introduction to PostgreSQL Migrating our App/8.2 database.py diff between SQLite and PostgreSQL.html 97B
- 7. Working with dates and times/1.2 Diff of app.py changes.html 97B
- 7. Working with dates and times/1.3 Diff of app.py changes.html 97B
- 4. A Movie Watchlist App with Python & SQL/6.1 The SQL UPDATE command in SQLite (official documentation).html 96B
- 4. A Movie Watchlist App with Python & SQL/6.2 The SQL UPDATE command in SQLite (official documentation).html 96B
- 4. A Movie Watchlist App with Python & SQL/17.1 SQLite Autoincrement.html 96B
- 5. Introduction to PostgreSQL Migrating our App/8.1 Diffchecker - great tool!.html 93B
- 7. Working with dates and times/11.3 pytz Official Documentation.html 89B
- 7. Working with dates and times/11.1 TimezoneDB free timezone database.html 84B
- 7. Working with dates and times/11.2 TimezoneDB free timezone database.html 84B
- 7. Working with dates and times/9.2 Python strftime reference.html 82B