PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Carberra
Metaclasses in 17 minutes
26 minutes ago
https://www.youtube.com/watch?v=NzzKTWiaN68
YouTube
Metaclasses in 17 minutes
One of the most confusing aspects of Python, explained.

—

If you enjoy my content, consider supporting me on Patreon or becoming a member!
https://patreon.carberra.xyz
https://join.carberra.xyz

If you need help with anything, feel free to join the Discord…
9 views12:27
PythonFromYouTube
anthonywritescode
what is a "canary" deploy? (beginner - intermediate) anthony explains #535
26 minutes ago
https://www.youtube.com/watch?v=W1uJCzqH0Lk
YouTube
what is a "canary" deploy? (beginner - intermediate) anthony explains #535
today we talk about deployments and software lifecycle -- specifically we're looking at canary deploys and why they are useful!

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch: https://twitch.tv/anthonywritescode…
6 views15:29
PythonFromYouTube
freeCodeCamp.org
Python Platformer Game Tutorial for Beginners
13 minutes ago
https://www.youtube.com/watch?v=6gLeplbqtqg
YouTube
Python Platformer Game Tutorial for Beginners
Learn how to build a platformer game in Python. This game will have pixel-perfect collision, animated characters, and much much more!

✏️ Course created by @TechWithTim

💻 Assets and Completed Code: https://github.com/techwithtim/Python-Platformer/tree/main/assets…
6 views16:06
PythonFromYouTube
JetBrains
Remote development in JetBrains IDEs with Google Cloud

https://www.youtube.com/watch?v=nBoPiEH90Wg
YouTube
Remote development in JetBrains IDEs with Google Cloud
Did you know that you can code, run, debug, and deploy your projects remotely in JetBrains IDEs? With the local thin client delivering a responsive and fluid UX and the remote server handling all the heavy processing, it’s truly the best of both worlds. …
6 views10:41
PythonFromYouTube
NeuralNine
Live Face Recognition in Python
21 minutes ago
https://www.youtube.com/watch?v=pQvkoaevVMk
YouTube
Live Face Recognition in Python
In this video, we learn how to implement a live face recognition system in Python using machine learning and OpenCV.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: …
6 views13:06
PythonFromYouTube
freeCodeCamp.org
Reinforcement Learning Using OpenAI Gymnasium – Full Course
5 minutes ago
https://www.youtube.com/watch?v=vufTSJbzKGU
YouTube
Python Reinforcement Learning using Gymnasium – Full Course
Learn the basics of reinforcement learning and how to implement it using Gymnasium (previously called OpenAI Gym). Gymnasium is an open source Python library maintained by the Farama Foundation that provides a collection of pre-built environments for reinforcement…
6 views14:11
PythonFromYouTube
ByteByteGo
Backend Burger
32 minutes ago
https://www.youtube.com/watch?v=7swoLEqABhQ
YouTube
3:24
The Most Beloved Burger for Developers
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
6 views16:04
PythonFromYouTube
Learn Python With Rune
Tuples vs Lists - the same but NOT?
19 minutes ago
https://www.youtube.com/watch?v=o4a01VNcmQo
YouTube
Tuples vs Lists - the same but NOT?
Tuples are very similar to lists except for a main difference: mutability. Tuples are immutable meaning they can not be changed, unlike lists.

In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-7-python-tuples/

Tuples are another commonly…
9 views16:09
PythonFromYouTube
b001
What is Scope in Python??
8 hours ago
https://www.youtube.com/watch?v=38uGbVYICwg
YouTube
What is Scope in Python??
⭐ Join my Patreon: https://www.patreon.com/b001io
💬 Discord: https://discord.gg/jA8SShU8zJ
🐦 Follow me on Twitter: https://twitter.com/b001io
🔗 More links: https://linktr.ee/b001io

Background Music:
Gentle Lo-Fi Vlog Background Music | Cookies by Alex-Productions…
68 views07:24
PythonFromYouTube
R3ap3rPy
Python - NoteSH
11 minutes ago
https://www.youtube.com/watch?v=uHYhpOfRUT8
YouTube
Python - NoteSH
Let's learn how to use #notesh module of #python.
8 views08:00
PythonFromYouTube
freeCodeCamp.org
Django Project – Code a CRM App Tutorial
11 minutes ago
https://www.youtube.com/watch?v=t10QcFx7d5k
YouTube
Django Project – Code a CRM App Tutorial
Learn how to build a CRM (Customer Relationship Management) App with Django, Python, and MySQL.

The app will use MySQL for the database. We'll be able to Register, Log In, Log Out, Add Records, View Records, Update Records, and Delete Records.

✏️ Course…
9 views13:55
PythonFromYouTube
Jie Jenn
Build Your Own ChatGPT Desktop App With Python
25 minutes ago
https://www.youtube.com/watch?v=snkys9zXyD0
YouTube
Build Your Own ChatGPT Desktop App With Python
Hello everyone. In this tutorial, we will learn how to build your own ChatGPT desktop application using Python. If you don't know what ChatGPT is, ChatGPT is an artificial intelligence ChatBot powered by an extremely powerful language model developed by OpenAI.…
7 views14:31
PythonFromYouTube
anthonywritescode
avoiding noisy git matches (beginner - intermediate) anthony explains #536
1 minute ago
https://www.youtube.com/watch?v=zoCuIdZJT1s
YouTube
avoiding noisy git matches (beginner - intermediate) anthony explains #536
today I show off a very short trick for avoiding noisy matches with `git grep`, `git diff`, and others!

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: …
7 views15:06
PythonFromYouTube
Indently
The NEW GPT-4 Model Made Me 4 COOL Python Apps
1 hour ago
https://www.youtube.com/watch?v=DmQrccglVn8
YouTube
I Used GPT-4 To Create THESE 4 Cool Python Apps
Today I decided to create 4 cool Python projects to test the capabilities of GPT-4. I will continue trying and testing the limits of this AI, so please leave your recommendations in the comment section if you have any :)

▶ Become job-ready with Python:…
7 views06:38
PythonFromYouTube
NeuralNine
Google Sheets API Automation in Python
1 hour ago
https://www.youtube.com/watch?v=3wC-SCdJK2c
YouTube
Google Sheets API Automation in Python
In this video, we learn how to use the Google Sheets API to automate processes with Python.

Documentation: https://developers.google.com/sheets/api/quickstart/python

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.…
9 views14:05
PythonFromYouTube
freeCodeCamp.org
Learn Vite – Frontend Build Tool Course
57 minutes ago
https://www.youtube.com/watch?v=VAeRhmpcWEQ
YouTube
Learn Vite – Frontend Build Tool Course
Learn how to use Vite, a build tool and development server designed specifically for modern web development. This course covers various topics, including creating a static server, using templates, integrating Tailwind, using environment variables, deploying…
8 views17:25
PythonFromYouTube
Tech With Tim
Intermediate GitHub
2 hours ago
https://www.youtube.com/watch?v=7h6_aZZ_iNg
YouTube
Intermediate GitHub Tutorial
In this video, I’ve teamed up with Microsoft Canada to show how you can use intermediate Git/GitHub features for software development. Specifically, I discuss commands relating avoiding conflicts, fixing mistakes, rebasing vs merging, creating pull requests…
58 views19:25
PythonFromYouTube
https://www.youtube.com/watch?v=0f3moPe_bhk
YouTube
Python Dependency Hell Explained (And How to Escape It)
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

It can be tricky when different packages in Python don't play nice. The solution to this problem is to create an isolated, virtual environment. In this video, I’ll show you…
71 views19:42
PythonFromYouTube
https://www.youtube.com/watch?v=AiAU7wnPCrQ&pp=wgIGCgQQAhgB
YouTube
docker pull by sha256 digest (advanced) anthony explains #537
today I talk about the "repeatable" way to pull docker images -- by digest!

- docker registry api: https://youtu.be/Ce9var-Fty8

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY

==========

twitch: https://twitch.tv/anthonywritescode…
8 views19:43
PythonFromYouTube
Indently
5 "MUST KNOW" Tips For Using ChatGPT-4 EFFECTIVELY With Your Code
2 hours ago
https://www.youtube.com/watch?v=RejroGopseg
YouTube
5 Tips For Using ChatGPT-4 In Python
Here are 5 "must know" tips for using ChatGPT-4 effectively with your code.

▶ Become job-ready with Python:
https://www.indently.io

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels

00:00 Intro
00:13 TIP #1
01:16 TIP #2
02:23 TIP #3
03:43…
8 views10:05