PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Tech With Tim
Training An AI To Play Blackjack
33 minutes ago
https://www.youtube.com/watch?v=9MArYMVWubA
#tech_with_tim #blackjack #artificial_intelligence #machine_learning #simulation #ai_tutorial #artificial_intelligence_tutorial #ai_tutorial_python #ai_training #machine_learning_edureka #machine_learning_algorithms #artificial_intelligence_tutorial_for_beginners #machine_learning_python #deep_learning_tensorflow #ai_tutorial_for_beginners #ai_for_beginners #deep_learning_edureka #ai_explained #deep_learning_google #deep_learning_course #deep_learning_ai #deep_learning
YouTube
Training An AI To Play Blackjack | MSI Raider GE78 HX
Some of my favorite projects involve training an AI to play a game. Today we are going to teach an AI model how to play blackjack. Instead of hardcoding the rules of the game, we are going to allow the AI to learn the rules on its own.

Thanks to MSI Canada…
9 views14:35
PythonFromYouTube
NeuralNine
Structural Pattern Matching in Python: Not Your Average Switch-Case
14 minutes ago
https://www.youtube.com/watch?v=s2sSsSH2clE
#structural_pattern_matching #match_case #switch_case #python #python_3_10 #python_match_case #python_switch_case #python_structural_pattern_matching #python_3_10_match_case #python_3_10_structural_pattern_matching
YouTube
Structural Pattern Matching in Python: Not Your Average Switch-Case
Today we learn about structural pattern matching in Python, a feature that was introduced in 3.10 and can be very useful.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
9 views14:40
PythonFromYouTube
Jie Jenn
Real World Example Using Google Gemini Pro Vision AI Model In Python
1 hour ago
https://www.youtube.com/watch?v=mSJa3tQc4xk
#google_cloud #google_gemini #gemini_api #python_tutorial #Google_Gemini_Pro_Vision_AI
YouTube
Real World Example Using Google Gemini Pro Vision AI Model API In Python
Unlike ChatGPT, Google Gemini model has the ability to read both video and image files, and requires less computational power. In this tutorial, I am going to cover 6 examples on how we can use Gemini Pro Vision AI in Python to help with our daily task.
…
8 views14:35
PythonFromYouTube
JakeEh
Using an Autoclicker to get 100% on Human Benchmark - Reaction Time
1 hour ago
https://www.youtube.com/watch?v=cLBx-a_vbwU
#human_benchmark #reaction_time #autoclicker #auto_clicker #100_percentile #perfect #jakeeh
YouTube
Using an Autoclicker to get 100% on Human Benchmark - Reaction Time
I tried the reaction time on human benchmark. I didn't do so well. So I decided to make an auto-clicker to be the 'best'.

Join my Discord at https://discord.gg/AeZrfR9Hpg

Thanks for watching! ❤️
8 views17:35
PythonFromYouTube
PyOhio
The PyOhio 2021 Mix Tape [PyOhio 2021]
13 hours ago
https://www.youtube.com/watch?v=5e-EAOpbtSg
YouTube
The PyOhio 2021 Mix Tape [PyOhio 2021]
PyOhio 2021 attendees loved the between-segment hold music so much that we decided to give them this bonus video with all of the 2021 tunes in a seamless mix. All songs are curated from the YouTube audio library. Turn up the volume, turn down the lights,…
7 views12:36
PythonFromYouTube
PyOhio
Thank You & Looking Ahead to PyOhio 2024 [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=52b4Tg74Fu0
YouTube
Thank You & Looking Ahead to PyOhio 2024 [PyOhio 2023]
Plenary Session by Dave Forgac & Kattni at PyOhio 2023:
Thank you to everyone who helped make PyOhio happen this year, including YOU!

We can't wait to tell you about PyOhio 2024!

PyOhio talk listing: https://www.pyohio.org/2023/talks/thank-you-looking-ahead…
7 views12:41
PythonFromYouTube
PyOhio
Build a Web Map with PyScript! [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=eF2EQFaPEJg
YouTube
Build a Web Map with PyScript! [PyOhio 2023]
Talk by Christy Heaton at PyOhio 2023:
PyScript allows you to run Python code in a browser, like JavaScript does. It also lets you import geospatial mapping libraries like Folium and GeoPandas, all without actually installing anything! In this talk, we'll…
8 views12:46
PythonFromYouTube
PyOhio
Welcome! [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=MvuIu6l7i4o
YouTube
Welcome! [PyOhio 2023]
Plenary Session by Dave Forgac at PyOhio 2023:
Welcome to PyOhio!

Here is some important information before we get started:

* [Code of Conduct](https://www.pyohio.org/2023/code-of-conduct/)
* [Chat on Discord](https://www.pyohio.org/2023/discord/)
* [T…
7 views12:51
PythonFromYouTube
PyOhio
What Is the `Annotated` Type? [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=5uyda0og04s
YouTube
What Is the `Annotated` Type? [PyOhio 2023]
Talk by Daniel Schelkoph at PyOhio 2023:
PEP 593 introduced the `Annotated` Type in Python 3.9, allowing typing metadata. In 2023, usage of the type by popular libraries has significantly increased. For example, `FastAPI` and `Pydantic` have fully adopted…
6 views12:56
PythonFromYouTube
PyOhio
How Many Times Can One Line Fail? ExceptionGroups & Except*: What They Are and How to [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=3PyvWkQsjeM
YouTube
How Many Times Can One Line Fail? ExceptionGroups & Except*: What They Are and How to [PyOhio 2023]
Talk by Andrew Kubera at PyOhio 2023:
Async programming can make complex things easy, but at the same time be hard to get 100% correct; particularly when it comes to exceptions and handling states outside the "happy path". Python has been gaining tools to…
6 views13:01
PythonFromYouTube
PyOhio
Python's Magic for Machine Learning in 15 Minutes [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=2_rYvaOjesQ
YouTube
Python's Magic for Machine Learning in 15 Minutes [PyOhio 2023]
Talk by Connie Skomra at PyOhio 2023:
Uncover the extraordinary world of Python's machine learning and data science capabilities in a lightning-fast 15-minute presentation. Join me for an exhilarating journey as we explore how Python empowers data-driven…
7 views13:06
PythonFromYouTube
PyOhio
Full-Stack Python with HTMX [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=zR0qpPTvosI
YouTube
Full-Stack Python with HTMX [PyOhio 2023]
Talk by Pandy Knight at PyOhio 2023:
These days, JavaScript dominates the front-end web ecosystem because it is the primary language for the browser. That means you need to use JavaScript for dynamic web page interactions, even if your backend is written…
8 views13:12
PythonFromYouTube
PyOhio
Make Your Documentation Interactive with PyScript [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=ysSewLZEqnM
YouTube
Make Your Documentation Interactive with PyScript [PyOhio 2023]
Talk by Jeff Glass at PyOhio 2023:
Your documentation is peppered with examples – what if users could run them in an interactive REPL, right inside the online documentation? With PyScript, developers can add an interactive Python session to any webpage, including…
8 views13:17
PythonFromYouTube
PyOhio
(Not-so) Precise Float Arithmetic in Python [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=tHW_ZUQoohM
YouTube
(Not-so) Precise Float Arithmetic in Python [PyOhio 2023]
Talk by Syed Muhammad Dawoud Sheraz Ali at PyOhio 2023:
Just like in other programming languages, floating number arithmetics is not very precise in Python. What makes floats so special and weird that a simple arithmetic operation might not yield the expected…
17 views13:22
PythonFromYouTube
PyOhio
Who Put the Python in My Browser?! A Quick Guide to PyScript! [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=nfqYepL0ykE
YouTube
Who Put the Python in My Browser?! A Quick Guide to PyScript! [PyOhio 2023]
Talk by Sadukie at PyOhio 2023:
By the powers of WASM, Pyodide, and modern web technologies, you can run Python in the browser with PyScript. From mixing Python with HTML to using libraries such as Pandas, Matplotlib, Numpy, WebGL, and more... PyScript allows…
8 views13:27
PythonFromYouTube
PyOhio
Serverless Jupyter Notebook Functions [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=mFfnJkhAglA
YouTube
Serverless Jupyter Notebook Functions [PyOhio 2023]
Talk by Koushik Krishnan at PyOhio 2023:
Jupyter notebooks are awesome! They are a great tool for both Python beginners and experienced professionals alike. A problem arises when we have to "productionize" our Jupyter notebook code into a web service. What…
5 views13:32
PythonFromYouTube
PyOhio
Digital Signal Processing in Python: A MATLAB Alternative [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=lpV9WNaFZd4
YouTube
Digital Signal Processing in Python: A MATLAB Alternative [PyOhio 2023]
Talk by Meg Sharma at PyOhio 2023:
I will be discussing the use of digital signal processing techniques using various Python libraries, such as numpy and scipy, as alternatives to classic signal engineering approaches in MATLAB. An introductory walk-through…
5 views13:37
PythonFromYouTube
PyOhio
What I Learned in Three Years Writing Tests Live [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=hdej-WqwpFw
YouTube
What I Learned in Three Years Writing Tests Live [PyOhio 2023]
Talk by Wayne at PyOhio 2023:
Live-streaming the writing of tests on Twitch – twice a week, for three years – taught me a lot. Join me for a retrospective about the good, the bad, and the ugly lessons that I learned running the Salt Project Test Clinic on…
4 views13:42
PythonFromYouTube
PyOhio
From Code to Clarity: How Good Technical Documentation is the Key to Great Software [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=hHsEYB06itU
YouTube
From Code to Clarity: How Good Technical Documentation is the Key to Great Software [PyOhio 2023]
Talk by Ria Bhatia at PyOhio 2023:
As developers, we know that writing code is only half the battle. The other half is writing documentation that effectively communicates our ideas and helps others understand and use our code. But how do we write good technical…
5 views13:47
PythonFromYouTube
PyOhio
Making Our Python Code More Accessible [PyOhio 2023]
13 hours ago
https://www.youtube.com/watch?v=To1GASgqSek
YouTube
Making Our Python Code More Accessible [PyOhio 2023]
Talk by Dmitriy Chukhin & Janelle Bouchard at PyOhio 2023:
While web developers work to make websites more accessible to end users, we rarely talk about the accessibility of the code itself. This talk gives a brief introduction into accessibility concepts…
5 views13:52