chesskom

Practical SQL with Python in 3 Days (2022-10)

Oct 25th, 2022
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. Practical SQL with Python in 3 Days
  2. 5 sections • 201 lectures • 17h 1m total length
  3. 2022-10 | e-Learning | English | MP4, ZIP | 6.26 GB
  4.  
  5. Build 3 Python Projects in 3 days using SQLite, MySQL, and PostgreSQL.
  6.  
  7.  
  8. DOWNLOAD:
  9. -------------------------
  10. https://wrzucajpliki.pl/6uki812ckhz5/sql-python-in-3-days-2022-10.part1.rar
  11. https://wrzucajpliki.pl/npzff3ivsed4/sql-python-in-3-days-2022-10.part2.rar
  12. https://wrzucajpliki.pl/p138m11j88nn/sql-python-in-3-days-2022-10.part3.rar
  13. https://wrzucajpliki.pl/c2xsoap4ltrl/sql-python-in-3-days-2022-10.part4.rar
  14. -------------------------
  15. https://wplik.com/x0emk8f418tm/sql-python-in-3-days-2022-10.part1.rar
  16. https://wplik.com/a94ygv6y52i5/sql-python-in-3-days-2022-10.part2.rar
  17. https://wplik.com/bcjn73tm0egz/sql-python-in-3-days-2022-10.part3.rar
  18. https://wplik.com/syorb2pdcrlu/sql-python-in-3-days-2022-10.part4.rar
  19. -------------------------
  20. https://rosefile.net/oj1b5tfq2v/sql-python-in-3-days-2022-10.part1.rar.html
  21. https://rosefile.net/y7njuqnns6/sql-python-in-3-days-2022-10.part2.rar.html
  22. https://rosefile.net/pcw6uiziou/sql-python-in-3-days-2022-10.part3.rar.html
  23. https://rosefile.net/qvce920snu/sql-python-in-3-days-2022-10.part4.rar.html
  24. -------------------------
  25. https://katfile.com/xpl9966jg22a/sql-python-in-3-days-2022-10.part1.rar
  26. https://katfile.com/qm07iswwijyi/sql-python-in-3-days-2022-10.part2.rar
  27. https://katfile.com/jo9cm89i4t27/sql-python-in-3-days-2022-10.part3.rar
  28. https://katfile.com/vcpqcwbocv1u/sql-python-in-3-days-2022-10.part4.rar
  29. -------------------------
  30. http://uploaded.net/file/xcw20227/sql-python-in-3-days-2022-10.part1.rar
  31. http://uploaded.net/file/vaof9zp2/sql-python-in-3-days-2022-10.part2.rar
  32. http://uploaded.net/file/no5fcqkq/sql-python-in-3-days-2022-10.part3.rar
  33. http://uploaded.net/file/da53o7ub/sql-python-in-3-days-2022-10.part4.rar
  34. -------------------------
  35. https://rg.to/file/fd803a1448f6e6282508306b10dd80a0/sql-python-in-3-days-2022-10.part1.rar
  36. https://rg.to/file/fffe178bfcd1715695f5c97573beb051/sql-python-in-3-days-2022-10.part2.rar
  37. https://rg.to/file/72d5cd40e961f836e85e3e2402c431c3/sql-python-in-3-days-2022-10.part3.rar
  38. https://rg.to/file/dfb6fb2531d2080bd29f170e10f2fd0f/sql-python-in-3-days-2022-10.part4.rar
  39. -------------------------
  40.  
  41.  
  42.  
  43. What you'll learn
  44. - Work with SQL databases confidently in python applications
  45. - Build and deploy a web-based API using FastAPI and PostgreSQL
  46. - Understand cursors, transactions, connections, and query execution in depth
  47. - Explore more advanced topics around dynamic SQL generation, prepared statements, and non-tuple cursors
  48.  
  49. Requirements
  50. - Some basic familiarity with python and SQL would help, though advanced concepts will be explained in detail as needed
  51.  
  52. Description
  53.  
  54. Welcome to the best resource online for learning to work with SQL in python.
  55.  
  56. Python and SQL are two of the most in-demand skills in any data-related or data-adjacent role today.
  57.  
  58. In this course, we'll use SQLite, MySQL and PostgreSQL to build three projects of increasing complexity that will give you a solid foundation in using SQL in python applications.
  59.  
  60. Over 17 hours and 50 coding assignments, you will gain practical mastery of, not only SQL and python, but also tens of programming and computer science concepts.
  61.  
  62. In building these projects, you won’t be copy/pasting code. Instead, we will be writing code from scratch, and we will be writing lots of it.
  63.  
  64. This "forced" practice will help solidify your understanding of the concepts and techniques we cover. Each assignment will be followed by a detailed solution and explanation.
  65.  
  66. By the end of the course, after 3 immersive days, SQL and python will be on your resume!
  67.  
  68. ––––– Structure & Curriculum –––––
  69.  
  70. Day 1: SQLite
  71. - understanding connections, cursors, transactions in sqlite3
  72. - parameterizing and executing queries
  73. - understanding and preventing SQL injections
  74. - introduction to DBAPI
  75. - building the Freight Manager (9 coding assignments)
  76.  
  77. Day 2: MySQL
  78. - revisiting connections, cursors, transactions with mysql-connector
  79. - building prepared statements
  80. - exploring dictionary, buffered and namedtuple cursors
  81. - building the School Registrar (19 coding assignments)
  82.  
  83. Day 3: PostgreSQL
  84. - revisiting connections, cursors, transactions with psycopg2
  85. - generating dynamic SQL from python code
  86. - building the Guestbook API (22 coding assignments)
  87. - with object oriented programming, password hashing, and more
  88.  
  89. This is the ultimate, immersive introduction to two of the most valuable skills today.
  90.  
  91. Who this course is for:
  92. - Anyone interested in learning how to work with SQL productively in python
  93. - Anyone interested in building python applications that use relational databases
Add Comment
Please, Sign In to add comment