Home| All soft| Last soft| Your Orders| Customers opinion| Helpdesk| Cart

Program Search:


Shopping Cart:




*Note: Minimum order price: €20
We Recommend:

Udemy Core A Web App Reference Guide for Django Python and More €25 buy download

2014
Udemy
Justin Mitchel
25:08:12
English

A comprehensive guide to launching and building your own web project using Django & Python. Made for Non-Technicals.
This course is designed as a compliment to all Coding For Entrepreneurs Projects and will help you better understand Django, Bootstrap, Python, jQuery, and more.
We have worked with over 100,000 students worldwide and it allows us to continually improve our content and our ability to help entrepreneurs build better projects.
You can be anything you want to be. This has always been true but even more so now thanks to incredible people working hard around the world to both learn and teach. We strive to help you become a better entrepreneur by helping you better understand the fundamentals of the technology that is changing all of our lives for the better.
Anything that can be automated, will be. Who is going to be doing the automating? Who will be designing the systems? Who will be rebuilding the systems? Who will be managing the systems?
It's an incredible time to be an entrepreneur. Join us, we'd like to work with you to improve our skills together.

Udemy - Core A Web App Reference Guide for Django, Python, and More (2014)
├── 01 Welcome to CORE
│ ├── 001 Welcome to Coding for Entrepreneurs.mp4
│ ├── 002 Why Even Learn.mp4
│ ├── 003 What we will learn.mp4
│ ├── 004 Whos this For Not Just Entrepreneurs....mp4
│ ├── 005 How this class works..mp4
│ ├── 006 What else is out there Wordpress, Ruby on Rails, Joomla, and Shopify...mp4
│ └── 007 Getting Help.mp4
├── 02 Setup your Computer
│ ├── 001 Install the Tools you Need.mp4
│ ├── 001 System Setup Links.pdf
│ └── 002 Notes on Text Editors.mp4
├── 03 Web Basics
│ ├── 001 Domain Names buying them, Website Hosting, and Understanding Paths..mp4
│ ├── 002 Local vs Live Development vs Production.mp4
│ └── 003 Front End vs Backend.mp4
├── 04 Introduction to Python
│ ├── 001 Start Here.mp4
│ ├── 002 Your Python Introduction.mp4
│ ├── 003 Numbers.mp4
│ ├── 004 Numbers Part 2.mp4
│ ├── 005 Strings.mp4
│ ├── 006 Storing Data Lists.mp4
│ ├── 007 Storing Data Dictionary.mp4
│ ├── 008 Loops For While.mp4
│ ├── 009 Python Built-in Library of Functions.mp4
│ └── 010 Third Party Packages Next Steps.mp4
├── 05 Introduction to HTMLCSS
│ ├── 001 Start Here.mp4
│ ├── 002 Build an HTML Website.mp4
│ ├── 003 Add Images.mp4
│ ├── 004 Add Pages to your HTML Website..mp4
│ ├── 005 Add CSS.mp4
│ └── 006 Whats Next.mp4
├── 06 Try Django Build an MVP Landing Page
│ ├── 001 Try Django -- An Introduction to Coding for Entrepreneurs.mp4
│ └── 002 Now What.mp4
├── 07 Introduction to Django 1.7 beta
│ ├── 001 Welcome to Try Django 1.7.mp4
│ ├── 002 Apps Migrations new in Django 1.7.mp4
│ ├── 003 Django Admin.mp4
│ ├── 004 Views Urls.mp4
│ ├── 005 Setting Up Static Files.mp4
│ ├── 006 Templates Using Static Files.mp4
│ ├── 007 Add Bootstrap v. 3.1.1.mp4
│ ├── 008 Customize Bootstrap.mp4
│ ├── 009 Update Templates with Blocks and Urls.mp4
│ ├── 010 Add A Form.mp4
│ ├── 011 Setup to Send Email.mp4
│ ├── 012 Django Context.mp4
│ ├── 013 Django Crispy Tags More Bootstrap.mp4
│ ├── 014 Login, Logout, Authentication with Django AllAuth.mp4
│ ├── 015 Customize Django All Auth Templates.mp4
│ ├── 016 Login Required Template Updates.mp4
│ ├── 017 Start Checkout Process with Stripe.mp4
│ ├── 018 Checkout with Stripe Part 2.mp4
│ ├── 019 Django Signals.mp4
│ ├── 020 Stripe Customer Charges Cards All Together.mp4
│ └── 021 Beta Wrap Up.mp4
├── 08 Bootstrap Basics
│ ├── 001 Welcome.mp4
│ ├── 002 Button Label Alert Colors.mp4
│ ├── 003 Navbar.mp4
│ ├── 004 CSS Sprites to use an Image as your Logo.mp4
│ ├── 005 Grid System.mp4
│ ├── 006 Add Bootstrap To Django Admin with Django Admin Bootstrapped.mp4
│ └── 007 Bootstrap Basics.mp4
├── 09 Introduction to jQuery
│ ├── 001 Introduction.mp4
│ ├── 002 General Setup.mp4
│ ├── 003 Load Custom Javascript File.mp4
│ ├── 004 Selector Basics.mp4
│ ├── 005 Prevent Default actions.mp4
│ └── 006 Fading objects.mp4
├── 10 Django Project
│ ├── 001 How to Start a New Project.mp4
│ ├── 002 Virtual Environments Usage, Benefits, Requirements.txt.mp4
│ └── 003 Layout Structure.mp4
├── 11 Django Views Function Based Views
│ ├── 001 Function Based Views.mp4
│ ├── 002 Render Render_to_Response.mp4
│ ├── 003 Context.mp4
│ └── 004 Forms in Views using ModelForm.mp4
├── 12 Django Template System HTML Structure for Data
│ ├── 001 Template Storage.mp4
│ ├── 002 Context in Templates.mp4
│ ├── 003 Template Inheritance Extends Tag extends .mp4
│ ├── 004 Blocks block head .mp4
│ ├── 005 The Include tag include .mp4
│ ├── 006 Cycle Tag.mp4
│ ├── 007 Built-in Filters.mp4
│ ├── 008 Custom Template Tags load my_custom_tag .mp4
│ └── 009 Render Raw HTML as Template within a View.mp4
├── 13 Django Models Storing Retreiving Data
│ ├── 001 Models.py.mp4
│ ├── 002 Register Model In Django Admin.mp4
│ ├── 003 Model Form.mp4
│ ├── 004 Models Querysets using the Python Shell.mp4
│ ├── 005 Model Managers.mp4
│ ├── 006 Custom Queryset Methods.mp4
│ ├── 007 Django 1.6 Making Changes to Models and early versions of django.mp4
│ └── 008 Custom Model Instance Methods.mp4
├── 14 Basic Registration, Login Logout aka Authentication
│ ├── 001 Setup.mp4
│ ├── 002 Custom Form Validation.mp4
│ ├── 003 Check if User Exists in Validation.mp4
│ ├── 004 Finish Registration Form.mp4
│ ├── 005 Login View.mp4
│ ├── 006 Authentication vs Authorization.mp4
│ └── 007 Logout View.mp4
├── 15 Django Views Class Based Views Updated and Expanded
│ ├── 001 Requirements.mp4
│ ├── 002 Intro TemplateView.mp4
│ ├── 003 Customize TemplateView.mp4
│ ├── 004 Base View and Mixins.mp4
│ ├── 005 Login Required Decorator Custom Mixin.mp4
│ ├── 006 Detail View.mp4
│ ├── 007 List View.mp4
│ ├── 008 Create View.mp4
│ ├── 009 Update View.mp4
│ ├── 010 Handling Exceptions with Objects.mp4
│ ├── 011 Delete View.mp4
│ ├── 012 Django Messages in CBVs.mp4
│ ├── 013 Using a FormMixin in a CBV.mp4
│ └── 014 Next Steps with CBVs.mp4
├── 16 Advanced Authentication Django Packages
│ ├── 001 Django Registration no longer supported.mp4
│ ├── 002 Introduction to Django AllAuth and Python Social Auth.mp4
│ ├── 003 Django AllAuth -- Installation.mp4
│ ├── 004 Django AllAuth -- Facebook.mp4
│ ├── 005 Django AllAuth -- Twitter.mp4
│ ├── 006 Django AllAuth--Instagram.mp4
│ ├── 007 Django AllAuth -- Edit Default Templates.mp4
│ ├── 008 Django AllAuth Completed.mp4
│ ├── 009 Python Social Auth Install.mp4
│ ├── 010 Python Social Auth Facebook, Twitter, And Instagram Integration.mp4
│ ├── 011 Login Connect additional Social Accounts.mp4
│ └── 012 Python Social Auth Pipelines.mp4
├── 17 Your Own API
│ ├── 001 Custom API with Tastypie Introduction.mp4
│ ├── 002 Add Authentication with Basic Credentials.mp4
│ ├── 003 Customize Data Returned.mp4
│ ├── 004 Using API Keys for Access.mp4
│ ├── 005 Authorization to Create Update Model Data.mp4
│ ├── 006 Patch Delete.mp4
│ └── 007 Use Python Requests for POST, PUT, PATCH, DELETE, GET Methods.mp4
├── 18 External APIs -- Learn the basics of working with external services
│ ├── 001 Introduction.mp4
│ ├── 002 Stripe.com API using Python Requests.mp4
│ └── 005 Twitter.com -- Lets cover the basics.mp4
├── 19 Mass Emailing -- Email Newsletters More
│ ├── 001 MailChimp.com Add Emails.mp4
│ ├── 002 Mailchimp Subscribe a User using Signals.mp4
│ ├── 003 Mailchimp Handling Unsubscribes.mp4
│ ├── 004 MailChimp Post Save Signal to Update Subscription.mp4
│ ├── 005 Mailchimp Toggle Subscription.mp4
│ └── 006 MadMimi.com Create an API Wrapper with Python Requests.mp4
├── 20 Automate Social Customer Research using Emails
│ ├── 001 FullContact.com -- Using APIs.mp4
│ └── 002 Extending Full Contact into Django.mp4
├── 21 Version Control Basics with GIT
│ ├── 001 Setup GIT with Heroku Toolbelt all Operating Systems.mp4
│ ├── 002 Intro to Git Basics.mp4
│ ├── 003 SSH Keys Create Add to Bitbucket GitHub.mp4
│ ├── 004 Bitbucket.mp4
│ └── 005 GitHub.mp4
├── 22 Deploying aka Going Live
│ ├── 001 Amazon AWS S3 Django-Storages For Static Media Files.mp4
│ ├── 002 Heroku Introduction Toolbelt.mp4
│ ├── 003 Heroku Launch your Django Application.mp4
│ ├── 004 Heroku Static Files on Heroku Server.mp4
│ └── 005 Heroku Production vs Local Setup.mp4
└── 23 Thank you
└── 001 Whats next.mp4

https://www.udemy.com/coding-for-entrepreneurs-core/



Download File Size:4.35 GB


Udemy Core A Web App Reference Guide for Django Python and More
€25
Customers who bought this program also bought:

Home| All Programs| Today added Progs| Your Orders| Helpdesk| Shopping cart      





Adobe Acrobat Pro DC 2022 €70


Mathworks MATLAB R2022 €105


Adobe Acrobat Pro DC 2022 for Mac €70






Intuit QuickBooks Enterprise Solutions 2021 €40


Mindjet MindManager 2022 €22


Chief Architect Premier X13 €50






Orchestral Tools TIME micro KONTAKT €40


Steinberg HALion 6.4.0.101 STANDALONE €40


Native Instruments Komplete 12 Ultimate Collectors Edition €50