Django

Sort options

Django Web Framework (Coursera)

Mar 25th 2024
Django Web Framework (Coursera)
Course Auditing
Categories
Effort
Languages
It's time to build something bigger. In this course, you will use the Django web framework to build, secure and administer a web server. You will have the opportunity to create, design and configure a web app using the Django framework in-line with best practices. Explore the usage [...]

Select Topics in Python: Django (Coursera)

Mar 25th 2024
Select Topics in Python: Django (Coursera)
Course Auditing
Categories
Effort
Languages
Code and run Django websites without installing anything! This course is designed for learners who some experience with Python but a novice to Django. The modules in this course cover setting up a Django project; understanding the relationship between views, templates, and URL patterns; introduces models and the database; [...]

Full Stack Software Developer Assessment (Coursera)

Mar 25th 2024
Full Stack Software Developer Assessment (Coursera)
Course Auditing
Categories
Effort
Languages
This is the final course in the Full Stack Professional Certificate. It will test your knowledge and the skills you’ve acquired so far. This course contains the graded final examination covering content from nine of the eleven courses in the certificate. You will be assessed on topics such as [...]

Advanced Django: External APIs and Task Queuing (Coursera)

Mar 25th 2024
Advanced Django: External APIs and Task Queuing (Coursera)
Course Auditing
Categories
Effort
Languages
Code and run Django websites without installing anything! This course is designed for learners who are familiar with Python and basic Django skills (similar to those covered in the Django for Everybody specialization). The modules in this course cover connecting to external APIs, task queuing, and pulling together the [...]
Mar 25th 2024
Course Auditing
33.00 EUR/month

Developing Applications with SQL, Databases, and Django (Coursera)

The essentials of application development are accessing, processing, and presenting data. Data is stored in various databases, either on-premise or on the cloud, and developers will need to learn how to talk to them via programming languages. In this course, you will be introduced to some fundamental database concepts. [...]

Django Features and Libraries (Coursera)

In this course, you will learn how to build Django-based web applications suitable for use by end users. You will learn about cookies, sessions, and authentication processes in Django. You will build navigation into your applications and explore ways to easily improve the look and feel of [...]

Building Web Applications in Django (Coursera)

In this course, you will learn how Django communicates with a database through model objects. You will explore Object-Relational Mapping (ORM) for database access and how Django models implement this pattern. We will review the Object-Oriented (OO) pattern in Python. You will learn basic Structured Query Language (SQL) [...]

Web Application Technologies and Django (Coursera)

In this course, you'll explore the basic structure of a web application, and how a web browser interacts with a web server. You'll be introduced to the Hypertext Transfer Protocol (HTTP) request/response cycle, including GET/POST/Redirect. You'll also gain an introductory understanding of Hypertext Markup Language (HTML), as well as [...]

Using JavaScript, JQuery, and JSON in Django (Coursera)

In this final course, we'll look at the JavaScript language and how it supports the Object-Oriented pattern, with a focus on the unique aspects of JavaScript's approach to OO. We'll provide an introduction to the jQuery library, which is widely used for in-browser manipulation of the Document Object Model [...]

Database Clients (Coursera)

Mar 18th 2024
Database Clients (Coursera)
Course Auditing
Categories
Effort
Languages
Explore how to write database driven applications in Python by creating various types of clients that connect to MySQL databases using Python code and Python-related MySQL features and tools.