PacktPub – Master Deep Learning with TensorFlow 2.0 in Python [2019]

PacktPub – Master Deep Learning with TensorFlow 2.0 in Python [2019] [Video]
English | Size: 2.3 GB
Category: Programming | Cloud-Comp | E-learning

Build deep learning algorithms with TensorFlow 2.0, dive into neural networks, and apply your skills in a business case.

PluralSight – Crawling the Web With Python and Scrapy

PluralSight – Crawling the Web With Python and Scrapy-JGTiSO
English | Size: 239.79 MB
Category: Tutorial

Have you ever spent hours trying to gather high-quality data from specific websites, and wondered how you could extract this data programmatically and use it within your own applications? In this course, Crawling the Web with Python and Scrapy, you will gain the ability to write spiders that can extract data from the web, using Python and Visual Studio Code, through an advanced yet easy-to-use framework called Scrapy. First, you will learn what scraping and crawling are, and explore all its implications. Next, you will discover how to scaffold a Scrapy project and write spiders. Finally, you will explore how to influence how spiders crawl websites and extract data in different formats. When you are finished with this course, you will have the skills and knowledge on how to use Scrapy with Python, to programmatically crawl and scrape data from any website.

PluralSight – E2e2u Slacks Journey to Developer Driven End to End Testing

PluralSight – E2e2u Slacks Journey to Developer Driven End to End Testing-JGTiSO
English | Size: 310.55 MB
Category: Tutorial

Two years ago, the Slack team presented on an approach that makes authoring reliable Android UI tests easier. To date Slack Android developers have written 637 UI tests and all of them run as part of a merge-blocking (and, most importantly, reliable) pull-request check. Having conquered this level, we set our sights on the top of our test pyramid – automated end to end tests. This test suite was still being maintained by a single hero developer, who through sheer grit and determination, didn’t let this important part of the release process die. Armed with experience in functional UI testing, Slack embarked on an adventure to make our end-to-end test suite a shared responsibility of the entire team. The team’s journey has taken them through the fields of Dagger, the bog of Espresso IdlingResources, the inferno of ProGuard and perhaps, the most challenging of them all, cultural aspects of quality assurance. Valera Zakharov looks forward to sharing where Slack is in their never-ending testing story

BBC – Seven Worlds, One Planet Continents of Wonder (2020)

BBC – Seven Worlds, One Planet: Continents of Wonder (2020)
English | Size: 1.58 GB
Category: Documentary

The most spectacular moments from the Seven Worlds, One Planet series that highlights the incredible rich and wonderful diversity of life found on our planets seven unique continents. Millions of years ago huge forces ripped apart the Earth’s crust, creating seven distinct continents. Over time, each one developed its own remarkable wildlife.

PluralSight – Building Your First Lightning Web Component LWC for Salesforce

PluralSight – Building Your First Lightning Web Component Lwc for Salesforce-JGTiSO
English | Size: 406.09 MB
Category: Tutorial

Are you passionate about using native browser features to build modern web applications? In this course, Building Your First Lightning Web Component (LWC) for Salesforce you will learn all about how Salesforce has embraced the Modern Web Standards Renaissance that has emerged in the past few years and how Lightning Web Components are a huge improvement over the Aura-based components introduced back in 2014, while still offering complete interoperability with Aura components. First, you’ll set up your development environment with Visual Studio Code and SalesforceDX. Next you’ll build an app utilizing nested web components that communicate using custom DOM events. Finally, you’ll see how to convert Aura components, as well as how to set up Jest and Jest test. When you’ve finished this course, you will be able to build your own LWC app