Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Giveaway [Udemy] SQLite Databases | Python Programming: (Build App and API )
#1
SQLite Databases | Python Programming: (Build App and API ) | Udemy

Quote:Requirements
A Computer with internet connection is required.
Description
SQLite is a software library that provides a relational database management system. The lite in SQLite means light weight in terms of setup, database administration, and required resource.  SQLite does NOT require a server to run.
Because of the serverless architecture, you don’t need to “install” SQLite before using it. There is no server process that needs to be configured, started, and stopped. SQLite uses dynamic types for tables. It means you can store any value in any column, regardless of the data type.
SQLite is self-contained means it requires minimal support from the operating system or external library. This makes SQLite usable in any environments especially in embedded devices like iPhones, Android phones, game consoles, handheld media players, etc.
SQLite is capable of creating in-memory databases which are very fast to work with.
SQLite database is integrated with the application that accesses the database. The applications interact with the SQLite database read and write directly from the database files stored on disk.
Python is a dynamic modern object -oriented programming language that is easy to learn and can be used to do a lot of things both big and small. Python is what is referred to as a high level language. That means it is a language that is closer to humans than computer. It is also known as a general purpose programming language due to it's flexibility.
Python is a popular and versatile programming language. It can be used for web development (server-side) to create web applications , software development, mathematics, system scripting, data science, data visualization. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development.
Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. Python can be treated in a procedural way, an object-oriented way or a functional way.
In this practical hands on course we will build a database driven application and an API from scrtach with SQLite and Python.

https://www.udemy.com/course/sqlite-data...DBE3346C7B
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Giveaway [Udemy] 300+ Python Exercises (Simple and Complex) with Algorithm baziroll 0 472 02-17-2022 , 07:32 PM
Last Post: baziroll
  Giveaway [Udemy] Programming for beginners with : C++ | C# | Java | Python baziroll 0 486 11-20-2021 , 01:28 PM
Last Post: baziroll
  Giveaway [Udemy] Machine Learning A-Z with Python with Project (Beginner) baziroll 0 497 11-12-2021 , 12:55 PM
Last Post: baziroll
  Giveaway [Udemy] Data Analyst Skillpath: Zero to Hero in Excel, SQL & Python baziroll 1 576 10-25-2021 , 08:16 PM
Last Post: vietnamrum
  Giveaway [Udemy] RA: Retail Management, Analytics with Excel & Python. baziroll 0 650 10-16-2021 , 07:39 PM
Last Post: baziroll

Forum Jump:


Users browsing this thread: 1 Guest(s)