FileMood

Download Python for Entrepreneurs

Python for Entrepreneurs

Name

Python for Entrepreneurs

 DOWNLOAD Copy Link

Total Size

4.4 GB

Total Files

313

Hash

49BBCF66BB2EC1E778DCBB816BC239ACFE4D036E

/15 Deploying to the cloud/

4 - The initial configuration.mp4

67.5 MB

1 - Introduction to deployment.mp4

6.1 MB

10 - git-ting our source code.mp4

29.5 MB

11 - Application dependencies.mp4

30.0 MB

12 - Supervisor waitress.mp4

14.5 MB

13 - Setting up notifications.mp4

37.0 MB

14 - Updating resources.mp4

6.7 MB

2 - Hosting.mp4

15.6 MB

3 - Using Ansible.mp4

15.3 MB

5 - The deployment playbook.mp4

20.8 MB

6 - Domain names.mp4

9.6 MB

7 - Lets encrypt.mp4

43.5 MB

8 - Deployment map.mp4

14.7 MB

9 - Using nginx as our web server.mp4

29.5 MB

/1 Welcome to the course/

2 - Meet your instructors.mp4

8.7 MB

3 - What youre going to learn.mp4

10.8 MB

4 - Built for random-access.mp4

8.4 MB

5 - What we are going to build.mp4

4.9 MB

6 - Corporate backers and deals.mp4

9.6 MB

7 - Video player A quick feature tour.mp4

5.1 MB

1 - Welcome and thanks for coming.mp4

16.8 MB

/10 Accessing databases from Python SQLAlchemy ORM/

1 - Introduction to SQLAlchemy.mp4

8.9 MB

10 - Demo Creating the Unit of Work.mp4

9.9 MB

11 - Demo Reading data.mp4

29.1 MB

12 - Demo Web form for creating albums and tracks.mp4

10.7 MB

13 - Demo Creating albums and tracks.mp4

51.0 MB

14 - 11-demo-insert-data Coming soon.mp4

4.6 MB

15 - Concept Unit of Work Design Pattern.mp4

4.2 MB

16 - Concept Querying data.mp4

11.1 MB

17 - Concept Adding new data.mp4

2.7 MB

18 - Going deeper with SQLAlchemy.mp4

1.6 MB

2 - Popular deployments.mp4

5.2 MB

3 - Concept SQLAlchemy architecture.mp4

5.5 MB

4 - Demo Part 1 Creating the engine and base class.mp4

23.9 MB

5 - Demo Part 2 Modeling albums and tracks.mp4

14.5 MB

6 - Demo Part 3 Creating the tables.mp4

36.7 MB

7 - Demo Part 4 Relationships.mp4

23.7 MB

8 - Demo Part 5 Indexes and nullability.mp4

14.6 MB

9 - Concept Modeling classes with SQLAlchemy.mp4

14.5 MB

/11 Building your email list/

1 - Introduction to mailing lists.mp4

6.4 MB

2 - Choosing a mailing list provider.mp4

17.2 MB

3 - Creating your mailchimp account.mp4

14.7 MB

4 - Storing your API keys in your web app.mp4

18.7 MB

5 - Form to handle the sign up request.mp4

24.5 MB

6 - Using the MailChimp API.mp4

33.4 MB

7 - Concept The MailChimp API.mp4

8.8 MB

8 - Concept Sending mail.mp4

3.3 MB

/12 User accounts and identity/

1 - Accounts introduction.mp4

3.3 MB

10 - Demo Getting started with logging in.mp4

38.1 MB

11 - Demo Reading the authentication cookie.mp4

23.9 MB

12 - Demo Making the cookie tamper-proof.mp4

11.2 MB

13 - Demo Indicating the signed in status.mp4

10.2 MB

14 - Demo Logging out.mp4

21.3 MB

15 - Concepts logging in.mp4

7.6 MB

16 - Concept Logged in status.mp4

4.2 MB

2 - Demo Account class.mp4

25.6 MB

3 - Concept Account class.mp4

5.7 MB

4 - Demo Account table creation.mp4

5.1 MB

5 - Demo Account object creation.mp4

38.8 MB

6 - Demo Hashing passwords.mp4

57.2 MB

7 - Concept Hashing passwords.mp4

4.5 MB

8 - A peek inside Talk Python accounts.mp4

14.3 MB

9 - Introduction to login in and out.mp4

3.3 MB

/13 Sending and receiving email/

1 - Introduction to sending outbound email.mp4

8.3 MB

10 - Demo Setting up password resets.mp4

14.4 MB

11 - Demo The password reset table.mp4

13.6 MB

12 - Demo Creating resets.mp4

30.0 MB

13 - Demo Emailing the reset code.mp4

9.9 MB

14 - Demo Performing the reset.mp4

29.6 MB

15 - Demo Setting the password.mp4

34.6 MB

16 - Concept Password resets.mp4

5.1 MB

2 - Demo Setup for sending email.mp4

27.9 MB

3 - Demo Sending basic HTML email.mp4

33.5 MB

4 - Demo Sending the welcome message (basic).mp4

21.1 MB

5 - Concepts Sending basic email.mp4

8.7 MB

6 - Demo Sending rich templated email.mp4

65.6 MB

7 - Concepts Sending rich templated email.mp4

5.3 MB

8 - Inbound email on your own domain name.mp4

18.0 MB

9 - Introduction to password resets.mp4

13.7 MB

/14 SEO and Content Marketing/

1 - Search Engine Optimization (SEO) foundations.mp4

12.9 MB

2 - Content examples.mp4

57.4 MB

3 - Content titles and headers.mp4

10.9 MB

4 - Meta descriptions.mp4

13.5 MB

5 - Content length.mp4

30.7 MB

6 - URL structure.mp4

13.2 MB

7 - Site speed.mp4

30.8 MB

8 - HTTPS and Mobile Browser Support.mp4

9.7 MB

/16 Making money (credit cards and businesses)/

1 - Making money introduction.mp4

13.5 MB

10 - Business structures.mp4

15.1 MB

11 - US companies for people outside the US.mp4

3.1 MB

12 - Sales and pricing models.mp4

9.3 MB

13 - Purchase orders.mp4

10.4 MB

14 - The story of Stratechery.mp4

7.0 MB

2 - Accepting credit cards options.mp4

6.3 MB

3 - Stripe Checkout overview.mp4

18.7 MB

4 - Demo Checkout skeleton.mp4

17.9 MB

5 - Demo Adding checkout javascript.mp4

54.9 MB

6 - Concept Checkout JavaScript.mp4

5.9 MB

7 - Finalizing the purchase.mp4

51.6 MB

8 - Calling the Stripe API.mp4

49.5 MB

9 - Concepts Finalizing the purchase.mp4

5.1 MB

/17 Monitoring and logging in production/

1 - Introduction to logging and monitoring.mp4

9.4 MB

10 - Creating your Rollbar app.mp4

53.5 MB

11 - Setting up notifications in Rollbar.mp4

16.2 MB

12 - Concepts Monitoring with Rollbar.mp4

7.5 MB

2 - Introducing logbook better logging than builtins.mp4

23.2 MB

3 Creating the logging skeleton structure.mp4

26.2 MB

4 - Integrating logbook into our app.mp4

50.7 MB

5 - Logging dependency versions at startup.mp4

27.4 MB

6 - Logging made easy inside web action methods.mp4

30.4 MB

7 - Concepts logbook.mp4

9.5 MB

8 - Introduction to Rollbar Monitoring in production.mp4

4.6 MB

9 - A peek inside Michaels Rollbar account.mp4

24.1 MB

/18 Getting help (contracting, design, and more)/

1 - Introduction to getting help.mp4

9.5 MB

2 - Hiring contractors via Upwork.mp4

3.1 MB

3 - Inside Michaels projects at Upwork.mp4

10.8 MB

4 - Upwork Reviewing the applicants.mp4

16.4 MB

5 - Upwork A cautionary tale on hiring.mp4

5.3 MB

6 - Premium graphic design via 99designs.mp4

7.1 MB

7 - Python Bytes at 99designs.mp4

19.2 MB

8 - A little help for five dollars.mp4

7.2 MB

9 - Inside Michaels projects at fiverr.mp4

14.3 MB

/19 Growth hacking basics/

1 - Growth hacking marketing.mp4

9.7 MB

2 - Turkey carving.mp4

14.5 MB

3 - Email campaigns.mp4

9.4 MB

4 - Open source.mp4

10.3 MB

5 - Calls to action.mp4

13.8 MB

6 - Pricing pages.mp4

17.5 MB

/2 Course setup and tooling/

1 - What do you need to take this course.mp4

4.2 MB

2 - Course setup on OS X.mp4

11.5 MB

3 - Course setup on Windows.mp4

13.2 MB

4 - Course setup on Linux.mp4

11.5 MB

/20 Course Conclusion/

1 - Youve done it!.mp4

1.9 MB

10 - Lightning review Accounts.mp4

5.3 MB

11 - Lightning review Sending email.mp4

2.6 MB

12 - Lightning review SEO.mp4

7.6 MB

13 - Lightning review Deployment.mp4

2.8 MB

14 - Lightning review Credit cards.mp4

4.5 MB

15 - Lightning review Monitoring.mp4

6.9 MB

16 - Lightning review Getting help.mp4

2.6 MB

17 - Lightning review Growth hacking.mp4

8.7 MB

18 - Get and update the source code.mp4

3.4 MB

19 - The final Pyramid cookiecutter template.mp4

40.1 MB

2 - Showcase (of student creations).mp4

2.4 MB

20 - Thanks and bye.mp4

1.6 MB

3 - Lightning review pyramid-building-blocks.mp4

4.5 MB

4 - Lightning review git.mp4

2.8 MB

5 - Lightning review web-design-foundations.mp4

5.5 MB

6 - Lightning review applied-pyramid.mp4

4.2 MB

7 - Lightning review css-frameworks.mp4

6.0 MB

8 - Lightning review sqlalchemy.mp4

6.0 MB

9 - Lightning review mailing-list.mp4

3.1 MB

/21 Appendix Python language concepts/

1 - Concept The shape of a program.mp4

3.4 MB

10 - Concept Imports and importing modules.mp4

3.7 MB

11 - Concept Python package index.mp4

5.1 MB

12 - Concept pip.mp4

5.9 MB

13 - Concept Virtual environments.mp4

9.7 MB

14 - Concept Slicing.mp4

5.5 MB

15 - Concept Tuples.mp4

3.9 MB

16 - Concept Named tuples.mp4

4.1 MB

17 - Concept Classes.mp4

4.8 MB

18 - Concept objects vs classes.mp4

4.0 MB

19 - Concept Inheritance.mp4

4.3 MB

2 - Concept Variables.mp4

1.7 MB

20 - Concept Polymorphism.mp4

2.1 MB

21 - Concept Dictionaries.mp4

5.8 MB

22 - Concept Error handling.mp4

4.5 MB

23 - Concept lambdas.mp4

3.7 MB

24 - Concept list comprehensions.mp4

5.8 MB

25 - Concept Want more foundational Python.mp4

1.9 MB

3 - Concept Truthiness.mp4

3.7 MB

4 - Concept If else.mp4

2.7 MB

5 - Concept Complex conditionals.mp4

2.9 MB

6 - Concept for-in.mp4

3.2 MB

7 - Concept Calling functions.mp4

2.0 MB

8 - Concept Creating functions.mp4

3.3 MB

9 - Concept File IO.mp4

2.6 MB

/3 Python language refresher/

1 - Refresher Intro.mp4

3.7 MB

2 - Demo Memory game - Structuring the program.mp4

15.2 MB

3 - Demo Memory game - Implementing the game.mp4

36.3 MB

4 - Concept reviews are at the end.mp4

1.6 MB

/4 Build web apps with Pyramid Part 1/

1 - What can you build with Python.mp4

7.7 MB

10 - Template variations inconsistencies.mp4

10.9 MB

11 - Project Structure.mp4

9.4 MB

12 - Running Pyramid in PyCharm Community Edition.mp4

21.3 MB

13 - Introducing Pyramid Building Blocks.mp4

3.8 MB

14 - Building Block Views.mp4

6.0 MB

15 - Building Block Routes.mp4

7.3 MB

16 - Building Block config.mp4

3.3 MB

17 - Building Block Models.mp4

1.9 MB

18 - Building Block Templates.mp4

4.8 MB

19 - Managing outside dependencies.mp4

9.1 MB

2 - Spectrum of frameworks.mp4

4.0 MB

20 - Installing with bower.mp4

34.0 MB

21 - Concept Bower.mp4

4.2 MB

22 - Get the back story.mp4

1.3 MB

3 - Web Framework Performance.mp4

5.4 MB

4 - Pyramid principles.mp4

6.3 MB

5 - CLI Introduction.mp4

8.9 MB

6 - CLI Demo.mp4

31.8 MB

7 - CLI Concepts.mp4

12.4 MB

8 - PyCharm Demo.mp4

22.9 MB

9 - PyCharm Concepts.mp4

3.8 MB

/5 Source Control and Git/

1 - Source control concepts.mp4

2.7 MB

10 - SSH Key Management in Linux and macOS.mp4

8.5 MB

11 - SSH Key Management in Windows.mp4

10.0 MB

12 - Adding SSH keys in GitHub.mp4

4.1 MB

13 - Creating git repositories.mp4

6.4 MB

14 - Cloning repos in Git.mp4

6.0 MB

2 - What is Git.mp4

5.3 MB

3 - Installing Git.mp4

11.5 MB

4 - First time git configuration.mp4

6.7 MB

5 - Using the Git CLI.mp4

16.6 MB

6 - Git Repositories.mp4

8.8 MB

7 - Introducing GitHub.mp4

8.8 MB

8 - GitHub signup settings.mp4

13.5 MB

9 - Asymmetric key overview.mp4

6.0 MB

/6 Digging Further into Git/

1 - Working with Git.mp4

5.9 MB

10 - Modifying files on GitHub.mp4

9.4 MB

11 - Git pull.mp4

7.2 MB

12 - Desktop Apps for Git Sourcetree.mp4

12.8 MB

13 - Additional Git resources.mp4

7.4 MB

2 - Git status.mp4

4.9 MB

3 - Git Staging and Committing.mp4

17.7 MB

4 - Git add.mp4

6.1 MB

5 - Git commit.mp4

10.3 MB

6 - Git remote.mp4

9.3 MB

7 - Git push.mp4

7.9 MB

8 - The Git commit log.mp4

10.5 MB

9 - Collaboration on GitHub.mp4

10.9 MB

/7 Web design foundations/

1 - Design intro.mp4

12.5 MB

10 - CSS Selectors concepts.mp4

5.5 MB

11 - CSS Box model demo.mp4

17.7 MB

12 - CSS Box model-concepts.mp4

5.8 MB

13 - CSS Layout demo intro.mp4

2.5 MB

14 - CSS Layout Demo.mp4

24.2 MB

15 - CSS Floating demo.mp4

19.6 MB

16 - CSS Floating Concepts.mp4

3.9 MB

17 - Browser Dev Tools.mp4

42.1 MB

18 - CSS Whats Not Covered.mp4

5.9 MB

2 - The power of css.mp4

26.8 MB

3 - CSS Further Reading.mp4

1.3 MB

4 - Style-sheet overview.mp4

13.8 MB

5 - Cache busting Introduction.mp4

6.8 MB

6 - Cache busting The demo.mp4

19.7 MB

7 - Cache busting the solution.mp4

37.0 MB

8 - Concept Cache busting.mp4

5.2 MB

9 - CSS Selectors demo.mp4

24.7 MB

/8 Build web apps with Pyramid Applied web development/

1 - Intro to applied web development.mp4

9.9 MB

10 - Concept Base controllers.mp4

2.8 MB

11 - Plugging leaky actions demo.mp4

16.3 MB

12 - Concept Plugging leaky actions.mp4

4.1 MB

13 - A peek inside Talk Python.mp4

30.7 MB

14 - Introduction to Chameleon templates.mp4

2.3 MB

15 - ConceptTemplate introduction.mp4

15.7 MB

16 - Data flow from controller to template demo.mp4

19.9 MB

17 - Styling the list views of data.mp4

18.4 MB

18 - Navigation based on logged in status and demo wrap up.mp4

14.9 MB

19 - Concept Shared layout (motivation).mp4

5.5 MB

2 - Demo Remember the site we built Its back!.mp4

9.8 MB

20 - Shared layout demo.mp4

43.2 MB

21 - Concept Shared layout.mp4

8.0 MB

22 - Concept Project structure with layout.mp4

1.4 MB

23 - Concept Anatomy of an HTML form.mp4

4.4 MB

24 - Concept GET-POST-Redirect pattern.mp4

5.8 MB

25 - Register on the site (handle GET section) demo.mp4

20.5 MB

26 - Register on the site (handle post section) demo.mp4

12.4 MB

27 - Register on the site (data from post section) demo.mp4

10.1 MB

28 - Register on the site (redirect or error section) demo.mp4

17.1 MB

29 - Register on the site (handle errors section) demo.mp4

17.6 MB

3 - Introducing Pyramid handlers Classes as controllers.mp4

5.6 MB

30 - View models demo (intro section).mp4

18.7 MB

31 - View models demo (reading data section).mp4

31.8 MB

32 - Concept View models.mp4

7.1 MB

33 - Concept Server-side validation with view models.mp4

2.8 MB

34 - Client-side validation demo.mp4

13.0 MB

35 - Concept Client-side validation.mp4

2.3 MB

4 - Installing Pyramid Handlers.mp4

9.3 MB

5 - Concept Controller classes via Handlers.mp4

6.8 MB

6 - Getting started with handlers demo.mp4

17.5 MB

7 - Mapping routes to controller actions demo.mp4

30.4 MB

8 - Concept Mapping routes to controller actions.mp4

3.8 MB

9 - Leveraging a base controller demo.mp4

15.3 MB

/9 Web design CSS Frontend frameworks and Bootstrap/

1 - Front-end frameworks introduction.mp4

5.3 MB

10 - navbars demo.mp4

36.9 MB

11 - Dark navbars and overriding bootstrap.mp4

11.2 MB

12 - Concept navbars.mp4

2.1 MB

13 - Introduction to Bootstrap forms.mp4

4.9 MB

14 - Demo Bootstrap forms in action.mp4

17.9 MB

15 - Concept Bootstrap forms.mp4

3.0 MB

16 - Introduction to Dialogs in Bootstrap.mp4

5.0 MB

17 - Dialogs in Bootstrap Demo.mp4

15.7 MB

18 - Concept Dialogs in Bootstrap.mp4

3.5 MB

19 - Introduction to Bootstrap Themes.mp4

4.0 MB

2 - Front-end framework Survey.mp4

7.7 MB

20 - Survey of Bootstrap Themes.mp4

51.4 MB

21 - From theme to BlueYellow.mp4

15.8 MB

22 - Mix in the theme.mp4

63.5 MB

23 - Make the theme fit your layout.mp4

47.8 MB

24 - Adding our copy and content.mp4

29.8 MB

25 - Newsletter section.mp4

14.3 MB

26 - Upcoming events section.mp4

18.0 MB

27 - Band members section.mp4

20.2 MB

28 - A proper footer.mp4

25.3 MB

29 - Incorporating a theme wrap up.mp4

20.8 MB

3 - Introduction to bootstrap.mp4

49.5 MB

30 - Alternating rows via an HTML helper in the view.mp4

37.5 MB

4 - Installing bootstrap (recap).mp4

8.1 MB

5 - Grid layout benefits.mp4

7.6 MB

6 - Grid layout demo.mp4

24.3 MB

7 - Buttons in Bootstrap.mp4

18.1 MB

8 - Images in Bootstrap.mp4

27.0 MB

9 - Introduction to navbars.mp4

2.0 MB

 

Total files 313


Copyright © 2024 FileMood.com