Companies Home Search Profile

Python Programming: Your First Django Web Application

Focused View

Justin Mitchel

4:33:15

121 View
  • 1 - Welcome.mp4
    03:45
  • 2 - Walkthrough of what well build.mp4
    05:24
  • 3 - Where to Get Help.mp4
    05:56
  • 4 - Requirements.mp4
    03:44
  • 5 - Setup VSCode Python Virtual Environment.mp4
    03:45
  • 6 - Your First Django Project.mp4
    05:40
  • 7 - Your First View.mp4
    04:36
  • 8 - Your First URL Path.mp4
    04:59
  • 9 - Render A Django Template.mp4
    07:36
  • 10 - Template Inheritance.mp4
    07:11
  • 11 - Template Context.mp4
    04:05
  • 12 - Bootstrap Include Tags.mp4
    06:33
  • 13 - Your First Django Form.mp4
    12:25
  • 14 - Validating Data with Django Forms.mp4
    09:51
  • 15 - Styling Django Forms.mp4
    13:33
  • 16 - Structuring our App Component.mp4
    07:09
  • 17 - Your First Django Model.mp4
    07:28
  • 18 - Django Migrations.mp4
    07:33
  • 19 - Managing Data with the Django Admin.mp4
    08:11
  • 20 - Saving to a Model in a View.mp4
    04:21
  • 21 - ModelBased Django Forms.mp4
    08:03
  • 22 - Making Changes to Models.mp4
    13:30
  • 23 - Your First Automated Django Test.mp4
    08:43
  • 24 - Testing with Backup Data.mp4
    07:22
  • 25 - Listing Database Data in a View.mp4
    05:48
  • 26 - Users Content.mp4
    13:15
  • 27 - Object Detail View.mp4
    11:24
  • 28 - Update Data with Forms.mp4
    13:35
  • 29 - Django Messages Bootstrap Alerts.mp4
    18:23
  • 30 - Bootstrap Columns Margin Padding.mp4
    22:01
  • 31 - Polish The Landing Page.mp4
    14:59
  • 32 - Thank you and next steps.mp4
    02:27
  • Description


    Learn how to leverage Python's leading Web Development Framework to connect with users everywhere.

    What You'll Learn?


    • Python version 3.10 (or 3.8+)
    • The fundamentals of Django
    • Collecting data from users
    • Rendering HTML templates and documents
    • Password-protected pages & user-type permissions
    • Modeling data in Django as it relates to a spreadsheet
    • Dynamically display content based on stored database data

    Who is this for?


  • Beginner Python developers looking to learn how to build web applications
  • Anyone interested in using Django
  • Anyone interested in collecting user data using open source software
  • Entrepreneurs looking to test their ideas with minimal amount of code
  • More details


    Description

    Building a web application has never been easier thanks to open source. In this course, we're going to go step-by-step building a Django web application. If you've never used Django before, this is the course for you.

    Django is one of the most popular web frameworks written in the Python programming language. Django and Python are both open source and free to use commercially. This means you don't have to pay a dime to create amazing software and impact people all around the world. Django powers many websites in the world including: Instagram, Pinterest, NASA, Baserow, this website, and so many others.

    The goal of this course to teach you the fundamentals of Django while also creating a very practical project. Building something real is important because it gives you the context of how, when, and where to use a lot of Django's great features.

    Django sits right in the middle of creating an app from scratch and using something like Wordpress. This means we have a lot of features we could implement along with a lot of features that just work by default. This makes Django incredibly flexible so that we can go far beyond what a blogging platform offers while being faster than starting from absolute 0.

    For our User Interface, we're going to learn the fundamentals of Bootstrap. Bootstrap makes our Django project look far more professional in very little time. Not only that, we'll also have a much better user experience by leveraging many of Bootstrap's built-in features.

    If we were building a house, Django would be the plumbing, the walls, and electricity while Bootstrap is the interior decorator.

    Here's a few things we'll cover:

    • Django version 4.1 (or even 2.2+)

    • Python version 3.10 (or 3.8+)

    • Bootstrap 5.2+

    • Collecting data from users

    • Rendering HTML templates and documents

    • Password-protected pages & user-type permissions

    • Modeling data in Django as it relates to a spreadsheet

    • Dynamically display content based on stored database data

    • Much more

    Who this course is for:

    • Beginner Python developers looking to learn how to build web applications
    • Anyone interested in using Django
    • Anyone interested in collecting user data using open source software
    • Entrepreneurs looking to test their ideas with minimal amount of code

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Justin Mitchel
    Justin Mitchel
    Instructor's Courses
    It all started with an idea. I wanted freedom... badly. Freedom from work, freedom from boredom, and, most of all, the freedom to choose. This simple idea grew to define me; it made me become an entrepreneur.              As I strived to gain freedom, overtime I realized that with everything that you do you can either (1) convince someone, somehow, to do it with you or (2) figure out how to do it yourself.                Due to a lack of financial resources (and probably the ability to convince people to do high quality work for free), I decided to learn. Then learn some more. Then some more. My path of learning website design started a long time ago. And yes, it was out of need not desire. I believed I needed a website for a company that I started. So I learned how to do it. The company died, my skills lived on... and got better and better.                It took me a while after learning web design (html/css) to actually start learning programming (web application, storing "data", user logins, etc). I tinkered with Wordpress, believing it could be a "user" site, but I was mistaken. Sure there are/were hacks for that, but they were hacks/work-arounds and simply not-what-wordpress-was-indended-to-be. Wordpress is for blogs/content. Plain and simple.                I wanted more. I had a web application idea that I thought would change the way restaurants hire their service staff. I tested it with my basic html/css skills, had great initial results, and found a technical (programmer) cofounder as a result. He was awesome. We were featured on CNN. Things looked great.                Until... cash-flow was a no-flow. Business? I think not. More like an avid hobby. We had the idea for a business just no business. Naturally, my partner had to find a means of income so I was left with the idea on its own.                Remember how I said everything we do has 2 choices. Well I tried the convincing. Now it was time to try the learning. I opted to learn and haven't looked back since. I tried almost every language out there: PHP, Ruby on Rails, SQL, Objective C, C++, Java, Javascript. I was lost.                Then, I tried Python. I was hooked. It was so easy. So simple. So elegant.                Then, I tried Django. Even more hooked. Made from python & made for web applications. It powers Instagram & Pinterest (two of the hottest web apps right now?).                Then, I tried Bootstrap. Simple and easy front-end design (html & css) that is super easy to use, mobile-ready, and overall... incredible.              Python, Django, and Bootstrap are truly changing the way the world builds web applications. I believe it's because of the simplicity to learn, the sheer power behind them, and, most of all, the plethora of resources to aid anyone in building their web projects (from packages to tutorials to q&a sites).              I relaunched my original venture with my new found skills. That wasn't enough. It didn't compel me as it once had. I started imagining all the possibilities of all the ideas I've always wanted to implement. Now I could. Which one to start with? There were so many good ideas...              Then another idea, a new & fresh idea, started brewing. I started to believe in the power of learning these skills. What would it mean if other non-technical entrepreneurs could learn? What would it mean if ideas were executed quickly, revenue models proven, all prior to approaching the highly sought-after programmers? What would it mean if entrepreneurs became coders?              And so. Coding for Entrepreneurs was born.                Here are some bio highlights:  Adjunct Professor of Entrepreneurship at the Lloyd Greif Center for Entrepreneurial Studies in the Marshall School of Business at the University of Southern CaliforniaBestselling instructor on UdemyFunded creator on KickstarterFounder of Coding For EntrepreneursCohost of Backer Radio
    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 32
    • duration 4:33:15
    • Release Date 2023/03/16