PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
pixegami
Learn Python • #6 Loops • How to Repeat Code Execution
1 hour ago
https://www.youtube.com/watch?v=ZPSES_gtm5U
YouTube
Learn Python • #6 Loops • How to Repeat Code Execution
Loops in Python will let you run the same code over and over again.

This is useful when working with lists, or if you have something that you want to execute for a certain number of times. In this tutorial, you'll learn why loops are such an important programming…
10 views15:05
PythonFromYouTube
Indently
Should You Even Bother With LEARNING PYTHON In 2023?
1 hour ago
https://www.youtube.com/watch?v=4qqGVNbaP9w
YouTube
Should You Even Bother With LEARNING PYTHON In 2023?
With the recent ChatGPT wave and other AI related technologies popping up out of nowhere, does it still make sense to learn Python in 2023? Well, here's my opinion on whether you should still learn Python in 2023.

▶ Become job-ready with Python:
https:…
10 views11:05
PythonFromYouTube
NeuralNine
Sign Emails with Certificates & S/MIME in Python
2 minutes ago
https://www.youtube.com/watch?v=W7JIdLU23GI
YouTube
Sign Emails with Certificates & S/MIME in Python
In this video, we learn how to sign e-mails using certificates and S/MIME in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
11 views15:05
PythonFromYouTube
pixegami
Learn Python • #7 Dictionaries • The Most Useful Data Structure?
3 minutes ago
https://www.youtube.com/watch?v=u9x1VZDidtM
YouTube
Learn Python • #7 Dictionaries • The Most Useful Data Structure?
Dictionaries are a data structure that store key-value pairs, and is quite possibly the most useful data structure in Python.

Dictionaries allowing for fast and efficient data retrieval. We'll cover how to create and manipulate dictionaries, as well as common…
10 views15:20
PythonFromYouTube
b001
The Future Of Programming
8 hours ago
https://www.youtube.com/watch?v=MLh-oS5CmAE
YouTube
The Future Of Programming
💻 Zero-To-Mastery: https://bit.ly/b001-ztm
Use code FRIENDS10 for 10% at checkout!

Background Music:
Slowly by Tokyo Music Walker | https://soundcloud.com/user-356546060
Music promoted by https://www.free-stock-music.com
Creative Commons / Attribution 3.0…
9 views06:05
PythonFromYouTube
NDC Conferences
The insecurity of OAuth 2.0 in frontends - Philippe de Ryck - NDC Security 2023
3 hours ago
https://www.youtube.com/watch?v=OpFN6gmct8c
YouTube
The insecurity of OAuth 2.0 in frontends - Philippe de Ryck - NDC Security 2023
Everyone agrees that Cross-Site Scripting (XSS) is a real threat to browser-based applications, but many underestimate the true power of XSS. In fact, various OAuth 2.0 security mechanisms for frontends, such as refresh token rotation or token isolation in…
7 views15:05
PythonFromYouTube
NDC Conferences
Securing SPAs and Blazor Applications using the BFF (Backend for Frontend) Pattern - Dominick Baier
1 hour ago
https://www.youtube.com/watch?v=hWJuX-8Ur2k
YouTube
Securing SPAs and Blazor Applications using the BFF (Backend for Frontend) Pattern - Dominick Baier
Modern web development means that more and more application code is running in the browser. Traditionally this has been JavaScript but more recently there has been the trend to use C#/WASM with Blazor.

These modern applications typically also need authentication…
7 views15:20
PythonFromYouTube
teclado
Introduction to pytest: A Beginner's Guide
1 hour ago
https://www.youtube.com/watch?v=Kt6QqGoAlvI
YouTube
Python Testing: A Beginner's Guide to Pytest
Our Complete FastAPI course: https://teclado.com/page/fastapi-101

Full code shown in this video: https://gist.github.com/jslvtr/815035d97f7a02d043a44237999dc27c

What is testing? How can you write tests for your Python apps? In this video, I introduce you…
5 views15:35
PythonFromYouTube
pixegami
Learn Python • #8 Tuples and Sets • More Ways To Store Data!
1 minute ago
https://www.youtube.com/watch?v=cVWHxhBZqv8
YouTube
Learn Python • #8 Tuples and Sets • More Ways To Store Data!
Tuples and Sets are two important data structures in Python that you'll definitely want to know about.

Tuples are immutable sequences of elements, typically used for grouping related data.

Sets, on the other hand, are mutable collections of unique elements.…
6 views16:05
PythonFromYouTube
NDC Conferences
RBAC to the Future: Untangling Authorization in Kubernetes - Jimmy Mesta - NDC Security 2023
8 hours ago
https://www.youtube.com/watch?v=33MJQyLhhxs
YouTube
RBAC to the Future: Untangling Authorization in Kubernetes - Jimmy Mesta - NDC Security 2023
Role-based access control (RBAC) is an unavoidable part of the Kubernetes developer experience. Whether it is engineers managing cluster resources via kubectl or internal service accounts interacting with the Kubernetes API directly, development teams will…
5 views06:05
PythonFromYouTube
Indently
"OPTIMIZE" Your Python Apps By Caching Your API Requests Like THIS
2 hours ago
https://www.youtube.com/watch?v=cJBYGSXcCgQ
YouTube
"OPTIMIZE" Your Python Apps By Caching Your API Requests Like THIS
In this video I will be showing you a great optimisation that you can do with Python when fetching data from an API through caching.

Docs: https://pypi.org/project/requests-cache/
API: https://animechan.vercel.app/api/random

▶ Become job-ready with Python:…
6 views06:35
PythonFromYouTube
NeuralNine
Deep Reinforcement Learning with OpenAI Gym in Python
2 hours ago
https://www.youtube.com/watch?v=YLa_KkehvGw
YouTube
Deep Reinforcement Learning with OpenAI Gym in Python
In this video, we learn how to do Deep Reinforcement Learning with OpenAI's Gym, Tensorflow and Python.

30% Off Residential Proxy Plans!
Limited Offer with Coupon Code: NEURALNINE
https://iproyal.com/residential-proxies/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming…
5 views14:05
PythonFromYouTube
Jie Jenn
Create A Bar Chart Race Animation Using Matplotlib In Python | Matplotlib Tutorial
1 hour ago
https://www.youtube.com/watch?v=5faHSJKlS_g
YouTube
Bar Chart Race Animation Using Matplotlib In Python | Matplotlib Tutorial
A bar chart race, also known as a bar chart animation or a bar chart race animation, is a data visualization technique that shows how the ranking of categories changes over time using animated bars. In this video tutorial, we will learn how to create a bar…
5 views14:20
PythonFromYouTube
Tech With Tim
Creating a custom GPT-4 Chatbot
29 minutes ago
https://www.youtube.com/watch?v=SWd_KU70C0s
YouTube
Creating a custom GPT-4 Chatbot
In today's video I am going to teach you how to create a custom GPT-4 chatbot. In this tutorial you'll discover how to train your model to respond to tweets, questions, or any text data in any personality you choose. With GPT-4's natural language processing…
55 views14:35
PythonFromYouTube
Learn Python With Rune
Top 12 Most Useful Python String Methods
19 minutes ago
https://www.youtube.com/watch?v=RnFLCqT1SmM
YouTube
Top 12 Most Useful Python String Methods
Strings are always represented in quotes in Python. They can contain letters and numbers as well as symbols.

Strings have similar characteristics to text and you can not do arithmetic operations with them.
They make up of a variety of string methods what…
6 views15:05
PythonFromYouTube
pixegami
Learn Python • #9 Functions • Python's Most Important Concept?
1 minute ago
https://www.youtube.com/watch?v=oIejAHWe6Kg
YouTube
Learn Python • #9 Functions • Python's Most Important Concept?
Functions are a fundamental building block of programming in Python.

They allow you to package code into a named, reusable unit that can be called from other parts of your program. In this video, you'll learn how to define a function, pass in arguments…
6 views15:20
PythonFromYouTube
ByteByteGo
Cache Systems Every Developer Should Know
1 hour ago
https://www.youtube.com/watch?v=dGAgxozNWFE
YouTube
5:48
Cache Systems Every Developer Should Know
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…
7 views17:06
PythonFromYouTube
Indently
I Can't Believe AI Assisted Programming Can Do THIS Now (Copilot)
47 minutes ago
https://www.youtube.com/watch?v=dxQQk6mn6Js
YouTube
I Can't Believe AI Assisted Programming Can Do THIS Now (Copilot)
I can't believe AI assisted programming can do this now. We are certainly living in the middle of a transition to coding crazy projects with minimal typing. This will be the first video of many. Let me know if you have any tips or anything you'd like to see…
6 views09:06
PythonFromYouTube
pixegami
Learn Python • #10 User Input • 4 Ways To Get Input From Your User
4 minutes ago
https://www.youtube.com/watch?v=QhPNKVx52PU
YouTube
Learn Python • #10 User Input • 4 Ways To Get Input From Your User
If you want users to interact with your Python app, you'll need some way to get their input.

In this video, you'll learn 4 different ways your Python app can get input from the outside world — directly from the terminal, from a command line, from a file…
6 views15:05
PythonFromYouTube
NeuralNine
Professional Authentication System with Descope in Python Flask
3 hours ago
https://www.youtube.com/watch?v=ZX6VU8De3io
YouTube
Professional Authentication System with Descope in Python Flask
In this video, we build a professional authentication system in Flask and React using Descope.

Descope: https://www.descope.com/sign-up-1?utm_source=neuralnine&utm_medium=referral&utm_campaign=neuralnine-video-sponsorship

GitHub Repo: https://github.com/descope…
5 views15:06