PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Jie Jenn
Getting Started With Python Virtual Environment In VS Code For Beginners
33 minutes ago
https://www.youtube.com/watch?v=q1ulfoHkNtQ
YouTube
Getting Started With Python Virtual Environment In VS Code For Beginners
In this beginner-friendly tutorial, we'll learn how to create and use Python virtual environments in both a terminal and in VS Code. Virtual environments are a crucial tool for managing project dependencies and isolating different projects' environments.…
10 views15:37
PythonFromYouTube
Tech With Tim
How to Make a Game in Python
33 minutes ago
https://www.youtube.com/watch?v=waY3LfJhQLY
YouTube
How to Make a Game in Python
In today's video I will be giving you guys an introduction to Python Game Development using the Pygame module, which is a simple 2D graphics library in Python. This tutorial will be simple, fun, yet allow you to create an extensible game!

💻 Master Blockchain…
10 views15:43
PythonFromYouTube
Learn Python With Rune
pandas 2.0 up to x41 faster [but that is not the BEST]
32 minutes ago
https://www.youtube.com/watch?v=eluytqHC2vI
YouTube
pandas 2.0 up to x41 faster [but that is not the BEST]
Let's try the new pandas 2.0 and see if it is only hype?

We will test the new pyarrow (Apache Arrow) engine and compare it with the old NumPy.

T I M E S T A M P S
00:00 pandas 2.0 hype
00:48 install pandas 2.0
01:30 read csv with pandas 2.0
03:38 the 41x…
10 views15:48
PythonFromYouTube
Programming with Mosh
A New React Course is on the Way!
5 minutes ago
https://www.youtube.com/watch?v=A6rItwb08sU
YouTube
A New React Course is on the Way!
You asked for it, and I'm delivering - a brand new React course coming within the next few days! Master React with TypeScript, function components, hooks, latest tools and best practices!

#reactjs #typescript #programming
9 views15:53
PythonFromYouTube
anthonywritescode
I guess that's a way to ignore exit codes? (all code sucks) #06
11 minutes ago
https://www.youtube.com/watch?v=c9fOkyrNvlQ
YouTube
I guess that's a way to ignore exit codes? (all code sucks) #06
today I show off a way to ignore exit codes that ~sorta works -- but also fails in surprising ways. I also show how to prevent this mistake from happening!

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

==========

twitch:…
9 views16:13
PythonFromYouTube
Indently
The FULL Guide To Itertools For Python Developers
1 hour ago
https://www.youtube.com/watch?v=baZpqVmR488
YouTube
The FULL Guide To Itertools For Python Developers
In this video I will be showing you how every methiod in the Itertools module works, so that you will have a far easier time using the correct methods in your code.

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

▶ Follow me on Instagram:
ht…
11 views06:49
PythonFromYouTube
R3ap3rPy
TeeTTY
25 minutes ago
https://www.youtube.com/watch?v=V0kAaJ8vMI4
YouTube
TeeTTY
Let's learn how to use the #teetty commandline utility.
9 views09:10
PythonFromYouTube
NeuralNine
Text Generation AI - Next Word Prediction in Python
15 minutes ago
https://www.youtube.com/watch?v=tEV_Jtmx2cc
YouTube
Text Generation AI - Next Word Prediction in Python
In this video, we learn how to build a neural network machine learning model that predicts the next word of a given text sequence. We also use this model, to generate text.

Bixly: https://bixly.com/nn

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
9 views13:50
PythonFromYouTube
Програмування Українською
#27 Python з нуля. Більше про функції.
30 minutes ago
https://www.youtube.com/watch?v=S4NlN3o9hVU
YouTube
#27 Python з нуля. Більше про функції.
Бот для пошуку роботи (в тому числі першої) у IT: https://t.me/nastupny_project_bot?start=puy

Поверненння значення, передавання аргументів за іменем, довільна кількість аргументів, пуста функція.
8 views15:35
PythonFromYouTube
Learn Python With Rune
Write your own NLP chatbot from scratch [Fun Python Project]
21 minutes ago
https://www.youtube.com/watch?v=KHdp-3YF3_c
YouTube
Write your own NLP chatbot from scratch [Fun Python Project]
Eliza is a birth Natural Language Processing chatbot. You require no API call to advanced models but can create the model from scratch.

Have fun with it in this simple Python project.

DOWNLOAD CODE 👉 https://github.com/LearnPythonWithRune/Python-Projects…
8 views16:10
PythonFromYouTube
Real Python
Using Python's zipfile to Work With Existing Zip files
29 minutes ago
https://www.youtube.com/watch?v=vj7h7mhBqWo
YouTube
Using Python's zipfile to Work With Existing Zip files
The .zip file format is a widely adopted industry standard when it comes to archiving and compressing digital data. Python’s zipfile is a standard-library module intended to manipulate ZIP files. You can use it to package together several related files.…
9 views18:30
PythonFromYouTube
Jie Jenn
How To Retrieve Unfinished Response From ChatGPT API
8 hours ago
https://www.youtube.com/watch?v=DReNgVjHwAw
YouTube
How To Retrieve Unfinished Response From ChatGPT API
Trying to figure out how to retrieve unfinished response (for example when are dealing with token limit) seems like a common problem with people who are using ChatGPT API. I thought I make a video to address how you can retrieve unfinished response from ChatGPT…
9 views07:20
PythonFromYouTube
Jie Jenn
How To Install JupyterLab Desktop on Windows | Step-By-Step Walkthrough
21 minutes ago
https://www.youtube.com/watch?v=JYs2k9haGRM
YouTube
How To Install JupyterLab Desktop on Windows | Step-By-Step Walkthrough
So JupyterLab is one of the most popular open-source web-based IDEs when it comes to working with data analysis, data analytics, data science, machine learning, and many other things. Some of the benefits using JupyterLab over other IDEs such as organize…
9 views14:23
PythonFromYouTube
Програмування Українською
Чи варто вчити ту чи іншу мову програмування?
17 minutes ago
https://www.youtube.com/watch?v=8d3M8jzweNE
YouTube
Чи варто вчити ту чи іншу мову програмування?
Говорю про те, чим Вам варто керуватись, коли думаєте про перехід або вивчення нової мови програмування / технології. Підписуйтесь на Телеграм: https://t.me/uacoding

Таблиця з моєю субʼєктивною оцінкою мов програмування:
https://t.me/uacoding/6

Посилання…
7 views14:58
PythonFromYouTube
Програмування Українською
#28 Python з нуля. Рекурсія.
32 minutes ago
https://www.youtube.com/watch?v=FOFVG2lGXZg
YouTube
#28 Python з нуля. Рекурсія.
Бот для пошуку роботи (в тому числі першої) у IT: https://t.me/nastupny_project_bot?start=puy

Що таке рекурсивна функція? У чому сенс рекурсії? Рахуємо факторіал за допомогою рекурсії.
8 views15:33
PythonFromYouTube
anthonywritescode
shell aliases and bypassing them? (beginner - intermediate) anthony explains #532
7 minutes ago
https://www.youtube.com/watch?v=6okEabkL_q0
YouTube
shell aliases and bypassing them? (beginner - intermediate) anthony explains #532
today I show off shell aliases and a neat trick (that I DO NOT UNDERSTAND) to bypass them!

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
8 views16:08
PythonFromYouTube
ArjanCodes
GRASP Design Principles: Why They Matter (And How to Use Them)
8 minutes ago
https://www.youtube.com/watch?v=fGNF6wuD-fg
YouTube
Apply the GRASP Design Principles to Improve Your Python Code
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I'll dive into the GRASP design principles and explore why they matter when designing software systems. By understanding these principles, you'll be…
7 views16:13
PythonFromYouTube
Real Python
Sharing your Python App Across Platforms With BeeWare | Real Python Podcast #148
1 hour ago
https://www.youtube.com/watch?v=t8_f5DMC3Vw
YouTube
Sharing your Python App Across Platforms With BeeWare | Real Python Podcast #148
Are you interested in deploying your Python project everywhere? This week on the show, Russell Keith-Magee, founder and maintainer of the BeeWare project, returns. Russell shares recent updates to Briefcase, a tool that converts a Python application into…
7 views19:13
PythonFromYouTube
NeuralNine
Polling Application with Flask - Beginner Project
16 minutes ago
https://www.youtube.com/watch?v=L5pszofCkCw
YouTube
Polling Application with Flask - Beginner Project
In this video, we build a polling application using Flask and Python. This is a great project for beginners.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://…
8 views14:27
PythonFromYouTube
Jie Jenn
How To Generate Documentation With dbt Docs Command | dbt (Data Build Tool) Tutorial For Beginners
18 minutes ago
https://www.youtube.com/watch?v=Z-ervTdQ65M
YouTube
How To Generate Documentation With dbt Docs Command | dbt (Data Build Tool) Tutorial For Beginners
The dbt docs command is responsible for to generating and hosting documentation for your dbt project. In this lesson, we are going to learn how to use dbt doc command to generate documentation in dbt.

► Buy Me a Coffee? Your support is much appreciated!…
9 views13:51
PythonFromYouTube
Indently
Is This PyCharm’s MOST Powerful Feature For Python Developers? (Live Templates)
1 hour ago
https://www.youtube.com/watch?v=VTDU26E5Wxw
YouTube
Is This PyCharm’s MOST Powerful Feature For Python Developers? (Live Templates)
In this video we're going to take a look at one of PyCharm's most powerful features, the live templates. This can save you hours of coding when it comes to writing repetitive code. So let me show you how we can get started with creating one, then you can…
9 views06:51