FileMood

Download [FreeCourseLab.com] Udemy - The Complete Python & PostgreSQL Developer Course

FreeCourseLab com Udemy The Complete Python PostgreSQL Developer Course

Name

[FreeCourseLab.com] Udemy - The Complete Python & PostgreSQL Developer Course

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.4 GB

Total Files

383

Hash

AB5060C51AB5C3C6430C7F4BE5E9749688382115

/1. Installing Python/

1. Introduction.mp4

7.2 MB

1. Introduction.vtt

4.7 KB

2. Installing Python on Windows.mp4

7.1 MB

2. Installing Python on Windows.vtt

2.7 KB

3. Installing Python on Mac.mp4

4.2 MB

3. Installing Python on Mac.vtt

1.8 KB

/10. Python Web and APIs/

1. What is an API.mp4

47.7 MB

1. What is an API.vtt

30.8 KB

10. Performing Twitter requests getting images.mp4

53.2 MB

10. Performing Twitter requests getting images.vtt

17.6 KB

11. Reusing code from the last section to save users.mp4

32.3 MB

11. Reusing code from the last section to save users.vtt

12.4 KB

12. Creating users in our app.mp4

25.3 MB

12. Creating users in our app.vtt

9.3 KB

13. Retrieving users in our app.mp4

47.1 MB

13. Retrieving users in our app.vtt

15.7 KB

14. Cleaning up the code—extremely important!.mp4

59.8 MB

14. Cleaning up the code—extremely important!.vtt

21.7 KB

15. Introduction to Flask and Python Web Development.mp4

35.7 MB

15. Introduction to Flask and Python Web Development.vtt

18.8 KB

16. Adding a Twitter login endpoint.mp4

26.5 MB

16. Adding a Twitter login endpoint.vtt

14.2 KB

17. Adding Twitter authorization.mp4

62.9 MB

17. Adding Twitter authorization.vtt

28.4 KB

18. Creating the user profile.mp4

24.5 MB

18. Creating the user profile.vtt

11.0 KB

19. The Flask before_request decorator.mp4

25.4 MB

19. The Flask before_request decorator.vtt

10.0 KB

2. Making requests in Python.mp4

31.0 MB

2. Making requests in Python.vtt

13.8 KB

20. Checking if a user is already logged in.mp4

8.9 MB

20. Checking if a user is already logged in.vtt

3.4 KB

21. Searching tweets and displaying them.mp4

20.5 MB

21. Searching tweets and displaying them.vtt

9.4 KB

22. Searching for different things.mp4

10.6 MB

22. Searching for different things.vtt

4.0 KB

23. What is Bootstrap.mp4

26.0 MB

23. What is Bootstrap.vtt

10.3 KB

24. Writing our own CSS.mp4

15.9 MB

24. Writing our own CSS.vtt

7.7 KB

25. Allowing users to perform custom searches.mp4

17.5 MB

25. Allowing users to perform custom searches.vtt

8.4 KB

26. Adding sentiment analysis with another API.mp4

39.1 MB

26. Adding sentiment analysis with another API.vtt

17.5 KB

27. Section 10 Final Quiz.html

0.2 KB

28. Section 10 Twitter Login code.html

0.3 KB

28.1 section_10_twitter_login.zip.zip

16.4 KB

3. What is OAuth.mp4

15.4 MB

3. What is OAuth.vtt

9.4 KB

4. Creating a Twitter app.mp4

12.1 MB

4. Creating a Twitter app.vtt

4.7 KB

5. Setting up Twitter login.mp4

12.3 MB

5. Setting up Twitter login.vtt

6.1 KB

6. Getting the OAuth request token.mp4

38.2 MB

6. Getting the OAuth request token.vtt

17.3 KB

7. More on the Python debugger—an essential tool.mp4

15.0 MB

7. More on the Python debugger—an essential tool.vtt

6.6 KB

8. Getting authorization by the user.mp4

22.3 MB

8. Getting authorization by the user.vtt

10.5 KB

9. Getting the OAuth access token.mp4

18.8 MB

9. Getting the OAuth access token.vtt

7.4 KB

/11. Introduction to Git and GitHub/

1. What is Git.mp4

13.4 MB

1. What is Git.vtt

6.3 KB

10. Creating a repository on GitHub.mp4

8.1 MB

10. Creating a repository on GitHub.vtt

3.2 KB

11. git remote — managing remote repositories.mp4

7.4 MB

11. git remote — managing remote repositories.vtt

3.2 KB

12. Adding your SSH key to GitHub.mp4

14.7 MB

12. Adding your SSH key to GitHub.vtt

14.7 MB

12.1 Further explanation of public and private keys.html

0.1 KB

13. What is a README file Introduction to Markdown.mp4

16.8 MB

13. What is a README file Introduction to Markdown.vtt

8.6 KB

14. git pull — pulling other's changes.mp4

6.6 MB

14. git pull — pulling other's changes.vtt

3.5 KB

15. Section 11 Final Quiz.html

0.2 KB

16. Keep thinking Section 11.html

0.2 KB

16.1 keep_thinking_document.pdf.pdf

48.5 KB

2. Installing Git on Mac and Windows.mp4

24.2 MB

2. Installing Git on Mac and Windows.vtt

9.0 KB

3. Introduction to the UNIX terminal.mp4

15.6 MB

3. Introduction to the UNIX terminal.vtt

9.4 KB

4. The VIM text editor, a powerful terminal editor.mp4

11.4 MB

4. The VIM text editor, a powerful terminal editor.vtt

6.6 KB

5. Dealing with files in the UNIX terminal.mp4

8.1 MB

5. Dealing with files in the UNIX terminal.vtt

4.4 KB

6. What is a Git repository.mp4

12.4 MB

6. What is a Git repository.vtt

7.8 KB

7. git init — create a Git repository.mp4

8.3 MB

7. git init — create a Git repository.vtt

4.9 KB

8. git add and git commit — staging and committing.mp4

19.1 MB

8. git add and git commit — staging and committing.vtt

10.7 KB

9. git log — viewing past commits.mp4

5.2 MB

9. git log — viewing past commits.vtt

2.5 KB

/12. Advanced Python/

1. OOP Inheritance.mp4

31.9 MB

1. OOP Inheritance.vtt

17.7 KB

10. Lambda expressions in Python.mp4

17.7 MB

10. Lambda expressions in Python.vtt

9.0 KB

11. More uses of lambda expressions.mp4

22.0 MB

11. More uses of lambda expressions.vtt

12.1 KB

12. Lambda expressions in the wild.mp4

42.1 MB

12. Lambda expressions in the wild.vtt

18.1 KB

13. Introduction to unit testing with unittest.mp4

51.3 MB

13. Introduction to unit testing with unittest.vtt

21.5 KB

14. Section 12 Final Quiz.html

0.2 KB

15. Section 12 Advanced Python code.html

0.5 KB

16. Keep thinking Section 12.html

0.2 KB

16.1 keep_thinking_document.pdf.pdf

54.2 KB

2. OOP Multiple Inheritance in Python.mp4

12.7 MB

2. OOP Multiple Inheritance in Python.vtt

5.8 KB

3. OOP What is composition.mp4

10.1 MB

3. OOP What is composition.vtt

5.1 KB

4. OOP What is encapsulation.mp4

38.2 MB

4. OOP What is encapsulation.vtt

14.4 KB

5. Introduction to Exceptions in Python.mp4

27.6 MB

5. Introduction to Exceptions in Python.vtt

23.2 MB

6. Creating our own Exceptions.mp4

17.6 MB

6. Creating our own Exceptions.vtt

7.8 KB

7. Some of the available built-in Exceptions.mp4

15.7 MB

7. Some of the available built-in Exceptions.vtt

7.0 KB

8. Python built-in methods.mp4

49.2 MB

8. Python built-in methods.vtt

49.3 MB

9. Assertions in Python.mp4

16.7 MB

9. Assertions in Python.vtt

8.7 KB

/13. Data Structures and Algorithms/

1. What are data structures.mp4

12.4 MB

1. What are data structures.vtt

8.4 KB

10. Creating a Stack.mp4

8.4 MB

10. Creating a Stack.vtt

5.0 KB

11. Introduction to Stack Assignment.mp4

14.2 MB

11. Introduction to Stack Assignment.vtt

7.2 KB

12. Assignment Stack.html

2.0 KB

12.1 3_stack.zip.zip

2.7 KB

13. Programming our own Stack in Python.mp4

18.4 MB

13. Programming our own Stack in Python.vtt

9.2 KB

13.1 3_stack_solution.zip.zip

7.4 KB

14. Creating a Binary Tree.mp4

17.1 MB

14. Creating a Binary Tree.vtt

9.4 KB

15. Introduction to Binary Tree Assignment.mp4

18.6 MB

15. Introduction to Binary Tree Assignment.vtt

9.9 KB

16. Assignment Binary Tree.html

2.9 KB

16.1 4_binary_tree.zip.zip

2.2 KB

17. Programming our own Binary Tree in Python.mp4

22.2 MB

17. Programming our own Binary Tree in Python.vtt

11.7 KB

17.1 4_binary_tree_solution.zip.zip

7.0 KB

18. Section 13 Final Quiz.html

0.2 KB

2. What is a Linked List.mp4

19.3 MB

2. What is a Linked List.vtt

11.9 KB

3. Introduction to Linked List Assignment.mp4

24.8 MB

3. Introduction to Linked List Assignment.vtt

13.7 KB

4. Assignment Linked List.html

2.5 KB

4.1 1_linked_list.zip.zip

5.5 KB

5. Programming our own Linked List in Python.mp4

21.0 MB

5. Programming our own Linked List in Python.vtt

10.5 KB

5.1 1_linked_list_solution.zip.zip

6.9 KB

6. Creating a Queue.mp4

14.1 MB

6. Creating a Queue.vtt

8.6 KB

7. Introduction to Queue Assignment.mp4

26.9 MB

7. Introduction to Queue Assignment.vtt

13.7 KB

8. Assignment Queue.html

3.0 KB

8.1 2_queue.zip.zip

2.9 KB

9. Programming our own Queue in Python.mp4

35.2 MB

9. Programming our own Queue in Python.vtt

17.8 KB

9.1 2_queue_solution.zip.zip

7.7 KB

/14. Conclusion/

1. Next steps.html

1.1 KB

2. Bonus lecture web development with Python.html

0.8 KB

/2. Python 101/

1. My private letter to you as you start learning programming.html

0.3 KB

1.1 private_letter.pdf.pdf

47.8 KB

10. The format() method to simplify String formatting.mp4

15.5 MB

10. The format() method to simplify String formatting.vtt

8.1 KB

11. Age Program Code.html

0.5 KB

11.1 section2_age_program.zip.zip

0.6 KB

12. Section 2 Final Quiz.html

0.2 KB

2. Two tools to take the most from this course.html

1.1 KB

3. The Python interactive shell (IDLE).mp4

7.1 MB

3. The Python interactive shell (IDLE).vtt

4.5 KB

4. Numbers and Strings in Python.mp4

10.4 MB

4. Numbers and Strings in Python.vtt

6.9 KB

5. Variables in Python.mp4

11.9 MB

5. Variables in Python.vtt

7.7 KB

6. The str() method to convert to Strings.mp4

8.0 MB

6. The str() method to convert to Strings.vtt

4.2 KB

7. Running a Python file from the IDLE.mp4

12.3 MB

7. Running a Python file from the IDLE.vtt

7.6 KB

8. Getting user input in Python.mp4

11.0 MB

8. Getting user input in Python.vtt

11.1 MB

9. The int() method to convert to Integers.mp4

5.7 MB

9. The int() method to convert to Integers.vtt

3.0 KB

/3. Magic Numbers in Python/

1. Lists in Python.mp4

10.4 MB

1. Lists in Python.vtt

6.2 KB

10. Magic Numbers Code.html

0.5 KB

10.1 section3_magic_numbers.zip.zip

1.0 KB

11. Section 3 Final Quiz.html

0.2 KB

2. The for loop in Python.mp4

7.3 MB

2. The for loop in Python.vtt

3.5 KB

3. Boolean expressions, True and False.mp4

11.5 MB

3. Boolean expressions, True and False.vtt

6.0 KB

4. If statements in Python.mp4

9.9 MB

4. If statements in Python.vtt

5.6 KB

5. The 'in' keyword to check whether a list contains an element.mp4

10.4 MB

5. The 'in' keyword to check whether a list contains an element.vtt

5.2 KB

6. Giving the user multiple chances in our program.mp4

20.4 MB

6. Giving the user multiple chances in our program.vtt

11.4 KB

7. Generating random integers in Python.mp4

20.3 MB

7. Generating random integers in Python.vtt

9.7 KB

8. Defining our own methods in Python.mp4

17.8 MB

8. Defining our own methods in Python.vtt

12.6 MB

9. Returning values from our methods in Python.mp4

13.0 MB

9. Returning values from our methods in Python.vtt

5.9 KB

/4. A Lottery app/

1. The String split() method.mp4

7.8 MB

1. The String split() method.vtt

4.4 KB

2. List comprehension in Python.mp4

13.9 MB

2. List comprehension in Python.vtt

7.2 KB

3. Python Sets — what is a Set.mp4

15.4 MB

3. Python Sets — what is a Set.vtt

9.2 KB

4. Set comprehension in Python.mp4

12.6 MB

4. Set comprehension in Python.vtt

6.6 KB

5. Creating our lottery numbers.mp4

18.7 MB

5. Creating our lottery numbers.vtt

6.8 MB

6. Calculating the lottery winnings.mp4

16.6 MB

6. Calculating the lottery winnings.vtt

7.7 KB

7. Lottery App Code.html

0.5 KB

7.1 section4_lottery.zip.zip

0.8 KB

8. Section 4 Final Quiz.html

0.2 KB

/5. More complex applications a student registration system/

1. Installing PyCharm, a professional Python tool.mp4

8.1 MB

1. Installing PyCharm, a professional Python tool.vtt

3.3 KB

10. Iterating over a list and using the dictionaries inside it.mp4

14.7 MB

10. Iterating over a list and using the dictionaries inside it.vtt

7.6 KB

11. Creating the application menu.mp4

35.4 MB

11. Creating the application menu.vtt

17.2 KB

12. Student Registration System Code.html

0.4 KB

12.1 section5_students.zip.zip

1.7 KB

13. Section 5 Final Quiz.html

0.2 KB

2. Setting up PyCharm on Mac.mp4

26.6 MB

2. Setting up PyCharm on Mac.vtt

3.7 KB

3. Setting up PyCharm on Windows.mp4

50.8 MB

3. Setting up PyCharm on Windows.vtt

6.7 KB

4. Dictionaries in Python.mp4

19.4 MB

4. Dictionaries in Python.vtt

10.8 KB

5. Advanced Dictionary usage in Python.mp4

16.6 MB

5. Advanced Dictionary usage in Python.vtt

9.5 KB

6. Methods returning dictionaries.mp4

16.1 MB

6. Methods returning dictionaries.vtt

8.7 KB

7. Appending to a list in Python.mp4

12.1 MB

7. Appending to a list in Python.vtt

6.0 KB

8. Adding marks to our student data structure.mp4

19.1 MB

8. Adding marks to our student data structure.vtt

9.7 KB

9. The sum() method in Python.mp4

18.5 MB

9. The sum() method in Python.vtt

18.5 MB

/6. Object-Oriented Programming a movie rental system/

1. What are classes Classes in Python.mp4

29.3 MB

1. What are classes Classes in Python.vtt

13.0 KB

10. Saving JSON files with our data.mp4

15.9 MB

10. Saving JSON files with our data.vtt

6.6 KB

11. Loading our data from JSON files.mp4

20.1 MB

11. Loading our data from JSON files.vtt

9.0 KB

12. Argument unpacking in Python (the two asterisks).mp4

13.7 MB

12. Argument unpacking in Python (the two asterisks).vtt

5.8 KB

13. Creating the menu for our application.mp4

39.5 MB

13. Creating the menu for our application.vtt

15.2 KB

14. Movie Rental System Code.html

0.4 KB

14.1 section6_movie-system.zip.zip

9.0 KB

15. Section 6 Final Quiz.html

0.2 KB

2. The Movie Class.mp4

20.9 MB

2. The Movie Class.vtt

9.0 KB

3. The User Class (and the __repr__ method).mp4

14.4 MB

3. The User Class (and the __repr__ method).vtt

6.8 KB

4. The filter() method in Python.mp4

21.1 MB

4. The filter() method in Python.vtt

10.1 KB

5. More Movie operations and methods.mp4

15.4 MB

5. More Movie operations and methods.vtt

6.9 KB

6. Writing to a file in Python.mp4

10.0 MB

6. Writing to a file in Python.vtt

4.7 KB

7. Saving CSV files with our data.mp4

22.5 MB

7. Saving CSV files with our data.vtt

10.1 KB

8. Loading our data from CSV files.mp4

29.6 MB

8. Loading our data from CSV files.vtt

12.2 KB

9. How to use the csv module to read and write CSV files more easily.html

0.9 KB

/7. Introduction to PostgreSQL/

1. Introduction to databases.mp4

25.1 MB

1. Introduction to databases.vtt

16.5 KB

10. SQL filtering with WHERE.mp4

8.9 MB

10. SQL filtering with WHERE.vtt

5.3 KB

11. SQL LIMIT for limiting the number of results.mp4

4.2 MB

11. SQL LIMIT for limiting the number of results.vtt

2.2 KB

12. SQL UPDATE data in a table.mp4

11.3 MB

12. SQL UPDATE data in a table.vtt

6.6 KB

13. SQL DELETE data from a table.mp4

9.7 MB

13. SQL DELETE data from a table.vtt

5.0 KB

14. SQL Wildcards for filtering unknowns.mp4

10.2 MB

14. SQL Wildcards for filtering unknowns.vtt

5.5 KB

15. What is a JOIN.mp4

27.3 MB

15. What is a JOIN.vtt

17.6 KB

16. SQL JOINs and JOIN examples.mp4

20.0 MB

16. SQL JOINs and JOIN examples.vtt

11.4 KB

17. SQL GROUP BY for aggregation of data.mp4

18.8 MB

17. SQL GROUP BY for aggregation of data.vtt

10.7 KB

18. SQL ORDER BY for sorting data.mp4

10.3 MB

18. SQL ORDER BY for sorting data.vtt

5.4 KB

19. SQL CREATE TABLE.mp4

21.8 MB

19. SQL CREATE TABLE.vtt

14.5 KB

2. Installing PostgreSQL on Windows.mp4

12.1 MB

2. Installing PostgreSQL on Windows.vtt

4.6 KB

20. SQL INSERT INTO for adding data to a table.mp4

18.9 MB

20. SQL INSERT INTO for adding data to a table.vtt

11.3 KB

21. SQL SEQUENCE for auto-incrementing fields.mp4

13.3 MB

21. SQL SEQUENCE for auto-incrementing fields.vtt

8.0 KB

22. SQL CREATE INDEX and advanced information about indexes.mp4

22.1 MB

22. SQL CREATE INDEX and advanced information about indexes.vtt

14.3 KB

23. SQL DROP TABLE for deleting tables and data.mp4

12.2 MB

23. SQL DROP TABLE for deleting tables and data.vtt

12.3 MB

24. Section 7 Final Quiz.html

0.2 KB

3. Using PostgreSQL on Windows.mp4

16.7 MB

3. Using PostgreSQL on Windows.vtt

9.3 KB

4. Executing SQL queries on Windows.mp4

5.7 MB

4. Executing SQL queries on Windows.vtt

2.8 KB

5. Installing PostgreSQL on Mac.mp4

13.4 MB

5. Installing PostgreSQL on Mac.vtt

6.7 KB

6. Using PostgreSQL on Mac.mp4

19.3 MB

6. Using PostgreSQL on Mac.vtt

12.6 KB

7. Executing SQL commands on Mac.mp4

4.0 MB

7. Executing SQL commands on Mac.vtt

2.1 KB

8. Using the sample data provided.mp4

8.9 MB

8. Using the sample data provided.vtt

4.4 KB

8.1 sql_database.zip.zip

2.6 KB

9. SQL The SELECT command.mp4

15.0 MB

9. SQL The SELECT command.vtt

9.4 KB

/8. Advanced PostgreSQL/

1. SQL VIEWs and what they are used for.mp4

38.4 MB

1. SQL VIEWs and what they are used for.vtt

20.4 KB

2. SQL built-in functions and the HAVING construct.mp4

22.8 MB

2. SQL built-in functions and the HAVING construct.vtt

12.7 KB

3. Dates in SQL an old problem.mp4

26.8 MB

3. Dates in SQL an old problem.vtt

15.1 KB

3.1 important_sql_date_facts.pdf.pdf

75.7 KB

4. Other data types in SQL (including JSON in PostgreSQL).mp4

20.5 MB

4. Other data types in SQL (including JSON in PostgreSQL).vtt

12.2 KB

5. Nested SELECT statements for complex queries.mp4

19.1 MB

5. Nested SELECT statements for complex queries.vtt

10.0 KB

6. The PostgreSQL SERIAL type.mp4

6.9 MB

6. The PostgreSQL SERIAL type.vtt

3.8 KB

7. Section 8 Final Quiz.html

0.2 KB

/9. Python and PostgreSQL/

1. Installing psycopg2 on Windows (2018 update).mp4

56.4 MB

1. Installing psycopg2 on Windows (2018 update).vtt

8.3 KB

10. Recap on classes and object-oriented programming.mp4

21.4 MB

10. Recap on classes and object-oriented programming.vtt

12.5 KB

11. Saving to database from Python.mp4

40.7 MB

11. Saving to database from Python.vtt

21.2 KB

12. Loading from the database from Python.mp4

38.2 MB

12. Loading from the database from Python.vtt

18.0 KB

13. Removing some duplicate code from our app.mp4

12.2 MB

13. Removing some duplicate code from our app.vtt

5.2 KB

14. Connection pooling and why it is important.mp4

33.7 MB

14. Connection pooling and why it is important.vtt

15.8 KB

15. Creating the ConnectionPool class.mp4

24.4 MB

15. Creating the ConnectionPool class.vtt

10.3 KB

16. Creating the ConnectionFromPool class.mp4

24.3 MB

16. Creating the ConnectionFromPool class.vtt

11.5 KB

17. Obtaining a cursor from the ConnectionFromPool class.mp4

21.2 MB

17. Obtaining a cursor from the ConnectionFromPool class.vtt

9.5 KB

18. The Database class and selective initialisation.mp4

47.3 MB

18. The Database class and selective initialisation.vtt

22.4 KB

19. Cleaning up the Database class.mp4

16.6 MB

19. Cleaning up the Database class.vtt

7.1 KB

2. Installing psycopg2 on Windows (older versions).mp4

42.0 MB

2. Installing psycopg2 on Windows (older versions).vtt

10.5 KB

20. End of section review.mp4

10.6 MB

20. End of section review.vtt

4.9 KB

21. Section 9 Final Quiz.html

0.2 KB

22. Keep thinking Section 9.html

0.2 KB

22.1 keep_thinking_document.pdf.pdf

42.9 KB

23. Download the code for this section here.html

0.2 KB

23.1 final_code.zip.zip

1.6 KB

3. Installing psycopg2 on Mac.mp4

10.8 MB

3. Installing psycopg2 on Mac.vtt

4.5 KB

4. Verifying everything works—don't proceed if it doesn't!.mp4

8.0 MB

4. Verifying everything works—don't proceed if it doesn't!.vtt

4.4 KB

5. Mac OS X Fixing psycopg2 'library not loaded' error.mp4

12.6 MB

5. Mac OS X Fixing psycopg2 'library not loaded' error.vtt

6.3 KB

6. What is a virtual environment.mp4

26.8 MB

6. What is a virtual environment.vtt

10.3 KB

7. psycopg2 on a virtualenv on Windows (2018 update).mp4

41.8 MB

7. psycopg2 on a virtualenv on Windows (2018 update).vtt

6.4 KB

8. Psycopg2 on a virtualenv on Windows (older versions).mp4

17.4 MB

8. Psycopg2 on a virtualenv on Windows (older versions).vtt

6.6 KB

9. Setting up the app structure, pip, and requirements.txt.mp4

10.0 MB

9. Setting up the app structure, pip, and requirements.txt.vtt

5.5 KB

/

[FreeCourseLab.com].url

0.1 KB

 

Total files 383


Copyright © 2025 FileMood.com