最新公告
  • 欢迎您光临IT100,各种优质it资源共享下载,精品资源,持续更新
  • 文章介绍
  • 【资源目录】:

    ├──01 – Welcome to this Course!

    | ├──001 Welcome to the course!.mp4 64.28M

    | ├──001 Welcome to the course!.srt 4.61kb

    | ├──001 Welcome to the course!_en.srt 5.46kb

    | ├──002 Curriculum overview.mp4 13.30M

    | ├──002 Curriculum overview.srt 2.40kb

    | ├──002 Curriculum overview_en.srt 2.71kb

    | ├──003 Access the code and e-book here!.html 0.71kb

    | ├──004 How to install Python on your computer.html 1.74kb

    | └──005 How to install your IDE.html 1.80kb

    ├──02 – A Full Python Refresher

    | ├──001 Introduction to this section.mp4 5.22M

    | ├──001 Introduction to this section.srt 1.64kb

    | ├──001 Introduction to this section_en.srt 1.96kb

    | ├──002 Access the code for this section here.html 0.75kb

    | ├──003 How-to-set-up-VSCode-with-Python.url 0.11kb

    | ├──003 Variables in Python.mp4 18.03M

    | ├──003 Variables in Python.srt 11.91kb

    | ├──003 Variables in Python_en.srt 14.41kb

    | ├──005 String formatting in Python.mp4 16.63M

    | ├──005 String formatting in Python.srt 8.69kb

    | ├──005 String formatting in Python_en.srt 10.72kb

    | ├──006 Formatting-numbers-for-printing-in-Python.url 0.09kb

    | ├──006 Getting user input.mp4 13.72M

    | ├──006 Getting user input.srt 8.01kb

    | ├──006 Getting user input_en.srt 9.58kb

    | ├──008 Writing our first Python app.mp4 9.31M

    | ├──008 Writing our first Python app.srt 4.41kb

    | ├──008 Writing our first Python app_en.srt 5.81kb

    | ├──009 Lists, tuples and sets.mp4 17.30M

    | ├──009 Lists, tuples and sets.srt 8.95kb

    | ├──009 Lists, tuples and sets_en.srt 10.56kb

    | ├──010 Advanced set operations.mp4 12.54M

    | ├──010 Advanced set operations.srt 6.07kb

    | ├──010 Advanced set operations_en.srt 7.23kb

    | ├──010 Python-Set-Operators.url 0.07kb

    | ├──011 Booleans in Python.mp4 13.93M

    | ├──011 Booleans in Python.srt 6.95kb

    | ├──011 Booleans in Python_en.srt 9.19kb

    | ├──012 If statements.mp4 34.85M

    | ├──012 If statements.srt 12.09kb

    | ├──012 If statements_en.srt 14.73kb

    | ├──013 The in keyword in Python.mp4 6.34M

    | ├──013 The in keyword in Python.srt 2.70kb

    | ├──013 The in keyword in Python_en.srt 3.29kb

    | ├──014 If statements with the in keyword.mp4 28.12M

    | ├──014 If statements with the in keyword.srt 10.96kb

    | ├──014 If statements with the in keyword_en.srt 13.42kb

    | ├──016 Loops in Python.mp4 31.78M

    | ├──016 Loops in Python.srt 16.93kb

    | ├──016 Loops in Python_en.srt 20.47kb

    | ├──017 List comprehensions in Python.mp4 20.48M

    | ├──017 List comprehensions in Python.srt 9.95kb

    | ├──017 List comprehensions in Python_en.srt 12.22kb

    | ├──018 Dictionaries.mp4 22.65M

    | ├──018 Dictionaries.srt 11.50kb

    | ├──018 Dictionaries_en.srt 14.21kb

    | ├──019 Destructuring variables.mp4 22.92M

    | ├──019 Destructuring variables.srt 11.53kb

    | ├──019 Destructuring variables_en.srt 13.89kb

    | ├──019 Destructuring-in-Python-Teclado-Blog.url 0.08kb

    | ├──020 Functions in Python.mp4 30.80M

    | ├──020 Functions in Python.srt 15.76kb

    | ├──020 Functions in Python_en.srt 18.51kb

    | ├──021 Function arguments and parameters.mp4 23.29M

    | ├──021 Function arguments and parameters.srt 10.96kb

    | ├──021 Function arguments and parameters_en.srt 13.30kb

    | ├──023 Default parameter values.mp4 11.47M

    | ├──023 Default parameter values.srt 5.29kb

    | ├──023 Default parameter values_en.srt 7.05kb

    | ├──024 Functions returning values.mp4 28.77M

    | ├──024 Functions returning values.srt 10.60kb

    | ├──024 Functions returning values_en.srt 13.10kb

    | ├──025 Lambda functions in Python.mp4 21.37M

    | ├──025 Lambda functions in Python.srt 10.70kb

    | ├──025 Lambda functions in Python_en.srt 13.87kb

    | ├──026 Dictionary comprehensions.mp4 13.58M

    | ├──026 Dictionary comprehensions.srt 5.16kb

    | ├──026 Dictionary comprehensions_en.srt 6.67kb

    | ├──027 Unpacking arguments.mp4 35.34M

    | ├──027 Unpacking arguments.srt 13.37kb

    | ├──027 Unpacking arguments_en.srt 16.75kb

    | ├──028 Unpacking keyword arguments.mp4 29.25M

    | ├──028 Unpacking keyword arguments.srt 12.14kb

    | ├──028 Unpacking keyword arguments_en.srt 14.83kb

    | ├──029 Object-Oriented Programming in Python.mp4 70.85M

    | ├──029 Object-Oriented Programming in Python.srt 20.05kb

    | ├──029 Object-Oriented Programming in Python_en.srt 25.64kb

    | ├──030 Magic methods __str__ and __repr__.mp4 24.21M

    | ├──030 Magic methods __str__ and __repr__.srt 9.02kb

    | ├──030 Magic methods __str__ and __repr___en.srt 10.94kb

    | ├──031 @classmethod and @staticmethod.mp4 55.71M

    | ├──031 @classmethod and @staticmethod.srt 21.08kb

    | ├──031 @classmethod and @staticmethod_en.srt 25.21kb

    | ├──032 Class inheritance.mp4 34.15M

    | ├──032 Class inheritance.srt 12.01kb

    | ├──032 Class inheritance_en.srt 14.22kb

    | ├──033 Class composition.mp4 23.67M

    | ├──033 Class composition.srt 8.10kb

    | ├──033 Class composition_en.srt 9.91kb

    | ├──034 Type hinting in Python 3.5+.mp4 18.88M

    | ├──034 Type hinting in Python 3.5+.srt 7.98kb

    | ├──034 Type hinting in Python 3.5+_en.srt 9.15kb

    | ├──035 Imports in Python.mp4 86.94M

    | ├──035 Imports in Python.srt 14.06kb

    | ├──035 Imports in Python_en.srt 16.09kb

    | ├──036 Relative imports in Python.mp4 35.57M

    | ├──036 Relative imports in Python.srt 12.05kb

    | ├──036 Relative imports in Python_en.srt 14.74kb

    | ├──037 Errors in Python.mp4 64.86M

    | ├──037 Errors in Python.srt 18.19kb

    | ├──037 Errors in Python_en.srt 22.13kb

    | ├──038 Custom error classes.mp4 22.55M

    | ├──038 Custom error classes.srt 7.36kb

    | ├──038 Custom error classes_en.srt 8.83kb

    | ├──039 First-class functions.mp4 30.40M

    | ├──039 First-class functions.srt 11.31kb

    | ├──039 First-class functions_en.srt 13.53kb

    | ├──040 Simple decorators in Python.mp4 28.79M

    | ├──040 Simple decorators in Python.srt 9.83kb

    | ├──040 Simple decorators in Python_en.srt 11.89kb

    | ├──041 The ’at’ syntax for decorators.mp4 19.01M

    | ├──041 The ’at’ syntax for decorators.srt 5.24kb

    | ├──041 The ’at’ syntax for decorators_en.srt 6.27kb

    | ├──042 Decorating functions with parameters.mp4 7.66M

    | ├──042 Decorating functions with parameters.srt 3.48kb

    | ├──042 Decorating functions with parameters_en.srt 4.28kb

    | ├──043 Decorators with parameters.mp4 16.77M

    | ├──043 Decorators with parameters.srt 6.82kb

    | ├──043 Decorators with parameters_en.srt 8.41kb

    | ├──044 Mutability in Python.mp4 13.14M

    | ├──044 Mutability in Python.srt 8.24kb

    | ├──044 Mutability in Python_en.srt 9.84kb

    | ├──045 Mutable default parameters (and why they’re a bad idea).mp4 12.10M

    | ├──045 Mutable default parameters (and why they’re a bad idea).srt 6.36kb

    | ├──045 Mutable default parameters (and why they’re a bad idea)_en.srt 7.37kb

    | └──external-links.txt 0.42kb

    ├──03 – Website Basics

    | ├──001 How do websites and the internet work.mp4 24.84M

    | ├──001 How do websites and the internet work.srt 6.81kb

    | ├──001 How do websites and the internet work_en.srt 8.37kb

    | ├──002 Front end vs. Back end development.mp4 10.43M

    | ├──002 Front end vs. Back end development.srt 3.11kb

    | ├──002 Front end vs. Back end development_en.srt 3.57kb

    | ├──003 Key web technologies HTML, CSS, and JavaScript.mp4 16.06M

    | ├──003 Key web technologies HTML, CSS, and JavaScript.srt 3.73kb

    | ├──003 Key web technologies HTML, CSS, and JavaScript_en.srt 4.77kb

    | ├──004 The Browser Inspector using the developer tools.mp4 32.63M

    | ├──004 The Browser Inspector using the developer tools.srt 10.07kb

    | └──004 The Browser Inspector using the developer tools_en.srt 11.79kb

    ├──04 – Page structure with HTML

    | ├──001 Elements the basic components of HTML.mp4 16.91M

    | ├──001 Elements the basic components of HTML.srt 4.85kb

    | ├──001 Elements the basic components of HTML_en.srt 5.90kb

    | ├──003 Reminder where to find code and notes.html 1.33kb

    | ├──004 A full example HTML and CSS.mp4 57.52M

    | ├──004 A full example HTML and CSS.srt 17.29kb

    | ├──004 A full example HTML and CSS_en.srt 21.25kb

    | ├──005 Some of the most common HTML elements.mp4 28.95M

    | ├──005 Some of the most common HTML elements.srt 8.04kb

    | ├──005 Some of the most common HTML elements_en.srt 10.40kb

    | ├──007 What are HTML content categories.mp4 17.44M

    | ├──007 What are HTML content categories.srt 7.32kb

    | ├──007 What are HTML content categories_en.srt 10.13kb

    | ├──009 Nesting elements in HTML.mp4 23.08M

    | ├──009 Nesting elements in HTML.srt 9.14kb

    | ├──009 Nesting elements in HTML_en.srt 11.18kb

    | ├──010 learning-html-starter.zip 156.42kb

    | ├──010 Starting our first HTML project.mp4 10.21M

    | ├──010 Starting our first HTML project.srt 5.92kb

    | ├──010 Starting our first HTML project_en.srt 7.25kb

    | ├──011 Which HTML elements can’t be nested.mp4 11.35M

    | ├──011 Which HTML elements can’t be nested.srt 3.25kb

    | ├──011 Which HTML elements can’t be nested_en.srt 4.17kb

    | ├──012 An overview of HTML container elements.mp4 51.05M

    | ├──012 An overview of HTML container elements.srt 9.30kb

    | ├──012 An overview of HTML container elements_en.srt 11.85kb

    | ├──013 A detailed look at HTML attributes.mp4 19.64M

    | ├──013 A detailed look at HTML attributes.srt 9.35kb

    | ├──013 A detailed look at HTML attributes_en.srt 11.26kb

    | ├──015 Adding images to our project.mp4 21.66M

    | ├──015 Adding images to our project.srt 7.07kb

    | ├──015 Adding images to our project_en.srt 9.17kb

    | ├──016 What is semantic HTML.mp4 14.82M

    | ├──016 What is semantic HTML.srt 7.70kb

    | ├──016 What is semantic HTML_en.srt 9.61kb

    | ├──017 Document-level annotations in HTML.mp4 13.16M

    | ├──017 Document-level annotations in HTML.srt 8.30kb

    | ├──017 Document-level annotations in HTML_en.srt 11.07kb

    | ├──019 Completing our HTML project with document-level annotations.mp4 18.87M

    | ├──019 Completing our HTML project with document-level annotations.srt 4.54kb

    | ├──019 Completing our HTML project with document-level annotations_en.srt 5.63kb

    | ├──019 learning-html-no-css.zip 156.87kb

    | ├──020 The best HTML resource MDN.mp4 13.56M

    | ├──020 The best HTML resource MDN.srt 2.95kb

    | └──020 The best HTML resource MDN_en.srt 3.92kb

    ├──05 – Page style with CSS

    | ├──001 How to link a CSS file.mp4 17.36M

    | ├──001 How to link a CSS file.srt 7.48kb

    | ├──001 How to link a CSS file_en.srt 9.37kb

    | ├──003 Basic CSS selectors targeting specific elements.mp4 21.28M

    | ├──003 Basic CSS selectors targeting specific elements.srt 13.41kb

    | ├──003 Basic CSS selectors targeting specific elements_en.srt 16.90kb

    | ├──004 Converting-between-hexadecimal-and-decimal.url 0.08kb

    | ├──004 How colours work RGB, Hexadecimal, and HSL.mp4 27.34M

    | ├──004 How colours work RGB, Hexadecimal, and HSL.srt 8.12kb

    | ├──004 How colours work RGB, Hexadecimal, and HSL_en.srt 9.38kb

    | ├──004 How-hexadecimal-works.url 0.07kb

    | ├──004 The-Color-Keywords-in-CSS.url 0.10kb

    | ├──004 Using-Hexadecimal-for-colors.url 0.08kb

    | ├──006 Colours in CSS text and background.mp4 14.51M

    | ├──006 Colours in CSS text and background.srt 10.05kb

    | ├──006 Colours in CSS text and background_en.srt 11.58kb

    | ├──007 learning-html-completed.zip 250.02kb

    | ├──007 learning-html.zip 249.55kb

    | ├──007 Starting to write our project’s CSS file.mp4 31.39M

    | ├──007 Starting to write our project’s CSS file.srt 8.67kb

    | ├──007 Starting to write our project’s CSS file_en.srt 11.10kb

    | ├──008 Inheritance in CSS.mp4 23.40M

    | ├──008 Inheritance in CSS.srt 8.76kb

    | ├──008 Inheritance in CSS_en.srt 10.17kb

    | ├──009 What properties can’t be inherited.mp4 23.48M

    | ├──009 What properties can’t be inherited.srt 9.70kb

    | ├──009 What properties can’t be inherited_en.srt 11.57kb

    | ├──010 The CSS Box Model.mp4 15.02M

    | ├──010 The CSS Box Model.srt 7.89kb

    | ├──010 The CSS Box Model_en.srt 9.24kb

    | ├──012 Overview of CSS units.mp4 9.87M

    | ├──012 Overview of CSS units.srt 5.33kb

    | ├──012 Overview of CSS units_en.srt 6.15kb

    | ├──013 Working with spacing in our project.mp4 56.39M

    | ├──013 Working with spacing in our project.srt 7.14kb

    | ├──013 Working with spacing in our project_en.srt 8.41kb

    | ├──014 Descendent selectors in CSS.mp4 24.02M

    | ├──014 Descendent selectors in CSS.srt 9.84kb

    | ├──014 Descendent selectors in CSS_en.srt 11.59kb

    | ├──015 What is specificity in CSS.mp4 19.42M

    | ├──015 What is specificity in CSS.srt 9.87kb

    | ├──015 What is specificity in CSS_en.srt 11.98kb

    | ├──016 BEM a simpler approach to CSS targeting.mp4 44.39M

    | ├──016 BEM a simpler approach to CSS targeting.srt 22.27kb

    | ├──016 BEM a simpler approach to CSS targeting_en.srt 26.03kb

    | ├──016 CSS-Tricks-Guide-to-Flexbox.url 0.08kb

    | ├──016 learning-bem.zip 1.15kb

    | └──external-links.txt 0.48kb

    ├──06 – Project 1 Micro Blog (design+site)

    | ├──001 Overview of this section’s project.mp4 7.25M

    | ├──001 Overview of this section’s project.srt 5.24kb

    | ├──001 Overview of this section’s project_en.srt 6.46kb

    | ├──002 Access the finished code here.html 0.31kb

    | ├──002 microblog.zip 3.18kb

    | ├──003 From our YouTube channel How to start a new software project.mp4 237.20M

    | ├──003 From our YouTube channel How to start a new software project_en.srt 24.26kb

    | ├──004 Step 1 becoming a user.mp4 28.11M

    | ├──004 Step 1 becoming a user.srt 9.39kb

    | ├──004 Step 1 becoming a user_en.srt 10.99kb

    | ├──005 Step 2 populating the backlog.mp4 23.26M

    | ├──005 Step 2 populating the backlog.srt 6.34kb

    | ├──005 Step 2 populating the backlog_en.srt 7.17kb

    | ├──006 Figma-for-beginners-video-series-.url 0.07kb

    | ├──006 Intro-to-Figma-Tutorial.url 0.07kb

    | ├──006 Step 3 wireframing or rough design.mp4 6.56M

    | ├──006 Step 3 wireframing or rough design.srt 3.30kb

    | ├──006 Step 3 wireframing or rough design_en.srt 3.90kb

    | ├──006 The-Figma-file-for-this-project-completed-and-step-by-step-.url 0.08kb

    | ├──007 Completed-Figma-file.url 0.08kb

    | ├──007 microblog-logo.svg 0.42kb

    | ├──007 Step 4 pixel perfect design.mp4 52.85M

    | ├──007 Step 4 pixel perfect design.srt 27.33kb

    | ├──007 Step 4 pixel perfect design_en.srt 32.48kb

    | ├──008 Step 5 creating the page structure.mp4 16.09M

    | ├──008 Step 5 creating the page structure.srt 8.06kb

    | ├──008 Step 5 creating the page structure_en.srt 9.31kb

    | ├──009 Step 6 coding the page structure with HTML.mp4 14.05M

    | ├──009 Step 6 coding the page structure with HTML.srt 7.02kb

    | ├──009 Step 6 coding the page structure with HTML_en.srt 8.08kb

    | ├──010 example-svg.html 0.18kb

    | ├──010 What are SVGs.mp4 8.43M

    | ├──010 What are SVGs.srt 4.36kb

    | ├──010 What are SVGs_en.srt 5.16kb

    | ├──011 How to include images in our HTML site.mp4 13.37M

    | ├──011 How to include images in our HTML site.srt 4.49kb

    | ├──011 How to include images in our HTML site_en.srt 5.21kb

    | ├──011 microblog-logo.svg 0.42kb

    | ├──012 Finishing the header and navigation.mp4 15.20M

    | ├──012 Finishing the header and navigation.srt 4.87kb

    | ├──012 Finishing the header and navigation_en.srt 5.91kb

    | ├──013 HTML forms sending data.mp4 23.66M

    | ├──013 HTML forms sending data.srt 8.11kb

    | ├──013 HTML forms sending data_en.srt 9.20kb

    | ├──013 MDN-Types-of-input.url 0.10kb

    | ├──014 HTML forms working with textareas.mp4 17.65M

    | ├──014 HTML forms working with textareas.srt 4.75kb

    | ├──014 HTML forms working with textareas_en.srt 5.40kb

    | ├──015 Creating the footer with multiple columns.mp4 18.27M

    | ├──015 Creating the footer with multiple columns.srt 5.09kb

    | ├──015 Creating the footer with multiple columns_en.srt 6.07kb

    | ├──016 Complete-guide-to-flexbox-CSS-Tricks-.url 0.08kb

    | ├──016 How to style the header and menu bar.mp4 51.37M

    | ├──016 How to style the header and menu bar.srt 14.75kb

    | ├──016 How to style the header and menu bar_en.srt 17.01kb

    | ├──017 Setting the font family in our project.mp4 2.99M

    | ├──017 Setting the font family in our project.srt 1.09kb

    | ├──017 Setting the font family in our project_en.srt 1.26kb

    | ├──018 How to style HTML forms and inputs.mp4 43.48M

    | ├──018 How to style HTML forms and inputs.srt 11.39kb

    | ├──018 How to style HTML forms and inputs_en.srt 13.52kb

    | ├──019 Bullet-point-symbol-to-copy-.url 0.06kb

    | ├──019 How to style the micro blog entries.mp4 14.47M

    | ├──019 How to style the micro blog entries.srt 5.22kb

    | ├──019 How to style the micro blog entries_en.srt 5.97kb

    | ├──020 How to style the page footer.mp4 31.82M

    | ├──020 How to style the page footer.srt 10.00kb

    | ├──020 How to style the page footer_en.srt 11.66kb

    | ├──021 A CSS reference for what we’ve used in this section.html 3.98kb

    | └──external-links.txt 0.64kb

    ├──07 – Backend Development with Flask

    | ├──001 Guide-to-virtual-environments.url 0.09kb

    | ├──001 Hello, world with Flask.mp4 25.00M

    | ├──001 Hello, world with Flask.srt 11.71kb

    | ├──001 Hello, world with Flask_en.srt 13.14kb

    | ├──001 How-to-install-Flask.url 0.10kb

    | ├──001 How-to-use-pyenv-to-manage-Python-versions.url 0.09kb

    | ├──002 Using render_template to send longer HTML strings.mp4 14.68M

    | ├──002 Using render_template to send longer HTML strings.srt 6.82kb

    | ├──002 Using render_template to send longer HTML strings_en.srt 7.67kb

    | ├──003 What is Jinja2.mp4 25.38M

    | ├──003 What is Jinja2.srt 7.70kb

    | ├──003 What is Jinja2_en.srt 8.98kb

    | ├──004 expressions.html 0.90kb

    | ├──004 Jinja2 Expressions.mp4 28.78M

    | ├──004 Jinja2 Expressions.srt 12.93kb

    | ├──004 Jinja2 Expressions_en.srt 15.20kb

    | ├──005 data-structures.html 0.73kb

    | ├──005 Working with data structures in Jinja2.mp4 23.25M

    | ├──005 Working with data structures in Jinja2.srt 9.63kb

    | ├──005 Working with data structures in Jinja2_en.srt 10.87kb

    | ├──006 Conditional statements in Jinja2.mp4 19.55M

    | ├──006 Conditional statements in Jinja2.srt 7.98kb

    | ├──006 Conditional statements in Jinja2_en.srt 9.30kb

    | ├──006 conditionals-basics.html 0.48kb

    | ├──007 for-loop.html 0.32kb

    | ├──007 loops-and-conditionals.html 0.58kb

    | ├──007 Using loops in Jinja2.mp4 22.34M

    | ├──007 Using loops in Jinja2.srt 8.70kb

    | ├──007 Using loops in Jinja2_en.srt 9.74kb

    | ├──008 Setting up our Microblog project with Flask.mp4 32.37M

    | ├──008 Setting up our Microblog project with Flask.srt 10.00kb

    | ├──008 Setting up our Microblog project with Flask_en.srt 11.02kb

    | ├──009 Receiving form data using Flask.mp4 23.84M

    | ├──009 Receiving form data using Flask.srt 9.30kb

    | ├──009 Receiving form data using Flask_en.srt 10.76kb

    | ├──010 Displaying past entries in the Microblog project.mp4 38.58M

    | ├──010 Displaying past entries in the Microblog project.srt 6.70kb

    | ├──010 Displaying past entries in the Microblog project_en.srt 7.61kb

    | ├──011 Formatting dates correctly in our entries.mp4 12.86M

    | ├──011 Formatting dates correctly in our entries.srt 4.35kb

    | ├──011 Formatting dates correctly in our entries_en.srt 4.85kb

    | ├──012 Introduction to MongoDB.mp4 19.37M

    | ├──012 Introduction to MongoDB.srt 9.05kb

    | ├──012 Introduction to MongoDB_en.srt 11.05kb

    | ├──013 Accessing MongoDB with Compass and Atlas.mp4 35.22M

    | ├──013 Accessing MongoDB with Compass and Atlas.srt 14.46kb

    | ├──013 Accessing MongoDB with Compass and Atlas_en.srt 16.57kb

    | ├──014 Small update to pymongo affecting the next video.html 0.91kb

    | ├──015 Storing Microblog entries in MongoDB.mp4 40.00M

    | ├──015 Storing Microblog entries in MongoDB.srt 9.56kb

    | ├──015 Storing Microblog entries in MongoDB_en.srt 11.04kb

    | ├──016 What happens when you hit Refresh.html 1.85kb

    | ├──017 Retrieving the Microblog entries from MongoDB.mp4 28.60M

    | ├──017 Retrieving the Microblog entries from MongoDB.srt 4.84kb

    | ├──017 Retrieving the Microblog entries from MongoDB_en.srt 5.28kb

    | ├──018 How to use Flask’s app factory pattern.mp4 15.25M

    | ├──018 How to use Flask’s app factory pattern.srt 4.32kb

    | ├──018 How to use Flask’s app factory pattern_en.srt 4.91kb

    | └──external-links.txt 0.32kb

    ├──08 – Deploying Flask Apps to Render.com

    | ├──001 What is the requirements.txt file.mp4 16.70M

    | ├──001 What is the requirements.txt file.srt 5.00kb

    | ├──001 What is the requirements.txt file_en.srt 5.79kb

    | ├──002 What do deployment services do for us.mp4 12.01M

    | ├──002 What do deployment services do for us.srt 2.44kb

    | ├──002 What do deployment services do for us_en.srt 2.79kb

    | ├──003 Preparing our app for deployment.mp4 21.08M

    | ├──003 Preparing our app for deployment.srt 5.42kb

    | ├──003 Preparing our app for deployment_en.srt 5.90kb

    | ├──004 Deploy a Flask app to Render.com.mp4 44.14M

    | ├──004 Deploy a Flask app to Render.com.srt 8.39kb

    | ├──004 Deploy a Flask app to Render.com_en.srt 9.25kb

    | ├──004 Git-Workshop-e-book.url 0.06kb

    | └──external-links.txt 0.06kb

    ├──09 – Jinja2 Mastery Level I

    | ├──001 Defining Jinja variables using the ’set’ keyword.mp4 13.26M

    | ├──001 Defining Jinja variables using the ’set’ keyword.srt 5.56kb

    | ├──001 Defining Jinja variables using the ’set’ keyword_en.srt 6.31kb

    | ├──002 Jinja filters to call inline functions using the pipe operator.mp4 8.98M

    | ├──002 Jinja filters to call inline functions using the pipe operator.srt 3.65kb

    | ├──002 Jinja filters to call inline functions using the pipe operator_en.srt 4.20kb

    | ├──002 List-of-built-in-filters-Jinja-documentation-.url 0.10kb

    | ├──003 Jinja macros to improve reusability and remove duplication.mp4 27.43M

    | ├──003 Jinja macros to improve reusability and remove duplication.srt 9.77kb

    | ├──003 Jinja macros to improve reusability and remove duplication_en.srt 10.87kb

    | ├──004 Jinja inheritance using ’extends’ and ’block’.mp4 22.70M

    | ├──004 Jinja inheritance using ’extends’ and ’block’.srt 9.15kb

    | ├──004 Jinja inheritance using ’extends’ and ’block’_en.srt 10.21kb

    | ├──005 How to use CSS style tags with inheritance.mp4 20.61M

    | ├──005 How to use CSS style tags with inheritance.srt 7.23kb

    | ├──005 How to use CSS style tags with inheritance_en.srt 8.63kb

    | ├──006 Handling CSS in larger apps with inheritance.mp4 17.80M

    | ├──006 Handling CSS in larger apps with inheritance.srt 7.11kb

    | ├──006 Handling CSS in larger apps with inheritance_en.srt 8.30kb

    | ├──007 Jinja tests using the ’is’ keyword.mp4 24.84M

    | ├──007 Jinja tests using the ’is’ keyword.srt 8.91kb

    | ├──007 Jinja tests using the ’is’ keyword_en.srt 10.35kb

    | ├──008 The Jinja Environment and Rendering Context.mp4 11.98M

    | ├──008 The Jinja Environment and Rendering Context.srt 7.30kb

    | ├──008 The Jinja Environment and Rendering Context_en.srt 8.76kb

    | ├──009 Routing with Jinja using url_for in your templates.mp4 29.87M

    | ├──009 Routing with Jinja using url_for in your templates.srt 9.71kb

    | ├──009 Routing with Jinja using url_for in your templates_en.srt 11.66kb

    | └──external-links.txt 0.13kb

    ├──10 – Project 2 Habit Tracker

    | ├──001 Habit tracker project overview.mp4 3.48M

    | ├──001 Habit tracker project overview.srt 2.74kb

    | ├──001 Habit tracker project overview_en.srt 3.12kb

    | ├──001 Habit-Tracker-lectures-GitHub.url 0.11kb

    | ├──002 Displaying and saving habits.mp4 54.10M

    | ├──002 Displaying and saving habits.srt 20.72kb

    | ├──002 Displaying and saving habits_en.srt 23.66kb

    | ├──003 Styling the habit tracker.mp4 42.34M

    | ├──003 Styling the habit tracker.srt 17.08kb

    | ├──003 Styling the habit tracker_en.srt 19.20kb

    | ├──004 Adding date navigation.mp4 52.21M

    | ├──004 Adding date navigation.srt 18.86kb

    | ├──004 Adding date navigation_en.srt 21.62kb

    | ├──005 Styling the date navigation.mp4 29.05M

    | ├──005 Styling the date navigation.srt 10.40kb

    | ├──005 Styling the date navigation_en.srt 11.88kb

    | ├──006 Completing habits.mp4 60.04M

    | ├──006 Completing habits.srt 21.19kb

    | ├──006 Completing habits_en.srt 24.54kb

    | ├──007 Adding Flask blueprints.mp4 41.23M

    | ├──007 Adding Flask blueprints.srt 10.36kb

    | ├──007 Adding Flask blueprints_en.srt 11.53kb

    | ├──008 Setting up MongoDB.html 0.86kb

    | ├──009 Using MongoDB in the habit tracker.mp4 129.06M

    | ├──009 Using MongoDB in the habit tracker.srt 22.11kb

    | ├──009 Using MongoDB in the habit tracker_en.srt 25.27kb

    | ├──010 Introduction to Git and GitHub.html 0.68kb

    | ├──011 Deploying our habit tracker app to Render.com.html 1.70kb

    | └──external-links.txt 0.12kb

    ├──11 – Jinja Mastery Level II

    | ├──001 Jinja Includes with the include keyword.mp4 70.19M

    | ├──001 Jinja Includes with the include keyword.srt 17.82kb

    | ├──001 Jinja Includes with the include keyword_en.srt 20.75kb

    | ├──002 -Cheatsheet-Jinja-Whitespace-Control.url 0.08kb

    | ├──002 Whitespace control in Jinja.mp4 21.30M

    | ├──002 Whitespace control in Jinja.srt 6.83kb

    | ├──002 Whitespace control in Jinja_en.srt 7.94kb

    | ├──003 -Cheatsheet-Jinja-Escaping.url 0.07kb

    | ├──003 Jinja escaping and unescaping.mp4 14.59M

    | ├──003 Jinja escaping and unescaping.srt 4.02kb

    | ├──003 Jinja escaping and unescaping_en.srt 4.29kb

    | ├──004 The call block for Jinja macros.mp4 26.43M

    | ├──004 The call block for Jinja macros.srt 6.83kb

    | ├──004 The call block for Jinja macros_en.srt 7.84kb

    | └──external-links.txt 0.18kb

    ├──12 – Project 3 Portfolio

    | ├──001 Portfolio Project Overview.mp4 6.40M

    | ├──001 Portfolio Project Overview.srt 2.87kb

    | ├──001 Portfolio Project Overview_en.srt 3.26kb

    | ├──001 Portfolio-lectures-GitHub.url 0.11kb

    | ├──001 portfolio-static-assets.zip 653.59kb

    | ├──002 Making our Flask app for this project.mp4 16.63M

    | ├──002 Making our Flask app for this project.srt 6.95kb

    | ├──002 Making our Flask app for this project_en.srt 7.82kb

    | ├──003 The base template and nav bar.mp4 35.20M

    | ├──003 The base template and nav bar.srt 10.99kb

    | ├──003 The base template and nav bar_en.srt 12.53kb

    | ├──004 Adding an about page to our Flask app.mp4 12.40M

    | ├──004 Adding an about page to our Flask app.srt 4.67kb

    | ├──004 Adding an about page to our Flask app_en.srt 5.25kb

    | ├──005 Adding a contact page to our Flask app.mp4 29.44M

    | ├──005 Adding a contact page to our Flask app.srt 9.66kb

    | ├──005 Adding a contact page to our Flask app_en.srt 10.96kb

    | ├──006 Introduction to CSS Grid.mp4 115.88M

    | ├──006 Introduction to CSS Grid.srt 17.21kb

    | ├──006 Introduction to CSS Grid_en.srt 20.15kb

    | ├──007 Media queries with CSS for responsive development.mp4 28.19M

    | ├──007 Media queries with CSS for responsive development.srt 5.71kb

    | ├──007 Media queries with CSS for responsive development_en.srt 6.71kb

    | ├──008 Displaying projects in the homepage using CSS Grid.mp4 128.45M

    | ├──008 Displaying projects in the homepage using CSS Grid.srt 29.08kb

    | ├──008 Displaying projects in the homepage using CSS Grid_en.srt 34.41kb

    | ├──009 Creating the individual project pages.mp4 119.63M

    | ├──009 Creating the individual project pages.srt 26.68kb

    | ├──009 Creating the individual project pages_en.srt 30.98kb

    | ├──010 Error handling with Flask using app.errorhandler.mp4 23.71M

    | ├──010 Error handling with Flask using app.errorhandler.srt 5.77kb

    | ├──010 Error handling with Flask using app.errorhandler_en.srt 6.62kb

    | ├──011 Deploying our portfolio app to Render.com.html 1.70kb

    | └──external-links.txt 0.12kb

    ├──13 – Authentication in Flask Apps

    | ├──001 What are cookies What are sessions.mp4 17.45M

    | ├──001 What are cookies What are sessions.srt 11.85kb

    | ├──001 What are cookies What are sessions_en.srt 14.03kb

    | ├──002 Registering users in your Flask apps.mp4 44.21M

    | ├──002 Registering users in your Flask apps.srt 16.14kb

    | ├──002 Registering users in your Flask apps_en.srt 18.18kb

    | ├──003 Logging users in with Flask.mp4 32.92M

    | ├──003 Logging users in with Flask.srt 11.64kb

    | ├──003 Logging users in with Flask_en.srt 12.89kb

    | ├──004 Password hashing (or encryption) with passlib.mp4 51.19M

    | ├──004 Password hashing (or encryption) with passlib.srt 13.32kb

    | ├──004 Password hashing (or encryption) with passlib_en.srt 15.29kb

    | ├──005 Creating a ’login required’ decorator.mp4 37.40M

    | ├──005 Creating a ’login required’ decorator.srt 9.76kb

    | └──005 Creating a ’login required’ decorator_en.srt 11.40kb

    └──14 – Project 4 Movie Watchlist

    | ├──001 CSS-Reset-Josh-W.Comeau-.url 0.07kb

    | ├──001 E-book-link-for-this-section.url 0.11kb

    | ├──001 Project overview and CSS variables.mp4 57.76M

    | ├──001 Project overview and CSS variables.srt 21.45kb

    | ├──001 Project overview and CSS variables_en.srt 24.47kb

    | ├──001 section14-starter-code.zip 13.57kb

    | ├──002 Adding a nav bar.mp4 69.34M

    | ├──002 Adding a nav bar.srt 22.07kb

    | ├──002 Adding a nav bar_en.srt 25.27kb

    | ├──003 Adding a footer.mp4 5.16M

    | ├──003 Adding a footer.srt 1.79kb

    | ├──003 Adding a footer_en.srt 2.07kb

    | ├──004 Putting the page layout together.mp4 15.45M

    | ├──004 Putting the page layout together.srt 4.17kb

    | ├──004 Putting the page layout together_en.srt 4.88kb

    | ├──005 How to toggle dark mode in a Flask app.mp4 53.66M

    | ├──005 How to toggle dark mode in a Flask app.srt 13.18kb

    | ├──005 How to toggle dark mode in a Flask app_en.srt 14.86kb

    | ├──006 Create a form with WTForms.mp4 21.76M

    | ├──006 Create a form with WTForms.srt 9.37kb

    | ├──006 Create a form with WTForms_en.srt 11.06kb

    | ├──007 Render a WTForm in our template.mp4 78.41M

    | ├──007 Render a WTForm in our template.srt 26.41kb

    | ├──007 Render a WTForm in our template_en.srt 29.82kb

    | ├──008 dataclasses-Official-Python-Docs-.url 0.07kb

    | ├──008 Default-parameter-values.url 0.11kb

    | ├──008 Receive and validate data using WTForms.mp4 48.79M

    | ├──008 Receive and validate data using WTForms.srt 19.28kb

    | ├──008 Receive and validate data using WTForms_en.srt 21.92kb

    | ├──009 Displaying a table of all movies.mp4 39.39M

    | ├──009 Displaying a table of all movies.srt 15.96kb

    | ├──009 Displaying a table of all movies_en.srt 18.13kb

    | ├──009 Table-Examples-Tailwind-UI-.url 0.08kb

    | ├──009 Unpacking-teclado.com-.url 0.09kb

    | ├──010 Creating the movie details page.mp4 47.85M

    | ├──010 Creating the movie details page.srt 14.20kb

    | ├──010 Creating the movie details page_en.srt 16.14kb

    | ├──011 Setting movie ratings.mp4 59.99M

    | ├──011 Setting movie ratings.srt 17.69kb

    | ├──011 Setting movie ratings_en.srt 20.33kb

    | ├──012 Set the last watched date.mp4 17.80M

    | ├──012 Set the last watched date.srt 4.89kb

    | ├──012 Set the last watched date_en.srt 5.81kb

    | ├──013 Create a custom WTForm Widget.mp4 25.51M

    | ├──013 Create a custom WTForm Widget.srt 8.66kb

    | ├──013 Create a custom WTForm Widget_en.srt 9.77kb

    | ├──014 Editing movies and pre-populating a form.mp4 61.54M

    | ├──014 Editing movies and pre-populating a form.srt 9.20kb

    | ├──014 Editing movies and pre-populating a form_en.srt 10.55kb

    | ├──015 Add user signups to a Flask app.mp4 47.47M

    | ├──015 Add user signups to a Flask app.srt 12.54kb

    | ├──015 Add user signups to a Flask app_en.srt 14.18kb

    | ├──016 Add user logins to a Flask app.mp4 39.06M

    | ├──016 Add user logins to a Flask app.srt 13.38kb

    | ├──016 Add user logins to a Flask app_en.srt 15.67kb

    | ├──016 Max-size-of-cookies-StackOverflow-.url 0.12kb

    | ├──017 Personalize pages based on the logged in user.mp4 39.29M

    | ├──017 Personalize pages based on the logged in user.srt 10.12kb

    | ├──017 Personalize pages based on the logged in user_en.srt 11.62kb

    | ├──018 Add user logouts to a Flask app.mp4 13.57M

    | ├──018 Add user logouts to a Flask app.srt 3.27kb

    | ├──018 Add user logouts to a Flask app_en.srt 3.63kb

    | ├──019 Deploying our movie watchlist app to Render.com.html 1.72kb

    | ├──020 Concurrency in Render.com with gunicorn.html 0.94kb

    | ├──021 Download the legacy course content here.html 1.29kb

    | ├──022 Bonus lecture and conclusion.html 1.49kb

    | └──external-links.txt 0.75kb

    1. 本站所有资源收集于互联网,如有争议与本站无关!
    2. 分享目的仅供大家学习和交流,不得使用于非法商业用途,不得违反国家法律,否则后果自负!
    3. 如有链接无法下载、失效或广告,请联系管理员处理!
    4.本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!

    常见问题FAQ

    视频课程的格式是什么
    视频不加密,网盘在线学习,课程免费更新,持续更新
    怎么发货?
    有些资源没更新完结怎么办
    有问题不懂想咨询怎么办
    • 13488会员总数(位)
    • 39428资源总数(个)
    • 15本周发布(个)
    • 5今日发布(个)
    • 3676稳定运行(天)

    IT100资源站国内最专业的学习课程平台

    加入我们
  • 联系我们:

  • XML地图 | 标签云
  • © 2011 IT100资源站 All rights reserved