Packt
Use functions or APIs from external libraries to develop a computer program : Creating a Package
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Learn how to create your own local package for your Python programs!
Curated Video
API Testing with Postman - Importing Existing API Definitions
Understand how to use predefined schema layouts to quickly import full API definitions into Postman. • Explain what swagger/open API definitions are • Demonstrate how schema’s fit into this • Walk through importing an API directly...
Curated Video
C++ Standard Template Library in Practice - Vectors
The user is unfamiliar with the vector container, wishes to know more about them, and when to use them. • Begin by introducing the user to the vector, discussing how it works • Inform the user of the pros and cons of using the data...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - NBA Games Project Overview
This video introduces you to NBA games project overview. This clip is from the chapter "Capstone Practice Project I" of the series "Python for Data Analysis: Step-By-Step with Projects".This section introduces you to Capstone practice...
Economics Explained
The Economy Of The North Pole
This is the arctic: home to a small specialized economic zone that doesn’t technically belong to any established nation on earth. The North Pole is an interesting economic case study, primarily because of its surprisingly incredible...
Curated Video
Learning LESS (Video 17)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Curated Video
Learning Angular 2 Directives (Video 12)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than ever...
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 5)
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
Curated Video
Advanced Swift 2 Application Development (Video 29)
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Curated Video
Introducing Ionic 2 (Video 5)
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Weatherthings
Condiciones del Tiempo y Estaciones: el sol y estaciones, metereologo, instrumentos
Una nina y su abuelo pasaron una tarde de verano sentados cerca de un lago. Comienzan hablando del calor que hace durante dias de verano, pero terminan hablando de que el lago se enfria y se congela durante el invierno. El abuelo le...
IDG TECHtalk
Learn how to use the "cProfile" module to analyze a Python program's performance and make strategic changes to it.
Can you take a Python script and turn it into a standalone executable? Sort of! The Python compiler Cython can be used to do something like this, but it's a little trickier than it might seem. We'll explore how to do this in this video,...
Curated Video
Data Science and Machine Learning with R - The Pipe Operator
This video explains pipe operator. This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation in R.
Curated Video
Java Programming for Complete Beginners - Java 16 - Eclipse Tip - Exploring Java API
In this video, we will learn about exploring Java API. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into string class and understand...
Curated Video
Learn Go in 3 Hours - Package and Imports
Go uses packages to organize source code and import statements to declare access to code in other packages. • This video covers how packages and import statements work and gives a quick walkthrough of the standard library. • Learn about...
Curated Video
REST APIs with Flask and Python - Getting the JWT Identity in and Endpoint and @jwt_optional
This video explains how to get the JWT identity in and explains endpoint and @jwt_optional. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes...
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 25)
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web applications in a...
Curated Video
Learning R for Data Visualization (Video 28)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Create a computer network: Classic Network Device Interaction Examples
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Curated Video
Django3- Error Handling
In this video, we will look at error handling. This clip is from the chapter "Site 3 - Todo Woo" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will be working on our project site 3 - Todo...
Packt
Rating Component
This video focuses on the rating component. This clip is from the chapter "Starting the Front-end" of the series "MERN E-commerce from Scratch".This section explains the concept of front-end.
Packt
Producer Part 1 - Writing Twitter Client
This video explains how to write the Kafka producer using Twitter client. This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this...
Curated Video
Power BI Masterclass - R in Power BI - Importing and Transforming Data with R Example
In this video, we will cover R in Power BI to import and transform data with R example. This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we will be covering DAX, R, and Gateways....
Curated Video
Next.js from Development to Deployment - Generate Static Paths and Single Post Data
This video explains about generating static paths and single post data. This clip is from the chapter "Fetch, Parse, and Display Markdown Posts" of the series "Next.js from Development to Deployment: Build a Music Event Website".This...