Moving from Flat Files to SQLite in Python

Поделиться
HTML-код
  • Опубликовано: 20 мар 2024
  • This is a preview of the video course "SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files." This video covers the first couple of lessons which introduce the differences between working with flat files such as CSV and relational databases. It also introduces working with SQLite and SQL commands in Python.
    This is a portion of the complete course, which you can find here:
    realpython.com/courses/sqlite...
    The rest of the course covers:
    - SQLAlchemy
    - Working with Core Text in SQLAlchemy
    - Using ORM in SQLAlchemy
    - Handling Many-to-Many Statements

Комментарии • 2

  • @10Xengineering
    @10Xengineering 2 месяца назад

    great video!
    BTW, how did you get the syntax highlighting in Sqlite3 command prompt?

  • @rishiraj2548
    @rishiraj2548 3 месяца назад +1

    Good evening