Free Download Building a Scalable Monorepo with jаvascript and TypeScript
Released 10/2024
With Eve Porcello
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill level: Advanced | Genre: eLearning | Language: English + subtitle | Duration: 55m 53s | Size: 224 MB
Free Download Building Your First Python Analytics Solution
Duration: 2h 46m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 382 MB
Genre: eLearning | Language: English
This course covers the important aspects of choosing a development environment for Python, the differences between Conda and Pip for working with Python libraries, popular IDEs such as PyCharm, IDLE, Eclipse, and Spyder, as well as running Python on the cloud.
Python has exploded in popularity in recent years, largely because it makes analyzing and working with data so incredibly simple. Despite its great success as a prototyping tool, Python is still relatively unproven for large, enterprise-scale development.
Free Download Building Your First DevSecOps Pipeline in AWS
Released 10/2024
With Tim Chase
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 2h 4m 21s | Size: 251 MB
Free Download Building To Bridge Design A Career Shift Roadmap
Published 10/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.63 GB | Duration: 1h 30m
Master the transition from building design to bridge design with industry insights, experience and Interview Prep!
Free Download Building Smart Factory In The Era Of Ai And Industry 4.0
Last updated 9/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 14.01 GB | Duration: 6h 21m
A complete guide for professional, managers, engineers
Free Download Building Sentiment Analysis Systems in Python
Duration: 2h 31m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 212 MB
Genre: eLearning | Language: English
Sentiment Analysis has become increasingly important as more opinions are expressed online, in unstructured form. This course covers rule-based and ML-based approaches to extracting sentiment from opinions, including VADER, Sentiwordnet, and more.
Online opinions are becoming ubiquitous - more people are expressing their views online than ever before. As a result, extracting sentiment information from these opinions is becoming very important. In this course, Building Sentiment Analysis Systems in Python, you will learn the fundamentals of building a system to do so in Python. First, you will learn the differences between ML- and rule-based approaches, and how to use VADER, Sentiwordnet, and Naive Bayes classifiers. Next, you will build three sentiment analyzers, and use them to classify a corpus of movie reviews made available by Cornell. Finally, you will gain a conceptual understanding of Support Vector Machines, and why Naive Bayes is usually a better choice. When you're finished with this course, you will have a clear understanding of how to extract sentiment from a body of opinions, and of the design choices and trade-offs involved.
Free Download Building Interactive Visualizations Using Bokeh
Duration: 1h 47m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 203 MB
Genre: eLearning | Language: English
Bokeh is an accessible and easy-to-use Python library which allows even novice programmers to build complex, interactive visualizations in an intuitive manner. Learn how to build interactive plots to support business decision making with Bokeh.
Organizations have huge datasets, usually in a raw format. Visualization of this data is critical in order to understand what is significant before diving into data analysis. In this course, Building Interactive Visualizations Using Bokeh, you'll learn how to use Bokeh to build tweakable visualizations on the web which allows for easy exploration of data without in-depth coding knowledge. First, you'll explore the internals of how Bokeh works and the basic building blocks of Bokeh plots by working with glyphs, plots, tables, arbitrary shapes, and visual layouts. Then, you'll delve into specialized plots in Bokeh, such as plots which work with categorical data, network graphs, and geographical data. Next, you'll discover how to build geo-plots using built-in Bokeh maps and the Google Maps API, along with Bokeh's huge sample dataset to prototype some interesting plots. Finally, you'll learn some advanced features in Bokeh such as integrating with Bokeh plot tools to enhance plot interactivity and working with the Bokeh server which offers a model-view-controller paradigm to manipulate data in Python and view it using a browser. By the end of this course, you'll have the necessary knowledge to effectively work with Bokeh plots and features to extract insights from your own data in the real world.
Free Download Building Highly Connected Applications using Amazon Neptune
Released 10/2024
By AWS
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English + subtitle | Duration: 29m | Size: 93 MB
Free Download Building Excel Online Automation with Office Scripts
Released 10/2024
By Brent Allen
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 1h 44m | Size: 255 MB
Free Download Building Data Pipelines with Luigi 3 and Python
Duration: 1h 34m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 32kHz, 2ch | Size: 208 MB
Genre: eLearning | Language: English
Other developers implement data pipelines by putting together a bunch of hacky scripts, that over time turn into liabilities and maintenance nightmares. Take this course to implement sane and smart data pipelines with Luigi in Python.
Data arrives from various sources and needs further processing. It's very tempting to re-invent the wheel and write your own library to build data pipelines for batch processing. This results in data pipelines that are difficult to maintain. In this course, Building Data Pipelines with Luigi and Python, you'll learn how to build data pipelines with Luigi and Python. First, you'll explore how to build your first data pipelines with Luigi. Next, you'll discover how to configure Luigi pipelines. Finally, you'll learn how to run Luigi pipelines. When you're finished with this course, you'll have the Luigi skills and knowledge for building data pipelines that are easy to maintain.