Python SQLite: Create tables, Insert, Delete and Update data

Поделиться
HTML-код
  • Опубликовано: 10 янв 2021
  • SQLite can be integrated with Python using the sqlite3 module. This module is a built-in module so you don’t need to install it. In this video you will see how to connect to a SQLite database and do some basic database operations like adding and removing data from a database.
    Python 3.7 is the python I used in this in the video.
    Code from this video:
    github.com/Index-Zero-0/Pytho...
    Icons: www.flaticon.com/
    Please LIKE and SUBSCRIBE for more content and supporting!
    #sqlite#python#programming

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

  • @abdouou1534
    @abdouou1534 2 года назад +1

    Big up's brother

  • @aminamini8444
    @aminamini8444 2 года назад +1

    💕💕💕💕💕

  • @callypso4089
    @callypso4089 2 года назад +1

    Sir, What about updating the user? Btw i liked and subscribed to channell :D

    • @index-zero
      @index-zero  2 года назад

      Thanks for subscribe,
      cursor.execute("""
      UPDATE users
      SET
      name = 'newUser',
      username = 'newUserName'
      WHERE
      id=1 """)
      Here we are updating name and username of a user with id 1.

    • @callypso4089
      @callypso4089 2 года назад

      @@index-zero thanks a lot. İn case of any difficulty about codes from where i can contact with you sir? Want to know you.:)

  • @varahalaswamyn3466
    @varahalaswamyn3466 3 года назад +1

    Sir python database full classes..... sir