Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • Deza, Alfredo
  • Institute, Project
  • Sorensen, Chris
Datenlieferant
Materialart
Erscheinungszeitraum
  • 1
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (3 hr., 29 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3
    Schlagwort(e): Artificial intelligence ; Reinforcement learning ; Intelligence artificielle ; Apprentissage par renforcement (Intelligence artificielle) ; artificial intelligence
    Kurzfassung: Introduction to Generative AI Get started with Generative AI and Large Language Models This introductory course is designed for beginners with no prior knowledge of generative AI. You will start by gaining a high-level understanding of what generative AI is and how it works. Through interactive lessons and hands-on examples, you will learn fundamental skills like providing effective prompts and iteratively improving the generated outputs. As the course progresses, you will dive deeper into specific major generative AI models, including their unique capabilities and limitations. Finally,, you will get practical experience using leading systems like GitHub Copilot, Qdrant, and OpenAI to generate code, and text. By the end, you will have developed core knowledge to start experimenting with generative AI in a responsible and effective way for a variety of applications. This course aims to provide a friendly introduction to prepare complete beginners for further exploration of this rapidly evolving technology. Learning objectives Learn to utilize Generative AI effectively Develop Generative AI software solutions Build solutions with Prompt Engineering to enhance Generative AI output Practice Labs Use the practice labs to test your knowledge and gain hands-on experience working with Python and Rust. These labs are based on GitHub templates that will help you to get started quickly and apply the knowledge in the course in building your own solutions. Learn Retrieval Augmented Generation: https://github.com/alfredodeza/learn-retrieval-augmented-generation Azure Chat with OpenAI: https://github.com/alfredodeza/azure-chat-demo Resources Azure LLMOps Practical MLOps book Rust Bootcamp Python Bootcamp.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 57 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/1
    Schlagwort(e): Machine learning Study guides Examinations ; Cloud computing Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Hugging Face for MLOps Learn how to leverage Hugging Face and its powerful machine learning capabilities. Build, train, and deploy your own models using the Hugging Face platform and libraries. In this course you'll get hands-on with Hugging Face and learn how to: Access and use pre-trained models from the Hub Fine-tune models with your own data Build machine learning pipelines with Hugging Face Transformers Add and version your own datasets Containerize and deploy Hugging Face models Automate workflows with GitHub Actions By the end, you'll have practical experience building, training, and deploying Hugging Face models, including production deployment to the Azure cloud. Learning objectives Find and use pre-trained models Fine-tune models for custom tasks Build ML pipelines with Hugging Face libraries Create and version datasets Containerize models for production Automate workflows for MLOps Lesson 1: Getting Started with Hugging Face Lesson Outline Overview of Hugging Face Hub Browsing models and datasets Using Hugging Face repositories Managing spaces and access Lesson 2: Applying Hugging Face Models Lesson Outline Downloading models from the Hub Using models with PyTorch/TensorFlow Leveraging tokenizers and pipelines Performing inference with Hub models Lesson 3: Working with Datasets Lesson Outline Browsing datasets on Hugging Face Uploading and managing datasets Versioning datasets with dataset cards Loading datasets in PyTorch/TensorFlow Lesson 4: Model Serving and Deployment Lesson Outline Containerizing Hugging Face models Creating inference APIs with FastAPI Deploying to cloud services like Azure Automating with GitHub Actions About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience teaching and authoring content about LOps will give you everything you need to get started applying these powerful concepts. Resources MLOps with Databricks Introduction to MLflow for MLOps Hands-on Python for MLOps.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (3 hr., 24 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Rust (Computer program language) ; Computer software Development ; Rust (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Rust For DevOps Learn how to use and apply DevOps principles using Rust This is an early release of the course. In this course, you will learn the basics of DevOps using the Rust programming language. DevOps helps you build, test, and deploy code faster while creating a robust foundation for your projects and teams. First, we will talk about what DevOps is. You will learn things like automation, monitoring, and working together as a team. Then, we will see how to use DevOps ideas in Rust code. You will learn about version control, testing, containers, and deploying Rust programs. Although this course explains the foundations of DevOps and using Rust which is ideal for beginners, experienced Rust developers will find solid advice in how to apply DevOps best practices to existing applications. Learning Objectives The core principles and practices of DevOps How to apply DevOps concepts to build, package, and deploy applications with Rust The basics of containerization and how to leverage containers for DevOps with Rust Course Content This course is divided into 4 weeks with 3 lessons that contain about 6 videos each. Each video is about 5 minutes long and contains a hands-on demonstration of the concepts covered in the lesson. The course is designed to be taken in order, but you can jump to any lesson you want to learn more about. Week 1: Introduction to DevOps Principles Introduction to DevOps Principles DevOps Considerations for Applications Basics of Containerization Week 2: Implementing monitoring and logging strategies Introduction to monitoring and logging strategies Tools and Services for monitoring and logging Logging with Rust About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to build robust applications and infrastructure with the Rust programming language and for Rust applications. Resources Rust Bootcamp Deploy Rust on Azure Functions DevOps command-line tools in Python and Rust Switching to Rust from Python First Steps with Rust Learning Path.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed September 05, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 7 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/1
    Schlagwort(e): Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Introduction to MLflow for MLOps Learn how to use MLflow for managing the machine learning lifecycle. Track experiments, package models, and deploy to production. In this course you'll learn how to use MLflow - an open source platform for managing the machine learning lifecycle. You'll learn how to: Install MLflow and explore its components like the UI, tracking, and model packaging Log metrics, parameters, and artifacts to track ML experiments Create reproducible ML projects with MLflow for repeatable model training Package models and dependencies for deployment and serving Use model registries to version, stage, and deploy models Deploy models to tools like Azure ML and SageMaker This course includes hands-on exercises, projects, and real-world examples so you can apply your new MLflow skills immediately. Use the reference repository for MLFlow examples and projects: Example MLFlow Projects Learning objectives Install and configure MLflow Use the tracking UI and APIs Log metrics, parameters, tags, and artifacts Create reproducible ML projects Version, stage, and deploy models with registries Deploy models to Azure ML, SageMaker, etc Lesson 1: Introduction to MLflow Lesson Outline Overview of MLflow components Installation and configuration Tracking experiments with UI, Python, R APIs Logging metrics, params, tags, artifacts Lesson 2: MLflow Projects Lesson Outline Motivation for reproducible ML projects Creating project directories Running projects locally or on Git Customizing execution environments Lesson 3: MLflow Models Lesson Outline Packaging models and dependencies Model versioning with registries Staging and promoting model stages Deploying models to services About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to work with MLFlow and apply it to MLOps tasks. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (3 hr., 27 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; SQL (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Scripting with Python and SQL for Data Engineering Learn Python data structures, web scraping, SQL, and MySQL from the ground up. Master essential skills for collecting, storing, and working with data. In this hands-on course for beginners, you'll learn how to: Store and manipulate data using Python lists, dictionaries, JSON Write reusable scripts to process data Connect Python to databases like SQLite and MySQL Query, import, and export data with SQL Scrape and parse websites using Beautiful Soup and Scrapy Persist scraped data to databases and files You'll use the following example repositories to practice: Mapping data in Python Python Scripting Scrapping Basics Key topics include: Mapping, iterating, and persisting data structures Creating modules, scripts, and workflows in Python SQL essentials - queries, statements, aggregations Setting up connections from Python to SQLite and MySQL Scraping data locally and at scale with spiders Storing scraped data to optimize pipelines You'll build your data wrangling skills through practical examples and hands-on coding exercises in every lesson. By the end of the course, you'll have experience building end-to-end data engineering scripts. Whether you're a beginner looking to learn Python and SQL, or want to develop robust data engineering skills, this course will get you started. Enroll now and start collecting, storing, and working with data using Python and SQL You'll gain hands-on experience building Python scripts and SQL queries for common data engineering tasks. This course is divided in 4 weeks: Week 1 Working with Data in Python By the end of Week 1 you'll be able to: Apply Python data structures like lists, dicts Extract data from sources like CSV, JSON Load and persist data using JSON Lesson 1: Data Structures in Python Lesson Outline Lists, tuples, dictionaries Working with pandas DataFrames Loading data files like CSV into data structures Lesson 2: Reading and Writing Data Lesson Outline Reading and writing CSV files Serializing Python objects with JSON Parsing and dumping JSON data Lesson 3: Persisting and Loading Data in Python Lesson Outline Loading data from files Saving data from Python to disk Loading and saving data to JSON Week 2 Python Scripting and SQL By the end of Week 2 you'll be able to: Write reusable Python scripts Use SQLite to persist data Query SQLite databases with Python Lesson 1: Python Scripting Techniques Lesson Outline Writing modular, reusable Python scripts Exception handling and logging Python virtual environments Lesson 2: Python with SQLite Lesson Outline Creating SQLite databases from Python Writing tables with SQLAlchemy Querying SQLite from Python with SQLAlchemy Week 3 Learning Objectives By the end of Week 3 you'll be able to: Scrape and collect data from websites Build scalable scraping scripts Persist scraped data to files/databases Lesson 1: Web Scraping with Python Lesson Outline HTML parsing and structure Using Beautiful Soup for scraping Storing scraped data in Python Lesson 2: Scalable Web Scraping Lesson Outline Scraping best practices Scaling scraping with multiprocessing Storing scraped data in databases Week 4 Learning Objectives By the end of Week 4 you'll be able to: Connect to MySQL from Python Execute SQL statements and queries Import and export data from MySQL Lesson 1: Python and MySQL Lesson Outline Installing MySQL and configuration Connecting Python to MySQL Executing queries and statements Lesson 2: Running SQL queries from VSCode Use Visual Studio Code to build SQL queries Execute and review SQL queries from Visual Studio Code Lesson 3: Importing and Exporting Data Lesson Outline Loading and exporting CSV data Best practices for moving data into MySQL Automating data imports with Python About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience teaching and authoring content about DevOps and MLOps will give you everything you need to get started applying these powerful concepts. Resources Python and Rust CLI Tools Linux For Beginners Hands on Python for MLOps.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 39 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) Study guides Examinations ; Application program interfaces (Computer software) Study guides Examinations ; Machine learning Study guides Examinations ; Computer programming Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Hands-on Python for MLOps Build powerful APIs, tools, and scripts with Python Use Python to create APIs and automation scripts for machine learning operations. Learn to leverage APIs, build CLI tools, and develop web services. If you are new to Machine Learning Operations or want to know more about the foundations of Python for MLOps, this course will walk you through the basics. In this course, you'll learn how to use Python for automation, APIs, and building useful command-line interfaces. We'll cover consuming APIs, creating CLI tools, packaging projects, and building web services to expose machine learning models. The course includes hands-on examples and projects so you can apply what you learn right away. By the end of the course, you'll have practical skills to automate workflows and develop interfaces for machine learning. This course includes GitHub repositories you can reference: Python CLI Examples Basic Python CLI Web API with Python and Hugging Face models Learn objectives Consume and use APIs and SDKs in Python Create command-line programs for automation Develop web services and APIs with Python frameworks Package Python projects for distribution Apply skills to build useful interfaces for ML models Lesson 1: Working with APIs in Python Lesson Outline Overview of APIs and SDKs Using the Requests Library Consuming REST APIs Python SDKs like NumPy and SciPy Project: Building a Python script using APIs Lesson 2: Building Command-line Interfaces Lesson Outline Intro to automation with CLI tools Parsing arguments and options Organizing code into modules Python packaging for distribution Project: CLI tool for machine learning Lesson 3: Developing Web APIs Lesson Outline REST API concepts Web frameworks like Flask and FastAPI Building an API with Flask Developing APIs with FastAPI OpenAPI specs and documentation Project: Web API for movie recommendations About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (41 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Rust (Computer program language) ; Microsoft Azure (Computing platform) ; Cloud computing ; Cloud computing ; Microsoft Azure (Computing platform) ; Rust (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Deploy Rust on Azure Functions Learn how to deploy Rust functions to Azure Functions with this comprehensive video course. You will start by creating a simple HTTP-triggered function, and then use GitHub Actions to automate your deployment. Deploying Rust in Azure can be frustrating because there is no first-class support yet for it. You will learn what are some of the caveats and what are some strategies you can use to properly deploy a very basic Rust HTTP API. Course Overview We will start by covering the basics of Azure Functions and Rust, and then dive into more advanced topics such as configuring your function's environment, application settings, and using external crates. By the end of this course, you will have a working knowledge of how to deploy and manage your Rust functions on Azure Functions using automation to quickly re-deploy or update your function. Course Content Introduction to Azure Functions - Learn the basics of Azure Functions and how they work with Rust. Creating Your First Azure Function in Rust - Create a simple HTTP-triggered function in Rust and deploy it to Azure Functions. Configuring Your Function Environment - Learn how to use environment variables to configure your function's behavior. Use GitHub Actions for automation About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. With Alfredo's guidance, you will gain the knowledge and skills needed to deploy and manage your Rust functions on Azure Functions. Resources Deploying containers to Azure Practical MLOps book Automated Azure Resource Cleanup Azure Fundamentals Certification.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed March 21, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 49 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Python (Computer program language) ; Rust (Computer program language) ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: DevOps command-line tools in Python and Rust Use both Python and Rust to automate systems engineering tasks In this introductory course, you will learn how to build powerful command-line tools using Python and Rust. You will discover how to set up a development environment, incorporate user input, expand functionality using modules and libraries, and optimize performance for common DevOps and Systems Engineering tasks. Whether you're new to programming or an experienced developer, this course will teach you the fundamentals of building command-line tools using Python and Rust. By the end of the course, you'll have the skills to automate tasks and improve the efficiency of your DevOps and Systems Engineering workflows. This course includes GitHub repositories that you can use as a reference for all the learning content: Python CLI Examples Rust CLI Examples Learn objectives Set up a development environment for building command-line tools. Build basic command-line tools. Expand the functionality of command-line tools using modules and libraries. Create a simple command-line tool using Rust and understand the basic structure of a Rust-based CLI tool. Incorporate user input, such as arguments and options. Learn how to organize code into modules and packages, and work with dependencies and libraries in both Python and Rust. About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (6 hr., 12 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Rust (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Rust Bootcamp Course Overview Welcome to our comprehensive Rust programming course! In this immersive learning experience, we will guide you through every aspect of Rust, empowering you to become a proficient developer. This course is ideal for beginners wanting to become proficient in Rust or from existing developers coming from languages like Python or JavaScript that want to learn Rust fundamentals. Get started by setting up your preferred text editor and installing Rust. We'll ensure that you have all the necessary tools to create a productive coding environment. By leveraging the capabilities of Visual Studio Code and enabling the Rust Analyzer, you'll unlock a feature-rich ecosystem that enhances your development workflow. Experience the game-changing potential of GitHub Copilot, an AI-powered assistant. Sign up for GitHub Copilot and witness its transformative impact on your coding experience. We'll guide you through the installation process and show you how to leverage its intelligent suggestions for accelerated programming. Master concepts and fundamentals like control flow, variable assignment, and immutability. Learn the intricacies of loops, conditional statements, and effective error handling techniques. With Rust's borrowing concept at your disposal, you'll develop secure and high-performance code. Build upon your foundation with advanced topics like structs, string manipulation, and working with vectors and enums. We'll explore real-world library development using Cargo, Rust's robust package manager. Effective documentation and debugging techniques will become second nature as you optimize your code. Organize your code effectively with modules, extending functionality and enhancing reusability. Dive into comprehensive testing methodologies to ensure the reliability and correctness of your programs. From writing tests for your code to handling private components, you'll gain expertise in developing robust software projects. Our immersive learning experience includes hands-on examples, interactive exercises, and practical projects. Rust's performance, safety, and expressiveness will be at your fingertips as you embrace its immense potential. Join us on this rewarding journey to unlock the power of Rust programming and propel your career forward. Enroll now and gain the skills, knowledge, and expertise to thrive in the world of Rust. Whether you're a beginner, coding novice, or an experienced developer seeking new horizons, our course is your gateway to writing elegant, reliable, and high-performance code. Embrace the possibilities of Rust and embark on a rewarding programming journey today with one of the most loved programming languages. Learning Objectives Gain a solid understanding of Rust's core concepts, including variable assignment, control flow, and immutability, to write efficient and reliable code. Master the utilization of powerful development tools such as Visual Studio Code and the Rust Analyzer, enhancing productivity and enabling seamless coding experiences. Explore GitHub Copilot and learn how to leverage its AI-driven suggestions to accelerate programming and boost code quality. Develop proficiency in working with advanced Rust features, such as structs, enums, and string manipulation, to build robust and flexible applications. Discover the intricacies of module organization and extend functionality through effective code structuring, promoting code reusability and maintainability. Acquire comprehensive testing skills, including writing tests for code components and handling private code, ensuring the reliability and correctness of Rust programs. Gain hands-on experience in real-world library development using Cargo, Rust's package manager, and become proficient in documenting code and debugging techniques. These compelling learning objectives will guide you through the course, helping you acquire essential skills and knowledge to become a confident Rust developer. Course Content This course is divided into 4 weeks with 3 lessons that contain about 6 videos each. Each video is about 5 minutes long and contains a hands-on demonstration of the concepts covered in the lesson. The course is designed to be taken in order, but you can jump to any lesson you want to learn more about. Week 1: Setting up your development environment Reference GitHub Repository Setting up your text editor Using GitHub Copilot with Rust Introduction to GitHub Codespaces for Rust Week 2: Rust fundamentals Reference GitHub Repository Introduction to Rust Loops and Control flow Function basics Week 3: Structs, Types, and Enums Reference GitHub Repository Using structured data Exploring strings and vectors Working with Enum and Variants Week 4: Applying Rust Reference GitHub Repository Building a real-world library Extending functionality with modules Testing Rust code About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to build with the Rust programming language. Resources Deploy Rust on Azure Functions DevOps command-line tools in Python and Rust Switching to Rust from Python First Steps with Rust Learning Path.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (32 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 004.67/82
    Schlagwort(e): Windows Azure ; Machine learning ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: This introductory lesson will walk you through everything you need to know to quickly get started with Azure ML Studio using AutoML. After creating the necessary resources, you'll walk through the steps needed to create a regression job using a dataset. Next you'll create a compute cluster and review the different options available and finally, you'll analyze the results after the best model is selected.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed January 23, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 5 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3
    Schlagwort(e): Artificial intelligence Study guides Examinations ; Microsoft Azure (Computing platform) Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Microsoft Azure AI Fundamentals (AI-900) Certification Pass the AI Fundamentals certification This early release (ongoing) course will give you everything you need to pass the Azure AI Fundamentals (AI-900) certification. This is the foundational certification for doing Machine Learning and Data Science using Azure and its specialized services. The course will go into every content that is relevant to pass the certification including how to create a study guide and strategy to pass the exam. This course includes and covers all of the author's study notes so that you can use them in addition to your own notes . Course overview This course contains a complete walkthrough over all of the content relevant for the AI-900 certification with a summary and specialized notes after each sections, following the same content that is available as Learning Paths. Aside from the video content, create your own study notes and strategy using the example reference guide Course Content Get Started with AI Get Started with AI Study notes Get Started with Artificial Intelligence on Azure About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience studying and passing the AI-900 is seen throughout this course, where you will get a first-hand experience with study notes, example repositories, and a solid study strategy. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 33 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.4/32
    Schlagwort(e): Linux ; Operating systems (Computers) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Linux for Beginners A hands on and practical introduction of Linux This early release (ongoing) course will give you a foundational knowledge to quickly get started with Linux. You will learn practical examples packaged in easy-to-follow videos that give you just enough knowledge to use Linux. There is a strong focus on using the terminal exclusively for this course, which is the best way to ensure a wide variety of Linux environments can be used with almost no difference in concepts. The course will not cover deep Linux internals or advanced usage. It will also not go through specialized scenarios that are meant to pass a Linux certification. Learn objectives Use a terminal to navigate the file system Understand different Linux versions and use readily available versions without installing Linux Use a shell with common features Create and edit files using a terminal text editor Manage system processes and services Install and remove packages About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to prototype Amazon Web Services (AWS) ai and ml apis using awscloudshell and bash.
    Anmerkung: Online resource; Title from title screen (viewed January 7, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Find out how to share and use Google Colab notebooks for data science!
    Anmerkung: Online resource; Title from title screen (viewed January 14, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to build out Continuous Integration with Github Actions and all clouds. Azure, AWS, GCP and Github Codespaces in Python.
    Anmerkung: Online resource; Title from title screen (viewed January 18, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (9 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.7
    Schlagwort(e): Big data ; Microsoft Azure (Computing platform) ; Données volumineuses ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Kurzfassung: Azure Databricks with Pandas and Open Datasets. Find out how to get a working cluster with Databricks using Azure and then use the full Pandas API operating in the cluster with Open Datasets and a Python Jupyter Notebook. This video will walk you through creating a workspace in Azure to create the Databricks service, then create the cluster that comes with the Pyspark Pandas API, and finally import the open datasets into the cluster. Although straightforward to create a Databricks cluster with Azure, it is a bit more involved to run a Python Jupyter Notebook that has Azure ML Open Datasets installed and availabe in the cluster along with the ability to use the full Pandas API you are used to working with and taking advantage of the clustering capabilities from Databricks.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed March 10, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (16 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/1
    Schlagwort(e): Machine learning ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: MLOps packaging: HuggingFace and Docker Hub Use automation to package models Learn how to package a HuggingFace GPT2 model using automation with MLOps and pushing the result to Docker Hub. With just a little bit of Python and FastAPI you can have a powerful text generation API that is self-documented! Learn Objectives In this video lesson, I'll go over the details with an example repository you can use for reference including the following learning objectives: Create a FastAPI application with HuggingFace Interact with the model with HTTP from a container using FastAPI Containerize the application using GitHub Actions Create repository secrets to login and push to Docker Hub Resources Example repository Practical MLOps book MLOps Maturity Model Packaging ML models.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 7 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Web site development ; Python (Computer program language) ; Web site development ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Python Testing for Beginners Over 1 hour of course material with practice code Quickly learn learn how to test in Python Learn the basics of Python testing in this course. From a brief overview of the standard library to using a more modern approach with Pytest, one of the most popular testing libraries in Python. By the end of this week, you should be comfortable working with existing tests, creating new tests, and debugging test failures. All lessons and videos have accompanying GitHub Repositories with example code. Reference GitHub Repository Learning Objectives In this course you will learn to: Understand the basics of testing and its importance Write and run tests with functions and classes Use Pytest for running and creating tests Apply different techniques for debugging including PDB and stopping on failure Use fixtures to simplify tests that make identical assertions Resources Python for beginners course Python Functions and Classes course Python Dictionaries course Pytest Master Class Python Bootcamp for Data Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 38 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Application software Development ; Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: GitHub Codespaces Course A full introduction to Codespaces with practical examples This course will show you everything you need to know to be productive using GitHub Codespaces , a service that allows you to run a configurable development environment with one-click launch with a remote compute in the cloud. Being able to run Visual Studio Code in the cloud for any project with a pre-configured environment is going to allow you to concentrate on the learning if you are student, the teaching if you are a professor, or being plain productive if you are already a technologist. Learning Objectives This course goes through some of the basics of using default Codespaces environments, but it also goes into configuring environments to take advantage of its best features, including: Learning about Codespaces uses and how it fits for learning, teaching, or working in projects Running default Codespaces and configuring it in your GitHub account Configuring Codespaces for different development environments Applying practical examples in Codespaces environments using Docker, Python, and many other tools About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience creating courses with Codespaces is seen throughout this course, where you will get a first-hand experience with practical examples as well as applicable configuration for any development environment. Resources Python Bootcamp Pytest Master Class Practical MLOps book What is GitHub Codespaces Azure Codespaces Template.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 9 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn the Apple Swift Languages by using the XCode Playground environment.
    Anmerkung: Online resource; Title from title screen (viewed January 11, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 5 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Build a very simple command line tool with Python without using external dependencies or frameworks. In this video you'll see how with just a few lines of Python you can transform a file into a script with a help menu. All by using the sys.argv module and a simple if statement. Although you can create more powerful command-line tools with other frameworks like argparse or external libraries like Click, you can still implement a quick script without them that includes a help menu Useful links: Github repo with sample code Introduction to Python
    Anmerkung: Online resource; Title from title screen (viewed February 5, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Demo of FastAPI + AWS App Runner
    Anmerkung: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 46 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Perform Data Science on Day One! 00:00 Intro 02:02 Data Science Project Structure Overview 05:15 Create Github Repo 07:28 Launch Github Codespaces 11:34 Using Colab Notebook 12:47 Using TOC in Colab Notebook 14:43 Saving notebook to Colab to Github 19:52 Ingesting CSV files into Colab 22:31 Describing Data using df.describe() 24:30 Plotting data with seaboard 28:30 lmplot 29:30 Comparing cumulative deaths in Covid19 plot by state 32:40 Merging Pandas Dataframe with election and Sugar Consumption 37:38 Exporting CSV file and uploading to Github from Colab result 39:27 Continuous Integration of Jupyter Notebook with Github Actions 40:44 Create Makefile 44:32 Using Github Actions to test Jupyter via nbval plugin 45:43 Using Github Status Badge for Jupyter Notebook test run pass
    Anmerkung: Online resource; Title from title screen (viewed January 22, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (4 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Computer programming ; Python (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Kurzfassung: What is the if __name__ condition in Python for? If you've seen __main__ at the end of a Python script and wondered why that is there it is to avoid side effects when importing and allowing you to run the file as a script on the terminal. If you want more details, watch this short video where we work with a Python script to find out those side effects and how the Python script can change once the if condition with __name__ is done at the end. Next Steps Now that you know about the conditional at the end, you might want to explore writing Python scripts that use this trick. There are several examples you can follow in these GitHub repositories with argparse, the Click framework and using sys.argv: argparse GitHub repo examples sys.argv GitHub repo examples Build Python applications from scratch.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed March 9, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (6 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.117
    Schlagwort(e): Python (Computer program language) ; Application software Development ; Python (Langage de programmation) ; Logiciels d'application ; Développement ; Application software ; Development ; Python (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Kurzfassung: What does the Yield keyword do in Python? This video covers the basics so you can understand what yield is, what is a generator, and why is it different than any other iterable in Python A yield keyword makes a function a lazy iterable. Producing values one at a time. The function becomes a generator, so when called, the code will not execute. A generator is a function that uses the yield keyword. This function is an iterable that produces values one at a time, or does a lazy production of values. I'll use a Jupyter Notebook that you can use to follow along with practical examples that will show you what are some of the key differences and when or why you would use the yield keyword. In this video you will learn: What is an iterable and how is it different from using yield? What does yield do to a function? What is a Python generator Potential uses for a Python generator like infinite results Useful Resources GitHub repository with examples Build Python applications from scratch Try Azure for Free Introduction to Azure Databricks.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed March 21, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (19 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Application software Development ; Cloud computing ; Microsoft Azure (Computing platform) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: MLOps deployment to Azure Container Apps Take advantage of insta-scaling for live inferencing Learn how to deploy an ML container with FastAPI and deploy it to Azure Container Apps with GitHub Actions. This repository gives you a good starting point with a Dockerfile, GitHub Actions workflow, and Python code that already works for generating text using GPT-2 with HuggingFace Transformers. First, you'll go through an architectural overview of the end-result, then you will go through every configuration item needed to set the automation right between Azure and GitHub Actions and the GitHub Container Registry. Finally, you'll see how to deploy and find a few crucial requirements needed for everything to work, like ingress ports and setting the right amount of RAM and CPU. Learn Objectives In this video lesson, I'll go over the details with an example repository you can use for reference including the following learning objectives: Use GitHub Container Registry to push a built container Use the Azure CLI in a GItHub Action to authenticate to Azure How to generate an Azure Service Principal and a Personal Access Token to authenticate Configure Azure Container Apps to correctly serve a model with enough resources Look at deployment logs to ensure things are working right Resources Example repository Practical MLOps book MLOps Maturity Model Packaging ML models MLOps packaging: HuggingFace and Docker MLOps packaging: HuggingFace and Azure Container Registry.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed July 12, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (17 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Application software Development ; Cloud computing ; Microsoft Azure (Computing platform) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: MLOps packaging: HuggingFace and Azure Container Registry Use automation to package models Learn how to package a HuggingFace GPT2 model for text generation using automation with MLOps and pushing the result to Azure Container Registry. With just a little bit of Python and FastAPI you can have a powerful text generation API that is self-documented! Learn Objectives In this video lesson, I'll go over the details with an example repository you can use for reference including the following learning objectives: Create a FastAPI application with HuggingFace Interact with the model with HTTP from a container using FastAPI Containerize the application using GitHub Actions Create repository secrets to login and push to Azure Container Registry Resources Example repository Practical MLOps book MLOps Maturity Model Packaging ML models.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed July 6, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (11 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13
    Schlagwort(e): Text editors (Computer programs) ; Text editors (Computer programs) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: VSCode for the web Use VSCode directly on the web for editing Git repos Although you can use VSCode locally, using it in the web allows you to avoid having an install and dealing with platform problems. There is no account required and you can directly edit GitHub repositories on the web. In the case of Python, there are a couple of constraints that you must be aware of, like no support to run the terminal and execute a Python program. But syntax and intellisense works great, and we can even make Jupyter Notebooks work with the help of an extension. If you are a beginner and trying out different text editors, or even if you are a seasoned developer, you will find a case to use this feature of VSCode. Learning Objectives In this lesson you will learn: Opening a GitHub repository directly on the web and start editing it Commit and push changes from VSCode on the web to GitHub What are the constraints and limitations of the Python support Use Jupyter Notebooks and find what are some of the problems you may find Useful Resources VSCode for the Web documentation Minimal Python book Free Azure Certification for Students Develop web applications with Visual Studio Code.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Microsoft Press
    ISBN: 9780137916115 , 0137916116
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (6 hr., 13 min.)) , sound, color
    Ausgabe: [First edition].
    DDC: 006.6/8
    Schlagwort(e): Microsoft Power BI (Computer file) Study guides Examinations ; Microsoft software Study guides Examinations ; Business Study guides Data processing ; Examinations ; Examinations ; Microsoft software ; Examinations ; Instructional films ; Internet videos ; Nonfiction films ; Study guides ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 6+ Hours of Video Instruction Prepare for Microsoft Exam PL-300 and demonstrate your mastery of Power BI data analysis. This Exam PL-300 Microsoft Power BI Data Analyst video is designed for data analysts responsible for designing scalable data models, cleaning and transforming data, and presenting analytic insights through data visualizations using Power BI. This video focuses on the skills measured by the exam objectives, as updated by Microsoft on February 28, 2022: Prepare the data Model the data Visualize and analyze the data Deploy and maintain assets Using his years of experience teaching Power BI to a variety of learners, Microsoft Certified Trainer Chris Sorensen explains how to optimize Power BI features and functions and prepares you for what to expect on the PL-300 exam. In his engaging style that is grounded in real-world scenarios, Chris gives you insights to navigate and build effective Power BI solutions, quickly and effectively. With Chris as your guide, you are well-equipped to advance in your career as a data analyst. Skill Level: Intermediate Who Should Take This Course: Certification candidates preparing for exam PL-300 Microsoft Power BI Data Analyst Data analysts who want to use Microsoft Power BI to maximize their data assets Business intelligence professionals who want to advance their knowledge of data processing and analytics Course Requirements: Power BI Desktop installed on your machine Access to the Power BI service Familiarity with the end-to-end process of connecting to data sources, cleaning and transforming data, modeling data for self-service consumption, building reports, and securely distributing reports and dashboards About Pearson Video Training: Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (15 min.)) , sound, color
    Ausgabe: [First edition].
    DDC: 006.3/1
    Schlagwort(e): Machine learning ; Computer software Development ; Computer software ; Development ; Machine learning ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: MLOps packaging: HuggingFace and GitHub Container Registry Use automation to package models to GitHub Learn how to package a HuggingFace GPT2 model using automation with MLOps and pushing the result to GitHub Container Registry. With just a little bit of Python and FastAPI you can have a powerful text generation API that is self-documented! Automation is a foundational piece of MLOps, and using GitHub Actions to package a model automatically and on-demand with GitHub Actions you can create robust deployments and testing scenarios for machine learning operations. Learn Objectives In this video lesson, I'll go over the details with an example repository you can use for reference including the following learning objectives: Create a FastAPI application with HuggingFace Interact with the model with HTTP from a container using FastAPI Containerize the application using GitHub Actions Create repository secrets to login and push to GitHub Container Registry (ghcr.io) Resources Example repository Practical MLOps book MLOps Maturity Model Packaging ML models.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 24, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 31
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 1 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Python (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Python Functions and Classes Over 1 hour of course material with practice code Quickly learn learn the basics of Python functions and classes In this course, you will learn how to work with functions, classes and methods. These are the basis of almost any program you might create with Python. Functions and classes are useful for organizing code, increasing maintainability and code reuse. This course is perfect for beginners to Python that want to go beyond variables and logic and want to start working with object-oriented programming. This course includes example repositories with interactive Jupyter Notebooks that you can use to practice yourself. All lessons and videos have accompanying GitHub Repositories with example code. Reference GitHub Repository Learn Objectives This course includes the following learning objectives: In this week you will learn to: Create and work with functions. Build classes and methods. Require arguments or make them optional Use keyword arguments and use fallback values Resources Python Bootcamp for Data course Python for Beginners course Pytest Master Class Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 32
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (2 hr., 5 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Rust (Computer program language) ; Computer software Development ; Computer software ; Development ; Rust (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 52 Weeks of Rust Learning Rust by Live Coding This video series live codes Rust and iteratively learns the language. Lessons Covered Include: 1.0 52 weeks rust ep 1 getting started setup env 2.0 52 weeks rust ep 2 starting scripts 3.0 52 weeks rust ep 3 functions 4.0 52 weeks rust ep 4 loops 5.0 52 weeks rust ep 5 ownership more looping Learning Objectives Learn Rust by Live Coding Additional Popular Resources Pytest Master Class AWS Solutions Architect Professional Course Github Actions and GitOps in One Hour Video Course Jenkins CI/CD and Github in One Hour Video Course AWS Certified Cloud Practitioner Video Course Advanced Testing with Pytest Video Course AWS Solutions Architect Certification In ONE HOUR Python for DevOps Master Class 2022: CI/CD, Github Actions, Containers, and Microservices MLOPs Foundations: Chapter 2 Walkthrough of Practical MLOps Learn Docker containers in One Hour Video Course Introduction to MLOps Walkthrough AZ-900 (Azure Fundamentals) Quick reference guide 52 Weeks of AWS Episode 8: Infrastructure as Code with CDK and AWS Lambda Learn GCP Cloud Functions in One Hour Video Course Python Devops in TWO HOURS! MLOps Platforms From Zero: DatMLOps Platforms From Zero: Databricks, MLFlow/MLRun/SKLearn AWS Machine Learning Certification In ONE HOUR Fast, documented Machine Learning APIs with FastAPI Zero to One: AWS Lambda with SAM and Python in One Hour AWS Storage Solutions 2022: EBS/S3/EFS/Glacier Python Bootcamp for Data Testing In Python book Minimal Python book Practical MLOps book Python for DevOps-Playlist.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 33
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (18 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.75/65
    Schlagwort(e): PostgreSQL ; Database management ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Azure PostgreSQL Setup and deploy an Azure PostgreSQL database Learn how to setup a PostgreSQL database using the Azure cloud. From the different options you have to create a PostgreSQL database (flexible or single server) to connection strings and firewall settings. This video will walk you through all you need to know to setup the resources, understand the constraints, and then correctly connect from a remote workstation using psql . Learning Objectives In this video you will learn to: Use the Azure Portal to create a PostgreSQL database Select between single and flexible server options Understand the constraints to create a database Setup firewall settings for external access Use psql to connect from a remote workstation to PostgreSQL Use the default database to connect Resources Azure Fundamentals Certification Azure Fundamentals quick reference guide Azure remote compute for VSCode Automated Azure resource cleanup Learn Azure ML (AutoML) in One hour.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed December 12, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 34
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Build a command-line tool with Apple's Swift language.
    Anmerkung: Online resource; Title from title screen (viewed January 10, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 35
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 10 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to build an S3 Bucket Lister Console app using VS 2022 and AWS targeting .NET 6.
    Anmerkung: Online resource; Title from title screen (viewed January 3, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 36
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 28 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Step up your local setup by setting a remote compute instance with attached SMB storage and then connect your local VSCode editor so that you can execute code and Jupyter Notebooks remotely. In this video I go through everything you need to know to crete a compute instance in Azure, both in Azure Machine Learning Studio and using the Data Science Virtual Machine spot instance that allows you to save costs when running a high memory with GPU instance. Because remote compute instances in the cloud should be considered ephemeral, specially if you are using spot instances, this video also covers setting up a storage account and a file share configuration for a Samba share that allows you to attach that same storage to any compute. Topics include: Create an Azure compute instance Learn about Spot Instances and other cost savings Setup VSCode for remote code execution Create an SMB file share and attach it to a VM Execute Jupyter Notebooks remotely Useful links: * Github Repository with summary instructions * Create a File share documentation on Azure * Data Science VMs in Azure
    Anmerkung: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 37
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to use AWS Data Governance and Auditing Tools.
    Anmerkung: Online resource; Title from title screen (viewed January 15, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 38
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 4 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: How to use ~/.bashrc to manage project secrets
    Anmerkung: Online resource; Title from title screen (viewed January 16, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 39
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Find out what Github Codespaces is and how to use it to write Python in under 2 minutes
    Anmerkung: Online resource; Title from title screen (viewed January 13, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 40
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 28 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.26/2
    Schlagwort(e): Python (Computer program language) ; Computer programming ; Python (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Kurzfassung: Python Command Line Tools Course This is a full Python CLI course that will take you from the most basic approaches to command line tools in Python to the more advanced featuers that use frameworks like argparse and Click. Everything on this course is available in the course Repository on GitHub, so that you can follow the examples closely and use that as a foundation with all examples and sample files. Building a CLI is the foundation for automation in your daily work By the end of the course you should feel confident in creating a tool, and the following: Create simple CLI tools without any frameworks Learn about arguments, flags, help menus and how to create them automatically Use the argparse framework to build more complex tools Build a CLI with the Click framework Use special features of Click like colored output and argument types Modularizing and project scaffolding in Python Packaging and packaging files in Python How to create tests and run them automatically Continuous Integration and Continuous Deployment with Github Actions for Python Packaging a CLI tool with an executable Distributing a CLI tool on PyPI (the Python Package Index) How to automatically test your project on a PR (GitHub pull request) How to automate publishing your tool to PyPI on a release We'll cover 3 different ways to create tools, from the very basic (with sys.argv) to using a framework that comes with Python ( argparse), and finally the more involved, by using an external library like Click. This flexibility is essential because it will let you decide when to use a simple single file with no dependencies to a fully featured framework like Click. Then you will learn about the project layout, modularizing and organizing your code in directories and files while keeping everything useful for a CLI. You will test your code using Pytest and then package your code using Python packaging files and tools. You will continue by automating everything, including the testing and linting using GitHub Actions, and finally publishing your project to the Python Package Index so that it can be installed by anyone in the world. Course Resources Course Repository on GitHub Build Python applications from scratch.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed March 9, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 41
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (48 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 004.67/82
    Schlagwort(e): Windows Azure ; Cloud computing ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Deploy a containerized web app to Azure There are many services out there that allow you to deploy a container to the cloud. Although a straightforward operation, it is critical to understand how to create a robust automation deployment system. This course will create a Python Flask application from scratch, will containerize it, set the automation for it and then deploy it to Azure. This course lays out the foundations for creating more powerful containerized applications beyond the simple examples. You can add a Machine Learning model into the container and the end result would be the same: a robust deployment system that can get changes quickly onto Azure with any changes to the main branch. The continuous deployment system is a game changer as a skill set, making you a far more valuable engineer. In this video you will learn: Create a Python Flask application for containerization Use a Dockerfile to create the Flask container Use GitHub Actions to automatically deploy the container after a pull request or changes to the main branch Push your container to the GitHub container registry from the GitHub repository Create the web app on the Azure portal and connect it to GitHub Actions Host the containerized Python Flask application on Azure Debugging techniques for broken containers and other common errors like incorrect ports Useful Resources GitHub repository with sample code Free Azure Certification for Students Try Azure for Free AZ-900 Azure Fundamentals reference guide Azure SAMBA file share Azure Remote Compute for VSCode.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 10, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 42
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (15 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.26/2
    Schlagwort(e): Python (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Learn how to run Python scripts on GitHub Actions! This allows you to handle logic that might be a bit more complex, like setting conditional behavior based on results. I'll show you how in this GitHub Actions lesson for beginners so that you can use this in your own repository easily. Example repo in the lesson resources. Although GitHub actions is powerful as-is, it can get complicated when consuming inputs from other sources like an HTTP request providing JSON output. Imagine a scenario where, depending on the JSON output of an HTTP request you have to do an API call. You might be able to do this with a specialized action or workflow, but with Python it might be easier.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed June 2, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 43
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 2 min.)) , sound, color
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Python (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Python for Beginners Over 1 hour of course material with practice code Quickly learn learn the basics of Python In this course, you will learn how to undersetand Python fundamentals. This is an easy course for absolute beginners that will get you introduced to logic, variables, types, and data structures. This should be the first step when learning Python, and this course includes example repositories with interactive Jupyter Notebooks that you can use to practice yourself. All lessons and videos have accompanying GitHub Repositories with example code. Reference GitHub Repository Learn Objectives This course has extensive content that covers Python for beginners and then moves onto data structures including handling logic and applying it to sample problems. It will include the following learning objectives: Work with logic in Python Assign variables and use variables Use different data structures like lists and dictionaries Explore some other data structures like tuples and sets Add, modify, and extract data from data structures Resources Python Dictionaries course Pytest Master Class Python Bootcamp for Data Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 44
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (28 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 004.67/82
    Schlagwort(e): Microsoft Azure (Computing platform) ; Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Introduction to Azure Functions Create a function with Python and Flask Learn how to create an Azure Function in the fastest way using instant deployment with Visual Studio Code, and then find out how to take it to the next level by using the Flask framework to take advantage of common Python patterns you might already be used to. Finally, we'll go through automation steps using GitHub Actions so that you can re-deploy your Azure Function after merging changes. This will give you confidence for deployment, make it less error-prone, and give you a foundational workflow to implement serverless technology using the Azure cloud. Learning Objectives Create an Azure Function using the Azure Portal Quickly build a function using Visual Studio Code Deploy in one click with the Azure Functions extension Modify your code and routes to use Flask Use GitHub Actions for automating the deployment process About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience creating courses with Codespaces is seen throughout this course, where you will get a first-hand experience with practical examples as well as applicable configuration for any development environment. Resources GitHub Codespaces course Microsoft Azure Fundamentals (AZ-900) Certification Pytest Master Class Practical MLOps book.
    Anmerkung: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed September 27, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 45
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Project Management Institute | Boston, MA : Safari
    ISBN: 9781628257564
    Sprache: Englisch
    Seiten: 1 online resource (214 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic books
    Kurzfassung: Transformation is no longer a short-lived initiative. It is not a program.It is not linear.Instead, the world’s leading organizations now embrace transformationas a a challenging, stretching, exciting and essential constant in theirlives. Welcome to the age of perpetual transformation.Now, the Brightline Initiative and Thinkers50 have collaborated to bringtogether some of the world’s leading minds on the theme of perpetualtransformation. Curated by Thinkers50 cofounder Stuart Crainer andintroduced by PMI COO Michael DePrisco, Perpetual Transformationfeatures ideas and insights from Didier Bonnet, Susie Kennedy, KaihanKrippendorff, Jeffrey Kuhn, Habeeb Mahaboob, Tony O’Driscoll,Martin Reeves, Lars Fæste, Tom Deegan, April Rinne, Antonio Nieto-Rodriguez, Gabriele Rosani, Paolo Cervini, Robin Speculand, BehnamTabrizi and a host of others.
    Anmerkung: Online resource; Title from title page (viewed February 1, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 46
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to build solutions with Go and the AWS Cloud9 environment via the AWS SDK
    Anmerkung: Online resource; Title from title screen (viewed January 9, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 47
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 7 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Building AI APIs with .NET 6 and AWS Comprehend
    Anmerkung: Online resource; Title from title screen (viewed January 8, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 48
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 9 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: A walkthrough of building a basic phrase repeater console application in VS Code 2022, .NET 6 and C# 10
    Anmerkung: Online resource; Title from title screen (viewed January 1, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 49
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Build a robust Python CLI tool with argparse The argparse module is part of the Python standard library and meant to help you build robust command line tools. Once you need flags, switches, values, or positional arguments, it is very difficult to achieve that without using a framework. In this case, argparse can help build all you need to handle inputs in the terminal. We'll see how a single file named size.py that calculates file sizes can make use of argparse to handle the input in the terminal. Then, we will cover how error handling is done automatically when the expectations from argparse aren't met. And finally, we'll go through some of the help menu options that construct the body of the help output. Check the resources section for the GitHub repo with sample code Why would you want to use argparse Since argparse is part of the Python standard library, there is no need for you to define or install any external dependencies. You are ensuring that any Python installation in any system will work correctly out of the gate. A very basic Python CLI tool without dependencies using the argparse module Next steps Now that you know how to enhance a Python script into a more powerful one with argparse , you can try out other frameworks like the Click framework or something much simpler by using the sys module. I have examples and guides for the sys.argv module and for using the Click framework . Useful links and resources GitHub repo with sample code Build Python applications from scratch Setup your Data Science environment with VSCode
    Anmerkung: Online resource; Title from title screen (viewed February 8, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 50
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 8 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Setup quick and easy way to mount a SAMBA (SMB) file share in an Azure VM with a pre-configured BASH script. The shell script will allow you to automatically mount the share and save your work. This type of workflow allows your infrastructures and virtual machines to be resilient to failure. This is a short video that covers only setting up SMB on a VM. For a full video with setting up the VM, SSH access, and connect a remote compute to VSCode go here Follow along with more examples in the Github repository This video covers: Create a Storage Account Create a File Share for a Storage Account Use SSH to connect to a remote Virtual Machine Use a pre-configured shell script to mount the share Verify files and directories through the Azure portal 00:00 Introduction 00:26 Azure Portal Virtual Machines 01:00 SSH Connection string 01:41 Create a Storage Account in Azure 03:18 Create a File Share (SAMBA) in Azure 04:12 SAMBA connection snippet in BASH (Shell script) for mounting 05:06 Create the script in the Virtual Machine 05:34 Mount the SAMBA share and verify it is mounted in /mnt/ 06:45 Verify created files are available in the Azure Portal for the File Share Useful links: * Github Repository with summary instructions * Create a File share documentation on Azure * Data Science VMs in Azure
    Anmerkung: Online resource; Title from title screen (viewed January 27, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 51
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 3 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: What are the three most important files in a Python project? * Makefile * Dockerfile * Requirements
    Anmerkung: Online resource; Title from title screen (viewed January 21, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 52
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 7 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to deploy an AWS Lambda Function in Python with CDK. 00:00 Intro 00:36 Verify CDK Version 01:00 Initialize Python CDK app 02:09 Create AWS Python Lambda 02:50 Add AWS CDK Stack for AWS Lambda 03:42 Run cdk diff 04:06 bootstrap cdk 05:31 run cdk deploy result 06:01 test AWS Lambda in Console
    Anmerkung: Online resource; Title from title screen (viewed January 24, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 53
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 9 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to perform Continuous Delivery of Container Based Projects using ECR, Cloud9 and App Runner. 00:00 Intro 00:27 Architectural Overview 01:30 FastAPI project overview 01:50 Setup AWS Cloud9 03:20 Setup ECR 05:00 Setup AWS App Runner
    Anmerkung: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 54
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (23 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.133
    Schlagwort(e): Python (Computer program language) ; Information storage and retrieval systems ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Learn how to use Python dictionaries to store and retrieve data. Although dictionaries look complex with different ways to represent, retrieve, and store data, they can be straightforward to use. In this course I'll show you how to create, store, retrieve, and loop over dictionaries. Once you go through these different actions, you should be able to choose the right approach to work effectively with dictionaries. If you are already familiar with Python lists and you are ready to take the next step with dictionaries, then this course is for you.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed June 2, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 55
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (12 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/12
    Schlagwort(e): Windows Azure ; Cloud computing ; Windows Azure ; Cloud computing ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Automated deletion of Azure Resources Prevent surprise bills with automation Prevent your Azure bill from running wild! In this video I show how you can automate the removal of Azure resources on demand or by schedule. With GitHub Actions and an Azure account you can prevent services from running wild and causing unnecessary billing overcharges! With automation in place, there is no need to remember what VM you left running! First, you'll start by creating a GitHub Action that authenticates to Azure, then you will query locally your resource groups to identify which ones you can delete. Next, you will port the query over to the Action workflow. Finally, you will delete resources that match, making sure those are fully removed, preventing a large bill. You will need a GitHub and Azure account, an Azure Service Principal and the Azure CLI installed locally. Learning Objectives In this lesson you will learn: Create a GitHub Action workflow to query Resource Groups Query Resource Groups that match locally Use scripting to extract Resource Group names Remove Resource Groups with the Azure CLI in GitHub Actions Useful Resources Sample GitHub repository Create an Azure Service Principal for GitHub Actions Azure Service Principal documentation Install Azure CLI Free Azure Certification for Students Introduction to GitHub Actions Run Python In GitHub Actions.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed June 20, 2022). - Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 56
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (14 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: VSCode development environments Learn different options for programming with VSCode Find out different ways you can use VSCode for development: on the web, with Codespaces or locally with configurable Docker containers This video will cover what makes each one different and when you might want to use one vs. the other. From quick edits on GitHub to a more powerful machine backed by a remote compute using Codespaces, it is all about flexibility! Topics Covered Include: Use quick edits with GitHub.dev that show on your repository Open any repository with VSCode.dev Use Codespaces with a powerful remote compute Configure a local codespace with Devcontainers using Docker Additional Resources Pytest Master Class AWS Solutions Architect Professional Course Github Actions and GitOps in One Hour Video Course Jenkins CI/CD and Github in One Hour Video Course AWS Certified Cloud Practitioner Video Course Advanced Testing with Pytest Video Course AWS Solutions Architect Certification In ONE HOUR Python for DevOps Master Class 2022: CI/CD, Github Actions, Containers, and Microservices MLOPs Foundations: Chapter 2 Walkthrough of Practical MLOps Learn Docker containers in One Hour Video Course Introduction to MLOps Walkthrough AZ-900 (Azure Fundamentals) Quick reference guide.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 9, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 57
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 1 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Numerical analysis Data processing ; Information visualization ; Information visualization ; Numerical analysis ; Data processing ; Python (Computer program language) ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Intro to Pandas Over 1 hour of course material with practice code Quickly learn to use Pandas with examples Learn how to work with data using Pandas and NumPy. From loading and reading datasets from different sources to plotting graphs and exploring common problems in data. Pandas will allow you to perform transformations and export your data into different formats, and NumPy will boost your ability to work with numerical data. This course is meant for beginners that want to understand Pandas from the start and find more about NumPy. All lessons and videos have accompanying GitHub Repositories with example code. Reference GitHub Repository Learning Objectives In this course you will learn to: Load and export data from different sources Manipulate data in datasets Apply functions and transform columns Query for specific data Perform common operations on NumPy arrays Resources Python for beginners course Python Functions and Classes course Python Dictionaries course Introduction to Testing in Python course Pytest Master Class Python Bootcamp for Data Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 23, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 58
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 43 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 004.67/82
    Schlagwort(e): Windows Azure Study guides Examinations ; Database management Study guides Examinations ; Cloud computing Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Microsoft Azure Fundamentals (AZ-900) Certification Pass the Azure fundamentals certification This early release and ongoing course will give you everything you need to pass the Azure Fundamentals (AZ-900) certification. This is the foundational certification for Azure which is essential for working in Microsoft's cloud. The course will go into every content that is relevant to pass the certification including how to create a study guide and strategy to pass the exam. Course overview This course contains a complete walkthrough over all of the content relevant for the AZ-900 certification with a summary and specialized notes after each sections, following the same content that is available as Learning Paths. Aside from the video content, create your own study notes and strategy using the example reference guide This course includes all of the author's study notes so that you can use them in addition to your own notes. Course Content Describe Cloud Concepts Cloud Concepts Study notes Introduction to Azure Fundamentals Discuss Azure concepts Describe code Azure Architectural components About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his experience studying and passing the AZ-900 is seen throughout this course, where you will get a first-hand experience with study notes, example repositories, and a solid study strategy. Resources Study notes Quick AZ-900 reference guide Azure Remote Compute for VSCode Automated Azure Resource Cleanup Azure SAMBA file share Learn Azure (AutoML) in one hour Deploying containers to Azure Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed September 13, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 59
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (4 hr., 10 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Python Bootcamp for Data Learn foundational Python with an emphasis for data In this course, you will learn how to work effectively with Python. You will understand how to use variables, create functions, and work with classes. That foundational knowledge will allow you to understand testing and testing techniques to validate your work and then move onto Pandas and Numpy which allows you to work effectively with data sets and other data science tasks. This is valuable for anyone wanting to get a quick introductory course on Python, like a student, programmer new to Python or aspiring data engineer or data scientist. At the end of this course you'll be ready to work with more advanced concepts with Pandas and Numpy with a solid foundation in Python for any other task. All lessons and videos have accompanying GitHub Repositories with example code. Learn Objectives This course has extensive content that covers Python for beginners and then moves onto more complex Python operations including data analysis, exploration, and manipulation with Pandas and NumPy. It will include the following learning objectives: Work with logic in Python, assigning variables and using different data structures Create functions and classes of different types Write, run, and debug tests using Pytest to validate your work Manipulate data with Pandas Create and modify NumPy arrays Index This course is divided into content for 4 weeks, with 3 lessons per week: Week 1: Introduction to Python Reference GitHub Repository Working with variables and types Introduction to Python data structures Adding and extracting data from data structures Week 2: Python functions and Classes Reference GitHub Repository Working with functions Building classes and using methods Modules and advanced usage Week 3: Testing in Python Reference GitHub Repository Introduction to testing Writing useful tests Test failures Week 4: Introduction to Pandas and Numpy Reference GitHub Repository Basic Pandas usage Working with datasets Introduction to NumPy Resources Week 1 GitHub repository: Introduction to Python Week 2 GitHub repository: Python Functions and Classes Week 3 GitHub repository: Testing In Python Week 4 GitHub repository: Introduction to Pandas and Numpy Python dictionaries Learn Module Testing In Python book Minimal Python book Python for Beginners Learn Path Practical MLOps book.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed July 25, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 60
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (8 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/12
    Schlagwort(e): Windows Azure ; Cloud computing ; Windows Azure ; Cloud computing ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Azure in GitHub Actions Authenticate to Azure with GitHub Actions If you need to use GitHub Actions and interact with Azure resources, you'll need to authenticate properly. Authenticating is made easy by direct Action support in a workflow, but it requires a Service Principal created in a specific way that produces output that is required to go into a GitHub Secret. Using a sample GitHub repository, the video lesson will cover all the details you need to know to get a working GitHub workflow step to authenticate to Azure and then use the Azure CLI to perform operations. Learning Objectives In this lesson you will learn: Create a GitHub Action workflow to login to Azure Create an Azure Service Principal with enough permissions Add a GitHub Actions Secret from the Service Principal Run the workflow that uses the Azure CLI Useful Resources Sample GitHub Repository GitHub Actions and GitOps in One Hour Run Python in GitHub Actions Azure Service Principal documentation How to install the Azure CLI Free Azure Certification for Students.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed June 21, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 61
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 2 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: 52 Weeks of AWS Episode 5: I dive into the penultimate Cloud Practitioner Material. Part3 + Network and Content Delivery, Compute Storage
    Anmerkung: Online resource; Title from title screen (viewed January 4, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 62
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Interview with O'Reilly authors John Culkin and Mike Zazon for AWS Cookbook. Buy a copy here: https://www.amazon.com/AWS-Cookbook-Recipes-Success/dp/1492092606/ 00:00 Intro 02:00 Why book? 10:00 VMs vs Containers 17:00 security scanning containers 26:29 Demo recipes 32:56 CDK 55:15 cleanup
    Anmerkung: Online resource; Title from title screen (viewed February 1, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 63
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 35 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: I walk through the official Swift guide and try out Operators. 00:00 Intro 02:47 basic statements 08:00 Basic operator types 14:59 Conditional Statements 22:00 For loops with range 28:00 NOT AND OR
    Anmerkung: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 64
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 26 min.)
    Ausgabe: 1st edition.
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to pass the Solutions Architect exam with security material 00:00 Intro 03:15 Components of Security 06:14 Identity bases vs. Resource bases 09:59 Cloud Trail 14:58 Role based privilages 19:26 SAML 23:31 Security Use Cases Alright, so I'm live here 52 weeks of AWS, continuing to cover the solutions architect certification material. And today I'm going to talk about securing user and application access. Probably one of the most timely topics that we can discuss for cloud computing, there is a lot of increased risk of cybersecurity threats in in the world right now. And there's conflicts that could potentially make your organization really need to care a bit more about cybersecurity. And so this is a great topic for today. So let's go ahead and dive right in here. I'm going to talk through this material on securing user and application access. I'm going to go ahead and share my screen if you're watching. Live here with the video, and let's get to it. Okay, so first up securing user application access. We're talking about some of the things like architectural needs the user account and I ns, how to organize users do federated users multiple accounts. also play around a little bit with AWS itself and do some demos, if it seems like it's needed. So by the end of this talk, today, I'm going to cover I am groups roles, how to use user Federation, also about AWS organizations, and how to manage multiple AWS accounts, which is, in fact, a really good process for many organizations. Okay, let's get into architectural need first.
    Anmerkung: Online resource; Title from title screen (viewed March 10, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 65
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 24 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: In this episode I dive into IAC with AWS Lambda on AWS Cloud9 00:00 Intro 02:00 Overview of IAC Architecture 05:00 Setup AWS Cloud9 06:57 Read CDK Project Setup 08:00 Upgrade CDK 12:33 Create AWS Lambda in Python Marco/Polo Function 14:08 Setup CDK Stack 15:32 Deploy Changes via CDK Deploy 19:32 Invoke Lambda via CDK 21:15 Invoke Lambda via Cloud9
    Anmerkung: Online resource; Title from title screen (viewed January 26, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 66
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Part 1 of solutions architect cert 00:00 Intro 01:30 Overview of Exam 07:00 AWS Architecture 08:00 Well Architected 11:00 Scalability 17:00 AWS Regions 22:00 AWS S3 26:00 AWS Costs 28:00 AWS Snowball and Snowmobile
    Anmerkung: Online resource; Title from title screen (viewed February 2, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 67
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 30 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to develop with AWS App Runner and AWS Lambda
    Anmerkung: Online resource; Title from title screen (viewed January 19, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 68
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 28 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Episode 5: Collections Swift Collections 00:00 Intro 01:52 Collection Types 04:00 Array 07:00 Type Inference with Arrays 15:00 Sets 21:00 Dictionaries
    Anmerkung: Online resource; Title from title screen (viewed February 8, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 69
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 32 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Episode 10: Solutions Architect Part 2- EC2 00:00 Intro 02:50 Compute choices 13:00 Instance Type 15:00 User data input 22:00 EC2 Storage 24:00 EFS
    Anmerkung: Online resource; Title from title screen (viewed February 8, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 70
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 min.)
    Ausgabe: 1st edition.
    Schlagwort(e): Electronic videos
    Kurzfassung: 52 Weeks of Swift_ Episode 8-Enumerations 00:00 Intro 03:30 Using .dot syntax with enum 08:29 Associated values for enumeration 13:45 Recursive enumerations Okay, so I'm live here with 52 weeks of Swift and getting into a numeration is today, still going through the Swift language guide. And I'm going to start off with sharing some, some code here on a numeration syntax. To start with, if we go and paste some of this in, here we go, you can see that the num, right here says that this is really the flavor of what it looks like. And if we wanted to build this out into exactly sort of workable code, you can see here that make this thing, have the ability to do case statements. And then what's great about this is that I can, you know, essentially select which one of these fits the case that I that I need. So let's go ahead and run this. Here we go, we see that this is actually working code. And so you can basically use this as something that can really be related values, or typesafe. Way to deal with things in Swift. And in particular, one of the things that I'm going to do is I'm going to go ahead and take a look at this planet. We'll go next year. And take a look at this. And we see that in this case, I say, case Mercury, Venus, Earth, Mars, Jupiter, Uranus, Neptune, there we go. And so how would I actually use this.
    Anmerkung: Online resource; Title from title screen (viewed March 10, 2022)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 71
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 24 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: First episode of 52 Weeks of Swift. Cover Swift Playgrounds in Xcode as well as building a command-line tool using third party Swift argument parsing.
    Anmerkung: Online resource; Title from title screen (viewed January 12, 2022) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 72
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use optimization strategies and greedy algorithms in one hour.
    Anmerkung: Online resource; Title from title screen (viewed March 7, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 73
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 60 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Get started with Vim in this one-hour video. Everything you need to know to get up and running quickly. Topics include: * Opening, saving, and quiting files * Basic movements and operations, like copying and deleting * Updating the .vimrc configuration file for customization * Installing plugins and further customization
    Anmerkung: Online resource; Title from title screen (viewed January 8, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 74
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 35 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn how to use AWS in one Hour
    Anmerkung: Online resource; Title from title screen (viewed January 9, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 75
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 20 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use AWS Elastic Beanstalk to deploy a Flask application. This tutorial covers Continuous Delivery of a Python Flask application using AWS Code Build. Elastic Beanstalk is a PAAS (Platform as a Service) that has powerful tools and integrations. This video course covers building out an development environment in Cloud9, a Makefile system and then finally, a full fledged CI/CD pipeline using Pylint and AWS Code Build of a Flask API. Follow along with the Github Resource: https://github.com/nogibjj/Flask-Elastic-Beanstalk.
    Anmerkung: Online resource; Title from title screen (viewed February 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 76
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 6 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Get started with MLOps and Github Actions to package a container with an ONNX model that does live inferencing with a Flask application. By using Azure ML, learn how to download the large ONNX model into the Github Action workflow, package it as a container and then push it to a container registry. For reference use the https://github.com/alfredodeza/flask-roberta repository Topics include: * Create a container that does live inferencing with Flask and the ONNX runtime * Package the model and verify it works locally * Setup a Github Action to authenticate to Azure ML and download a previously registered model * Build the new container as a Github Action, authenticate to Docker Hub or Github Packages * Push the new container to the Github registry or any other registry like Docker Hub
    Anmerkung: Online resource; Title from title screen (viewed March 5, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 77
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: In this video you walk through the foundational concepts of Machine Learning.
    Anmerkung: Online resource; Title from title screen (viewed February 27, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 78
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 44 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Zero to One: AWS Lambda with SAM and Python in One Hour. Learn to use AWS Cloud9 to develop serverless applications with Python and SAM (Serverless Application Model) Topics include: * Building a Lambda inside of Cloud9 * Deploying a containerized service to Amazon ECR and AWS Lambda * Invoking API Gateway based AWS Lambda services using sam invoke and AWS Cloud9
    Anmerkung: Online resource; Title from title screen (viewed April 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 79
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 26 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to debug Python code quickly! Topics include: * Continuous Integration * Python Debugger: PDB * Debugging with print statements * Debugging with IPython * Using pylint and pytest to debug code
    Anmerkung: Online resource; Title from title screen (viewed April 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 80
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 7 hr., 42 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local ; Electronic videos
    Kurzfassung: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing. 7+ Hours of Video Instruction Discover how you can use Power BI to help your organization to become more data driven. Whether you are new to analytics or have been stuck preparing and delivering data using legacy BI tools, this video shows you how to use Microsoft Power BI with confidence. In this video, learn ways to import data from various sources as well as how to transform and cleanse data prior to loading it to a report-ready, self-service-enabled data model. Create visualizations in the Power BI Desktop and then secure, share, and collaborate using the various features in the Power BI service. Using his years of experience teaching Power BI to a variety of learners, Microsoft Certified Trainer Chris Sorensen explains the core concepts of Power BI to expose you to the most widely used features and functions in Power BI. He carefully explains the “why” behind using those features, not just the “how.” In his engaging style grounded in real-world scenarios, Chris gives you the confidence to navigate and build effective Power BI solutions, quickly and effectively. Build good habits and develop in your career as a business analyst or data-driven business user. About the Instructor Chris Sorensen CPA, CGA, is the Founder and President of Iteration Insights, a tech-enabled data analytics solutions provider based in Calgary, Alberta. In his career, he has led numerous Analytics projects in more than 15 industries across small to enterprise-sized organizations. He is a Microsoft Certified Data Analyst Associate and Microsoft Certified Trainer with a combined 20+ years of industry-solution delivery and teaching experience. He has evangelized both Excel and Power BI with Microsoft since July 2015 and is the author of the Microsoft Press Exam Ref 70-779 Analyzing and Visualizing Data with Microsoft Excel and co-author of Data Analysis Fundamentals with Excel (Video) published by Microsoft Press. Skill Level Beginner-Intermediate Learn How To Import and transform data in Power Query Editor Build a data model that supports self-service analysis Develop reports and visualizations using the Power BI Desktop Enhance the experi...
    Anmerkung: Online resource; Title from title screen (viewed May 14, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 81
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 59 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: The Go programming language is becoming more popular these days with cloud-native applications and the Kubernetes ecosystem. If you are coming from Python, you will find yourself surprised to see similar patterns, while at the same time see some things that are missing or plain impossible with Go. In this course, I will introduce you to some of the basics of Golang from a Python perspective, so that you can reduce the friction trying to learn it. Topics include: * Packages, imports and variable definitions * From lists to arrays and slices * From Python dictionaries to Go maps * Looping on data structures, retrieving and adding values or items * Error handling, and the surprising fact that there aren't any tracebacks or exceptions in Go A few resources that are helpful if you are trying to learn Go, some of them covered in the course: * Visual Studio Code for Go * The Go playground * An (interactive) tour of Go
    Anmerkung: Online resource; Title from title screen (viewed May 5, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 82
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 14 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to think like a Venture Capitalist about your career and design for failure. Topics include: * Cost of Living * Open Source Software * Investments * Designing your 1-3 year experiences * Being proactive vs reactive
    Anmerkung: Online resource; Title from title screen (viewed April 28, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 83
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 53 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Get started with Jenkins, Jenkins Pipelines, and Github integration in this introductory video to the most widely used CI/CD platform in the world: Jenkins. Learn how to setup an example repository from Github into Jenkins using the same techniques you would need to scale a massive CI CD production environment. Topics include: * Install and configure Jenkins including plugins like Blue Ocean that enables pipelines * Create a Personal Access Token (PAT) in Github to connect a repository to Jenkins * Setup a trigger to run automated tests for the Github repository using a Jenkinsfile * Add a remote node or slave to the Jenkins master instance via SSH to quickly scale up operations * Validate that the project builds and deploys correctly
    Anmerkung: Online resource; Title from title screen (viewed February 18, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 84
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 44 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Python exceptions are exceptional at helping your program take decisions. It is natural to feel the urge to catch them all and ignore them. But powerful programs can be created by learning how to leverage them in order to make robust scripts and take your coding skills to the next level. In this video, I cover several techniques that will help you improve your exception handling. Topics include: * Create a script that uses exception poorly, and then improve it * Slowly clean up broad catching exceptions to improve the script * Learn how to produce better errors from exceptions * Leverage other tools like logging to produce meaningful errors and tracebacks while keeping messages clean Follow along the repository to continue using more examples: https://github.com/alfredodeza/exceptions/
    Anmerkung: Online resource; Title from title screen (viewed April 22, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 85
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 15 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn some counter-intuitive ways to think about programming as a beginner. It is ok to feel stupid, it means you are on the right path! Topics include: * Failure is good * The goal of programming is to reduce complexity * Automation is a requirement * Continuously Improve your code * Embrace Automation and Monitoring
    Anmerkung: Online resource; Title from title screen (viewed April 17, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 86
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 13 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Zero to One: Data Science to MLOps in One Hour. Learn to frame a problem, then convert it into a data science project and present it to stakeholders. Later, move that prediction system to producting using MLOps Topics include: * Big Tech Misinformation and what can be done about it using Data Science. * Doing MLOps with sklearn and Flask by creating Microservices * Using sklearn, pandas, plotly, matplotlib, KMeans clustering, ELI5, shap and other libraries * Putting code into production using the Python MLOps Cookbook found here: https://github.com/noahgift/data-story-telling
    Anmerkung: Online resource; Title from title screen (viewed March 20, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 87
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 39 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn the essentials of Bash for Cloud Computing Topics include: * AWS Cloud Shell and Github Code Spaces Shell programming * Editing Bashrc * Using Vim * Using shell navigation including: cd, ls, pwd, history * editing the Bash prompt and creating simple Bash Scripts, as well as Python Virtual Environments with Bash
    Anmerkung: Online resource; Title from title screen (viewed May 6, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 88
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 60 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Sometimes scraping is the only way to extract meaningful data when there are no options like an accessible API. Parsing raw HTML can be intimidating and full of failures if you aren't used to existing tooling that can help you parse faster and more efficiently. In this video, learn all the basics including some advanced techniques to parse HTML and extract data with the Scrapy library in Python. k Topics include: * Install, configure, and create a new project with Scrapy, a powerful scraping library written in Python * See what is required to start parsing a website, including looking at raw HTML, tags, and CSS. * Identify data to create a dataset or datasets to perform data science analysis later * Capture parsed data and save it in different formats locally * Ultra fast scraping techniques by using the filesystem directly A few resources that are helpful if you are trying to do scraping, some of them covered in the course: * Scrapy Library * Scrapy Getting started tutorial
    Anmerkung: Online resource; Title from title screen (viewed May 13, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 89
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 36 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use MLOPs methodology to build applied computer vision solutions. Topics include: * Apple CreateML * AutoML * Image Classification * Kaizen * Computer Vision
    Anmerkung: Online resource; Title from title screen (viewed April 30, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 90
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 1 hr., 26 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to use optimization techninques along with AWS Step Functions
    Anmerkung: Online resource; Title from title screen (viewed September 12, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 91
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 2 hr., 30 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Learn to master key components of Python functions. Topics include: * Input, Output and Unit of Work * Decorators, Yield Statements, Generators, Closures and Nested Functions * Using Github Codespaces and Github Actions * Building Command-line tools * Microservices including Flask and FastAPI * Using AWS Cloud9 along side AWS App Runner
    Anmerkung: Online resource; Title from title screen (viewed September 3, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 92
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 25 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Topics include: * Solar * Tesla * Nest * Smart Home * Time of Use * Net metering * Battery Backup * EV (electric vehicle) * Artificial Intelligence * Level 1 Charging * Level 2 Charging * Level 3 Charging
    Anmerkung: Online resource; Title from title screen (viewed July 25, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 93
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 15 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos ; local
    Kurzfassung: Use AWS Step Functions to solve problems
    Anmerkung: Online resource; Title from title screen (viewed September 12, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 94
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781469078045
    Sprache: Englisch
    Seiten: 1 online resource (53052 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Audiobooks
    Kurzfassung: Around the world, users cost organizations billions of dollars due to simple errors and malicious actions. They believe that there is some deficiency in the users. In response, organizations believe that they have to improve their awareness efforts and making more secure users. This is like saying that coal mines should get healthier canaries. The reality is that it takes a multilayered approach that acknowledges that users will inevitably make mistakes or have malicious intent, and the failure is in not planning for that. It takes a holistic approach to assessing risk combined with technical defenses and countermeasures layered with a security culture and continuous improvement. Only with this kind of defense in depth can organizations hope to prevent the worst of the cybersecurity breaches and other user-initiated losses. Using lessons from tested and proven disciplines like military kill-chain analysis, counterterrorism analysis, industrial safety programs, and more, Ira Winkler and Dr. Tracy Celaya's You CAN Stop Stupid provides a methodology to analyze potential losses and determine appropriate countermeasures to implement. Business technology and security professionals will benefit from the information provided by these two well-known and influential cybersecurity speakers and experts.
    Anmerkung: Online resource; Title from title page (viewed January 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 95
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Ascent Audio | Boston, MA : Safari
    ISBN: 9781663711212
    Sprache: Englisch
    Seiten: 1 online resource (42728 pages)
    Ausgabe: 1st edition
    Schlagwort(e): Audiobooks
    Kurzfassung: Steve Jobs tried to stop this moment from ever happening. Google and Microsoft made bids to preempt it. The music industry blocked it time and again. Yet, on a summer's eve in 2011, the whiz kid CEO of a Swedish start-up celebrated his company's US launch. In the midst of the Apple-Android tech war and a music label crusade against piracy and illegal downloading, Spotify redrew the battle lines, sent shockwaves through Silicon Valley, and got the hardline executives at Universal, Sony, and Warner to sign with its "free-mium" platform. In The Spotify Play, Swedish investigative tech journalists Sven Carlsson and Jonas Leijonhufvud, who covered the company from its inception, draw upon hundreds of interviews, previously untapped sources, and in-depth reporting on figures like Mark Zuckerberg, Sean Parker, Steve Jobs, Taylor Swift, Jay-Z, Pony Ma Huateng, and Jimmy Iovine. They have captured the riveting David vs. Goliath story of a disruptive innovator who played the industry giants in a quest to revolutionize the consumption of sound, building today's largest online source of audio, with more than 50 million songs, one million-plus podcasts, and over 300 million users.
    Anmerkung: Online resource; Title from title page (viewed January 26, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 96
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 19 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn how to create a Python decorator that can handle exceptions by taking arguments and handling them automatically, saving you time and preventing repetition! In this video I'll walk you through some of the inner workings of decorators, but most importantly, I'll show you how to build a decorator that takes arguments and handles exceptions automatically, avoiding repetition and making your code more readable! Topics include: * Learn how decorators work behind the scenes * Find the differences between a lazy and eager decorator * Work with decorators that take arguments and delay execution Useful links: * Github repository with sample code * Get started with Python
    Anmerkung: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 97
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 37 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Learn to use Python to create statements in under an hour. The following techniques are covered: Lists,Dictionary, For Loops
    Anmerkung: Online resource; Title from title screen (viewed November 11, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 98
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 9 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: A brief overview of the MLRun open source MLOps framework.
    Anmerkung: Online resource; Title from title screen (viewed November 29, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 99
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 10 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: I walk through the new AWS Sagemaker Labs environment
    Anmerkung: Online resource; Title from title screen (viewed December 16, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 100
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Sprache: Englisch
    Seiten: 1 online resource (1 video file, approximately 47 min.)
    Ausgabe: 1st edition
    Schlagwort(e): Electronic videos
    Kurzfassung: Doing MLOps live talk and demo
    Anmerkung: Online resource; Title from title screen (viewed December 16, 2021) , Mode of access: World Wide Web.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...