Companies Home Search Profile

Python Programming: Create an Digital Marketplace in Django

Focused View

Justin Mitchel

26:08:03

217 View
  • 001 Welcome to the Digital Marketplace.mp4
    01:52
  • 002 Walkthrough & Github.mp4
    08:41
  • 003 Project Requirements.mp4
    03:36
  • 004 Project Overview.mp4
    04:17
  • 001 Getting Started.mp4
    07:02
  • 002 Using Git Version Control.mp4
    05:31
  • 003 PostgreSQL & DM.mp4
    08:21
  • 004 First Migration & Superuser.mp4
    06:00
  • 005 Intro to the Django Admin.mp4
    04:57
  • 006 Intro to Apps.mp4
    06:16
  • 007 Models.mp4
    09:31
  • 008 Migration Basics Part 1.mp4
    07:47
  • 009 Migration Basics Part 2.mp4
    08:27
  • 010 Django Admin.mp4
    14:20
  • 011 CRUD.mp4
    04:33
  • 012 Views.mp4
    04:20
  • 013 Urls.mp4
    07:02
  • 014 Templates.mp4
    04:38
  • 015 Template Inheritance.mp4
    08:23
  • 016 Context in Views.mp4
    07:42
  • 017 Dynamic URL Patterns.mp4
    11:28
  • 018 Slug Fields.mp4
    08:18
  • 019 Signals.mp4
    12:28
  • 020 Forms.mp4
    16:43
  • 021 Form Validation.mp4
    04:24
  • 022 Form Widgets.mp4
    03:47
  • 023 Form Field Placeholder & CSS.mp4
    04:08
  • 024 ModelForm.mp4
    10:13
  • 025 Update View.mp4
    04:33
  • 026 Include Template Tag.mp4
    06:25
  • 027 Class Based Views - List View.mp4
    12:46
  • 028 DetailView with CBVs.mp4
    06:39
  • 029 Multiple Objects Error with Slugs.mp4
    04:18
  • 030 Mixins for CBVs.mp4
    04:29
  • 031 Create View & Update View.mp4
    10:45
  • 032 Unique Slugs.mp4
    13:42
  • 033 Relating Data with Foreign Keys.mp4
    07:15
  • 034 Editing & Creating Permissions.mp4
    06:05
  • 035 Login & Staff Required Mixin.mp4
    07:56
  • 036 Get Absolute URL.mp4
    09:22
  • 037 Url Patterns Include & Namespaces.mp4
    06:35
  • 038 Setup Staticfiles.mp4
    11:30
  • 039 Locally Serving Static & Media Files.mp4
    08:49
  • 040 FileField.mp4
    07:28
  • 041 Protected File Storage.mp4
    04:18
  • 042 File Download.mp4
    09:59
  • 043 Preview File Download.mp4
    05:03
  • 044 Product Download Permissions.mp4
    06:31
  • 045 Simple Serach.mp4
    07:07
  • 046 Template Improvements Tags & Filter.mp4
    13:45
  • 047 Image Field.mp4
    11:26
  • 048 Tabular Inlines.mp4
    03:58
  • 049 Auto Create Thumbnails.mp4
    22:09
  • 050 Thumbnails Generator Function.mp4
    10:25
  • 051 Tags App.mp4
    12:45
  • 052 Reverse Relationships.mp4
    12:58
  • 053 Custom Template Tags.mp4
    11:35
  • 054 Add Tag in Product Update.mp4
    11:20
  • 055 Clear ManyToMany Relation.mp4
    05:52
  • 056 Model Managers & QuerySets.mp4
    09:58
  • 057 Tag Analytics.mp4
    11:33
  • 058 TagView Manager.mp4
    04:05
  • 059 Suggestions via Analytics.mp4
    19:13
  • 060 User Interface.mp4
    13:43
  • 061 Url Template Tag.mp4
    06:17
  • 062 User Interface Part 2.mp4
    04:11
  • 063 Purchase Dialog with jQuery UI.mp4
    16:36
  • 064 Setting up AJAX.mp4
    19:48
  • 065 Django CSRF with Ajax.mp4
    08:33
  • 066 Refining the Ajax Test Request.mp4
    06:56
  • 067 Purchase Confirmation with Ajax.mp4
    12:50
  • 068 Ajax Required Decorator & Mixin.mp4
    06:55
  • 069 Ajax Purchase then Download.mp4
    06:35
  • 070 Seller App.mp4
    09:41
  • 071 New Seller Form.mp4
    06:16
  • 072 Apply for Account.mp4
    16:06
  • 073 Billing & Transactions.mp4
    16:10
  • 074 Products to SellerAccounts.mp4
    04:57
  • 075 Backup & Restore Data with Django.mp4
    08:44
  • 076 Seller Transactions & Products.mp4
    04:37
  • 077 Dashboard Transactions & Products List.mp4
    07:42
  • 078 Transaction ListView.mp4
    04:37
  • 079 Seller Account Mixin.mp4
    07:53
  • 080 Add and List Seller Products.mp4
    12:17
  • 081 Seller Edit Products.mp4
    06:04
  • 082 Todays Sales Notifications.mp4
    09:36
  • 083 Calculationg Sales with Django Aggregation.mp4
    14:41
  • 084 Star Ratings with CSS.mp4
    07:48
  • 085 Setup Rating Ajax.mp4
    05:30
  • 086 Ajax Rating View.mp4
    17:00
  • 087 Rating Display, Avg, Count.mp4
    06:25
  • 088 User Library.mp4
    08:41
  • 089 Product Updates.mp4
    09:00
  • 090 Vendor Pages.mp4
    12:55
  • 091 Curated Products.mp4
    06:52
  • 092 File Uploads & Thank You.mp4
    05:29
  • 001 New to Coding for Entrepreneurs Start Here.mp4
    01:14
  • 002 Start Market.mp4
    07:54
  • 003 Settings and Urls.mp4
    13:51
  • 004 Full Product App.mp4
    17:15
  • 005 Product Admin.mp4
    15:07
  • 006 Product Admin Part 2.mp4
    15:41
  • 007 Product Admin Part 3.mp4
    05:27
  • 008 Product Views.mp4
    12:31
  • 009 Product Views Part 2.mp4
    10:17
  • 010 Product Views Part 3.mp4
    12:48
  • 011 Product Views Part 4.mp4
    11:17
  • 012 Saving Data with Model Forms Part 1.mp4
    13:27
  • 013 Saving Data with Model Forms Part 2.mp4
    05:59
  • 014 Model Formset Factory.mp4
    12:10
  • 015 Save Formset.mp4
    06:50
  • 016 Clean up Formset.mp4
    16:08
  • 017 Product Digital Download Part 1.mp4
    10:32
  • 018 Product Digital Download Part 2.mp4
    18:33
  • 019 Product Digital Download Part 3.mp4
    10:58
  • 020 Check Product Ownership.mp4
    06:18
  • 021 Library.mp4
    09:15
  • 022 Create the Cart.mp4
    18:03
  • 023 Add to Cart.mp4
    16:40
  • 024 View Cart.mp4
    11:42
  • 025 Remove from Cart.mp4
    11:45
  • 026 Cart Total with Django Signals.mp4
    14:05
  • 027 Cart Total.mp4
    08:23
  • 028 Basic Search.mp4
    09:27
  • 029 Advanced Search with Q Lookup.mp4
    13:53
  • 030 Category List.mp4
    12:05
  • 031 Related Categories.mp4
    05:18
  • 032 Related Products.mp4
    08:38
  • 033 Improve Navigation.mp4
    09:54
  • 034 Implement Bootstrap.mp4
    19:31
  • 035 Implement Bootstrap Part 2.mp4
    18:01
  • 036 Implement Bootstrap Part 3.mp4
    19:49
  • 037 Bootstrap- Navbar & Glyphicon.mp4
    14:53
  • 038 Home.mp4
    09:28
  • 039 Featured Products.mp4
    10:09
  • 040 Featured Products Part 2.mp4
    10:57
  • 041 Dynamic Featured Homepage.mp4
    22:08
  • 001 Welcome to Daily Deals.mp4
    05:31
  • 002 Initial Syncdb.mp4
    03:57
  • 003 Static Files Settings & Serve Static.mp4
    15:43
  • 004 Add Bootstrap.mp4
    11:08
  • 005 First View.mp4
    09:48
  • 006 Django Registration.mp4
    07:11
  • 007 Setup Django to Send Email.mp4
    02:32
  • 008 Custom App + Using South + Admin.mp4
    16:09
  • 009 Add Stripe using Django Signals.mp4
    14:54
  • 010 Deals App.mp4
    17:11
  • 011 Model Admin & Model Form.mp4
    08:26
  • 012 Add Bootstrap To Django Admin & Forms.mp4
    05:26
  • 013 Contact App.mp4
    09:14
  • 014 Using Crispy Forms.mp4
    03:53
  • 015 Featured Deals.mp4
    13:49
  • 016 Understanding Django Urls.mp4
    09:53
  • 017 View Render & Context.mp4
    09:19
  • 018 Query Models with Slug.mp4
    08:39
  • 019 Get Absolute URL.mp4
    11:30
  • 020 Deal Archives.mp4
    07:04
  • 021 Pagination.mp4
    09:26
  • 022 Model Manager.mp4
    10:35
  • 023 Countdown Timer.mp4
    12:33
  • 024 Countdown Panel.mp4
    07:04
  • Description


    Build a User-Generated Digital Photography Marketplace step-by-step with Django 1.8, Python, & jQuery.

    What You'll Learn?


    • Build a place where buyers and sellers can engage in commerce
    • Build a daily deals site and understand the fundamentals of how they work.

    Who is this for?


  • Non-Technical Entrepreneurs, Artists, Graphic Designers
  • Anyone interested in learning programming
  • More details


    Description

    Last updated: December 16th, 2015

    Derek Sivers, founder of CDBaby, is a coding entrepreneur. He learned how to do it all from scratch and launched a multi-million dollar marketplace to help artists everywhere get their CDs sold.

    This was 1998. Before most current web technologies and great frameworks like Django.

    Sivers is an unusual coding entrepreneur because he never really considered himself a "programmer" or "entrepreneur" -- instead, Sivers saw there was something he wanted to do and figured out how to do it.

    The word "Entrepreneur" is thrown around so much and has even spawned the word "Wantrapreneur" for those who talk but never take action.

    It's time to throwaway the notion and labels. All we need is action.

    This course, is the pinnacle of the Coding for Entrepreneurs series. We've learned so much from the 85k+ strong CFE community, that has help shaped this class into a improved version of the original.

    Join us, while you learn to craft your own CDBaby for the modern day. Join us, to continue cultivating the mindset of "whatever needs to get done, I'll figure out to make it happen."

    Cheers.

    Justin

    Who this course is for:

    • Non-Technical Entrepreneurs, Artists, Graphic Designers
    • Anyone interested in learning programming

    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 161
    • duration 26:08:03
    • Release Date 2022/12/11

    Courses related to Django

    Courses related to Python