Companies Home Search Profile

Get Started with Python and Django Fundamentals

Focused View

Very Academy

9:18:51

112 View
  • 1. Course Introduction.mp4
    03:51
  • 1. Installing Python 3.9.5.mp4
    05:34
  • 2. Installation and User Guide for Visual Studio Code.mp4
    07:18
  • 3. Creating Virtual Environments.mp4
    09:23
  • 4. Test Your Knowledge.html
  • 1. Installing Python 3.9.5.mp4
    05:49
  • 2. Installation and User Guide for Visual Studio Code.mp4
    07:55
  • 3. Creating Virtual Environments.mp4
    04:56
  • 4. Test Your Knowledge.html
  • 1. Preparing a new Virtual Environment.mp4
    06:02
  • 2. Introducing the Python Package Index.mp4
    05:19
  • 3. Installing the Django Framework.mp4
    08:42
  • 4. Creating a new Django project.mp4
    06:23
  • 5. Creating a new Django application.mp4
    09:57
  • 6. Registering a new Django application.mp4
    04:06
  • 7. Starting the Django Development Server.mp4
    05:45
  • 8. Understanding the Django Request-Response Cycle.mp4
    06:27
  • 9. Creating a unique URL pattern.mp4
    10:01
  • 10. Writing our first Django view.mp4
    05:49
  • 11. Creating a new HTML template.mp4
    02:40
  • 12. Relating an HTML template to a view.mp4
    02:15
  • 13. Installing a Django application from a requirements.txt file.mp4
    05:56
  • 14. Test Your Knowledge.html
  • 1. How to write a code comment.mp4
    05:39
  • 2. When to use code comments.mp4
    07:15
  • 3. Code comment tips.mp4
    01:49
  • 4. Introducing PEP8.mp4
    02:54
  • 5. PEP8 Python comment compliance.mp4
    02:50
  • 6. Introducing the Docstring comment.mp4
    03:47
  • 7. Activating the Django admin documentation generator.mp4
    10:40
  • 1. Understanding Python Variable.mp4
    11:23
  • 2. Creating a Variable and assigning values.mp4
    05:27
  • 3. Understanding Variable naming conventions.mp4
    05:26
  • 4. Outputting a Variable value to a Django template.mp4
    07:23
  • 5. Python build-In functions.mp4
    06:04
  • 6. Using the Print() built-in function as a Django diagnostic tool.mp4
    03:13
  • 1. Understanding data types.mp4
    08:02
  • 2. Defining the Specific Data Type.mp4
    08:16
  • 3. Introducing Django model data types.mp4
    08:32
  • 4. Creating a new Django model.mp4
    09:05
  • 5. Updating changes to the database schema.mp4
    07:54
  • 6. Creating a new Django admin user.mp4
    03:09
  • 7. Registering a new Django model to the admin site.mp4
    02:38
  • 8. Adding data to a model within the Django admin site.mp4
    08:26
  • 1. Introducing the list data structure.mp4
    07:08
  • 2. Ordering the elements of a list.mp4
    06:05
  • 3. Understanding and working with the list index.mp4
    02:48
  • 4. Adding elements to a list.mp4
    08:14
  • 5. Remove elements from a list.mp4
    06:25
  • 6. Working with nested lists.mp4
    11:09
  • 7. List slicing.mp4
    12:52
  • 8. Understanding the Django QuerySet.mp4
    12:51
  • 9. Returning all data from a database table.mp4
    11:07
  • 10. QuerySet Slicing.mp4
    05:01
  • 1. Introducing For Loops.mp4
    10:56
  • 2. Looping through a Django queryset.mp4
    04:40
  • 3. Outputting the Django QuerySet to a Template.mp4
    06:59
  • 1. Introducing Conditional Statements.mp4
    01:36
  • 2. Introducing the if conditional statement.mp4
    05:07
  • 3. Logical conditions.mp4
    03:41
  • 4. Else condition.mp4
    02:41
  • 5. Using elif.mp4
    03:34
  • 6. Combining conditions.mp4
    03:49
  • 7. Nested If statement.mp4
    05:48
  • 8. Building a Django form from a model.mp4
    10:20
  • 9. Render a Django Form on a Template.mp4
    06:36
  • 10. Saving to a database from a Django form.mp4
    18:34
  • 11. Displaying different messages for admin users.mp4
    07:29
  • 1. Introducing functions.mp4
    04:54
  • 2. Function anatomy.mp4
    10:11
  • 3. Calling a function.mp4
    08:24
  • 4. Return statement.mp4
    05:57
  • 5. Writing Django function-based views.mp4
    11:06
  • 1. Introducing Linters and Formatters.mp4
    16:33
  • 2. Black.mp4
    18:37
  • 3. Flake8.mp4
    27:15
  • 4. Microsoft Python Extension.mp4
    26:24
  • Description


    Learn Python with the Django Web Framework

    What You'll Learn?


    • Be able to create and start a new Django Project
    • Be able to implement Python code comments
    • Be able to create Python variables and apply them within a Django project
    • Know the common Python and Django model data types and how to build a Django data model
    • Be able to create and manipulate a Python list data structure
    • Know the underpinning skills working with a Django QuerySets to return data from a database table
    • Know how to create a Python loop and use it with a Django QuerySet to output data
    • Know how to create if conditional statements to make decisions in an application
    • Be able to use conditional statements in conjunction with a Django form and view
    • Know how to create and use functions

    Who is this for?


  • Beginners to Python and/or the Django Framework
  • Beginners to Python who are looking to quickly learn the underpinning knowledge to develop a Django projects
  • What You Need to Know?


  • No programming experience required
  • More details


    Description

    We believe that with only a small subset of Python knowledge you can start to develop web applications using the Django Framework. Many new developers starting to explore the Django Framework will typically not have any Python experience, this course aims to help you understand the basic Python knowledge needed to start developing Django applications. Even if you simply wanted to learn more about Python, applying Python in a web context using the Django Framework can be a fun way of learning Python.


    This course is primarily designed for anyone who would like to get started using the Django Framework to develop applications but does not have prior Python programming knowledge. In this course, you will learn the basics of the Python programming language and apply this new knowledge in the context of the Django Framework. By the end of this course, you will be familiar with the underpinning knowledge and skills needed to further your understanding of Python or the Django Framework. This course is designed for beginners of both Python and the Django Framework, no prior knowledge is needed.


    I hope you enjoy the course and fulfil your learning objective. Don’t forget to visit us on our YouTube Channel, Very Academy, where you can further interact with the community and explore other free supplementary content.

    Who this course is for:

    • Beginners to Python and/or the Django Framework
    • Beginners to Python who are looking to quickly learn the underpinning knowledge to develop a Django projects

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Very Academy
    Very Academy
    Instructor's Courses
    Very Academy is an online education provider that offers a vast and ever-growing catalogue of tutorials and courses. Very Academy's mission is to provide universally accessible, highest quality Computer Science and Technology education. By providing you with the most relevant, highest-quality learning experiences to support your learning, we hope to help foster students into global competent professionals in the field of Computer Science and Technology.We hope you enjoy our courses and hope to bring you much more in the future. Don't forget to check out the Very Academy YouTube channel for more helpful tutorials.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 74
    • duration 9:18:51
    • Release Date 2022/12/03