0.00
Рейтинг
0.00
Сила

Python YouTube API Tutorial: Sort a Playlist by Most Popular Videos


In this Python Programming Tutorial, well be learning how to get the most popular videos in a YouTube playlist. I use scripts like this a lot personally when I dont have time to watch an entire playlist and want to only see the most-watched videos. Surprisingly YouTube doesnt have this ability on their site, but Python allows us to do this programmatically. Lets get started…

The code for this video can be found at:
bit.ly/YouTubeAPI-03

YouTube API Tutorial — youtu.be/th5_9woFJmk
F-Strings Tutorial — youtu.be/nghuHvKLhJA
Sorting Tutorial — youtu.be/D3JvDWO-BY4
Slicing Tutorial — youtu.be/ajrtAuDg3yw

YouTube API Docs — developers.google.com/youtube/v3
Google API Python Client — github.com/googleapis/google-api-python-client

✅ Support My Channel Through Patreon:
www.patreon.com/coreyms

✅ Become a Channel Member:
www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join

✅ One-Time Contribution Through PayPal:
goo.gl/649HFY

✅ Cryptocurrency Donations:
Bitcoin Wallet — 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet — 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet — MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Coreys Public Amazon Wishlist
a.co/inIyro1

✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer

▶️ You Can Find Me On:
My Website — coreyms.com/
My Second Channel — www.youtube.com/c/coreymschafer
Facebook — www.facebook.com/CoreyMSchafer
Twitter — twitter.com/CoreyMSchafer
Instagram — www.instagram.com/coreymschafer/

#Python

Linux/Mac Terminal Tutorial: How To Use The cURL Command


In this Linux/Mac terminal tutorial, we will be learning how to use the cURL command. The curl command allows us to query URLs from the command line. Not only can we make regular requests, but we can POST data, authenticate users, save responses to files, and many other useful actions. Lets get started.

✅ Support My Channel Through Patreon:
www.patreon.com/coreyms

✅ Become a Channel Member:
www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join

✅ One-Time Contribution Through PayPal:
goo.gl/649HFY

✅ Cryptocurrency Donations:
Bitcoin Wallet — 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet — 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet — MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Coreys Public Amazon Wishlist
a.co/inIyro1

✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer

▶️ You Can Find Me On:
My Website — coreyms.com/
My Second Channel — www.youtube.com/c/coreymschafer
Facebook — www.facebook.com/CoreyMSchafer
Twitter — twitter.com/CoreyMSchafer
Instagram — www.instagram.com/coreymschafer/

#Linux #Mac

Linux/Mac Tutorial: SSH Key-Based Authentication - How to SSH Without a Password


In this Linux/Mac terminal tutorial, we will be learning how to configure ssh keys so that we can login to our servers without a password. Not only is this more convenient, but it is also more secure. This also allows us to write automated scripts to talk to our servers without the need of putting in passwords constantly. Lets get started.

How to Create a Network of Machines in VirtualBox with SSH Access:
youtu.be/S7jD6nnYJy0

✅ Support My Channel Through Patreon:
www.patreon.com/coreyms

✅ Become a Channel Member:
www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join

✅ One-Time Contribution Through PayPal:
goo.gl/649HFY

✅ Cryptocurrency Donations:
Bitcoin Wallet — 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet — 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet — MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Coreys Public Amazon Wishlist
a.co/inIyro1

✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer

▶️ You Can Find Me On:
My Website — coreyms.com/
My Second Channel — www.youtube.com/c/coreymschafer
Facebook — www.facebook.com/CoreyMSchafer
Twitter — twitter.com/CoreyMSchafer
Instagram — www.instagram.com/coreymschafer/

#Linux #Mac

Linux Command Line Full course: Beginners to Experts. Bash Command Line Tutorials


Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used widely as the default login shell for most Linux distributions.
In this course you will learn how use bash command to accomplish various computer task.
Following Bash topics have been shown and elaborated properly.

⭐ Table of Contents ⭐
(0:00) Linux Command: cal
(0:39) Linux Command: date
(1:30) Linux Command: pwd
(3:02) Linux Command: exit
(3:05) Linux Command: Navigate bash history using arrow keys
(6:27) Linux Command: Navigate left and right using arrow keys
(7:17) Linux Command: mkdir
(9:55) Linux Command: ls1
(11:45) Linux Command: less
(18:44) Linux Command: ls2
(22:53) Linux Command: ls3
(25:06) Linux Command: ls4
(30:20) Linux Command: ls5
(32:37) Linux Command: ls6
(37:18) Linux Command: rm1
(43:50) Linux Command: Using cd to navigate to a directory using a relative path
(52:55) Linux Command: Understanding complex relative paths using. and…
(1:02:03) Linux Command: cd2
(1:12:49) Linux Command: cd3
(1:19:09) Linux Command: cd4
(1:24:49) Linux Command: mv
(1:30:21) Linux Command: cd5
(1:34:56) Linux Command: ln1
(1:39:27) Linux Command: ln2
(1:52:57) Linux Command: file
(1:55:27) Linux Command: cp2
(1:59:00) Linux Command: cp1
(2:02:56) Linux Command: Using echo to print simple strings
(2:05:44) Linux Command: Using echo to display multi-line messages
(2:08:44) Linux Command: Using echo to display messages with escape sequences
(2:16:15) Linux Command: ls and cd
(2:23:15) Linux Command: cat
(2:28:28) Linux Command: uniq
(2:31:40) Linux Command: wc
(2:34:22) Linux Command: grep
(2:37:27) Linux Command: head and tail
(2:40:44) Linux Command: Echo
(2:43:17) Linux Command: Wildcard Expansion
(2:46:28) Linux Command: pathname expansion
(2:48:13) Linux Command: Tilde expansion
(2:49:46) Linux Command: Arithmetic expansion
(2:56:04) Linux Command: Brace expansion
(3:10:33) Linux Command: Parameter expansion
(3:16:22) Linux Command: Command substitution
(3:20:46) Linux Command: Escape characters
(3:28:14) Linux Command: Double quotes
(3:39:36) Linux Command: Single Quotes

Credit: Bash Command
Course developed by: Lane Schwartz
License: creativecommons.org/licenses/by-sa/4.0/
This course is created by merging all the lessons related to Bash command line

Visit: www.youtube.com/channel/UCFnN8EryrdTq_qPcVl1VmCg
Lane Schwartz: www.youtube.com/user/laneschwartz

**********
Join our community and stay up to date with computer science
********************
Join our FB Group: www.facebook.com/groups/cslesson
Like our FB Page: www.facebook.com/cslesson/
Visit Website: cslesson.org

Python Tutorial: re Module - How to Write and Match Regular Expressions (Regex)


In this Python Programming Tutorial, we will be learning how to read, write, and match regular expressions with the re module. Regular expressions are extremely useful for matching common patterns of text such as email addresses, phone numbers, URLs, etc. Learning how to do this within Python will allow us to quickly parse files and text for the information we need. Lets get started…

The code from this video can be found at:
github.com/CoreyMSchafer/code_snippets/tree/master/Python-Regular-Expressions

Python String Slicing Tutorial:
youtu.be/ajrtAuDg3yw

Python Files Tutorial:
youtu.be/Uh2ebFW8OYM

✅ Support My Channel Through Patreon:
www.patreon.com/coreyms

✅ Become a Channel Member:
www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join

✅ One-Time Contribution Through PayPal:
goo.gl/649HFY

✅ Cryptocurrency Donations:
Bitcoin Wallet — 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet — 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet — MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Coreys Public Amazon Wishlist
a.co/inIyro1

✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer

▶️ You Can Find Me On:
My Website — coreyms.com/
My Second Channel — www.youtube.com/c/coreymschafer
Facebook — www.facebook.com/CoreyMSchafer
Twitter — twitter.com/CoreyMSchafer
Instagram — www.instagram.com/coreymschafer/

#Python

Linux/Mac Terminal Tutorial: How To Use The find Command


In this Linux/Mac terminal tutorial, we will be learning how to use the find command. The find command allows us to scan through our file system in order to find files and directories that meet a certain criteria. We will also learn how to perform actions on the results that are Lets get started.

✅ Support My Channel Through Patreon:
www.patreon.com/coreyms

✅ Become a Channel Member:
www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join

✅ One-Time Contribution Through PayPal:
goo.gl/649HFY

✅ Cryptocurrency Donations:
Bitcoin Wallet — 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet — 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet — MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Coreys Public Amazon Wishlist
a.co/inIyro1

✅ Equipment I Use and Books I Recommend:
www.amazon.com/shop/coreyschafer

▶️ You Can Find Me On:
My Website — coreyms.com/
My Second Channel — www.youtube.com/c/coreymschafer
Facebook — www.facebook.com/CoreyMSchafer
Twitter — twitter.com/CoreyMSchafer
Instagram — www.instagram.com/coreymschafer/

#Linux #Mac