Python Web, data and AI solution Development
web development, data engineering, AI and machine learning, Cloud orchestrating using Python
https://youtu.be/PGG5sqiwmG8
Here is the recording of Last Sunday (02 April). No Class Tomorrow (10 April). Everyone, please practice Polls data implementation in RDBS using Django Models.
Sunday 02 April, Django, RDBMS design, implementing denormaling pools data in django.
Practice session for Django
The document used in our last session for database understanding.
Python djano for Database handing Database vs data and dataset CSV data, JSON data, and text data, newer data format like protobuf Binary data or binary encoded data Database system or database engine Comparing database software with Microsoft office RDBMS Concepts Relational and Logical vs Physical Relational concepts Normaliz...
djang database undernstanding
During the last session, I felt that databases in python are a missing piece. so This week, we are going to have a detailed discussion on databases in python.
It will cover:
* structured and unstructured
* Concepts of relational databases, relational, and structured database
* Relational Algebra and its usage in databases
* Using SQL in python to access databases.
* NoSQL databases (document, key-value and columnar)
* Accessing different types of data sources within Python
* Distributed databases and cloud database
* PySpark
Django learning (Model View Conttroller).
In todays' class we will learn model in django and try to connect with URL
Assalamalikum
I hope you enjoyed last sunday session regarding microservice development with django. I would try to have an other session this Sunday by 10 am. Before this, I would request you to read some Django documents related to Django models.
https://docs.djangoproject.com/en/4.0/topics/db/models/
plus start searching to create a shopping portal in Django. you will get a lot of sample code, you just need to review and try to copy-paste and run. no worry if you are unable to run.
Models | Django documentation | Django A model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you’re storing. Generally, each model maps to a single database table.
Presentation: Using Django for API design for data and AI
Django API for Data and AI Django API for Data and AI Why, when and How
using Django for API Designing
API Development for Data and AI engineering