PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
JetBrains
What's New in WebStorm 2023.1
2 hours ago
https://www.youtube.com/watch?v=UqMKAMdz5lI
YouTube
What's New in WebStorm 2023.1
#WebStorm 2023.1, our first update of the year, is here! It comes with Astro support, #TypeScript support for Vue template expressions, Tailwind CSS configuration, full IDE zoom, refinements to the new UI and version control integration, and more.

#JavaScript…
8 views18:20
PythonFromYouTube
freeCodeCamp.org
Flutter App Development Course – Build a Twitter Clone with Appwrite and Riverpod
1 hour ago
https://www.youtube.com/watch?v=njLEDvoDjtk
YouTube
Flutter App Development Course – Build a Twitter Clone with Appwrite and Riverpod
Use Flutter 3.7 to build a Twitter clone in this full course. We will cover various features such as signing up and signing in with email and password, tweeting text, images, and links, identifying and storing hashtags, displaying tweets, liking tweets, retweeting…
8 views18:35
PythonFromYouTube
Jie Jenn
Getting Started With OpenAI GPT-4 API (ChatGPT Official API) In Python
2 hours ago
https://www.youtube.com/watch?v=fzbOejjIisg
YouTube
Getting Started With OpenAI GPT-4 API (ChatGPT Official API) In Python
In this video, we will learn 1) how to use OpenAI GPT-4 API, and 2) how to build a simple ChatGPT command line tool in Python.

📑 Source Code: https://wp.me/payCAw-1lR

💻 Build Your Own ChatGPT Desktop App: https://youtu.be/snkys9zXyD0

✉ Signup for an OpenAI…
8 views15:05
PythonFromYouTube
pixegami
Learn Python • #3 Operators • Add, Subtract and More...
1 hour ago
https://www.youtube.com/watch?v=cqO2S2KdQc8
YouTube
Learn Python • #3 Operators • Add, Subtract and More...
Logical and arithmetic operators in Python allows you to manipulate data and variables in your application.

You can use them to add, subtract, multiply and divide numbers. You can also use logical operators, like "and, or, not" with boolean (True/False)…
8 views15:20
PythonFromYouTube
freeCodeCamp.org
Software Engineering Job Interview – Full Mock Interview
35 minutes ago
https://www.youtube.com/watch?v=1qw5ITr3k9E
YouTube
Software Engineering Job Interview – Full Mock Interview
Technical programming interviews are challenging, but being able to do well is what lands you a job at a top tech company. Improve your interviewing skills by watching this mock full-length, real-world coding technical interview (OOP + dynamic programming)…
9 views15:35
PythonFromYouTube
anthonywritescode
weird python identity quirk? (intermediate) anthony explains #538
3 minutes ago
https://www.youtube.com/watch?v=w4GasVbjIbA
YouTube
weird python identity quirk? (intermediate) anthony explains #538
in today's video we explain a weird quirk of identity -- and why something that seems equivalent is actually very different

- python is optimized? https://youtu.be/i8uNgEchr20
- python is compiled? https://youtu.be/FPJdre3mbD4

playlist: https://www.you…
8 views15:51
PythonFromYouTube
NeuralNine
Generate AI Images with OpenAI DALL-E in Python
1 hour ago
https://www.youtube.com/watch?v=UkvFsyPk6LY
YouTube
Generate AI Images with OpenAI DALL-E in Python
Today we learn how to generate AI images using OpenAI's DALL-E in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
💘1
9 views18:05
PythonFromYouTube
Indently
"Stop Printing, Start Logging!" (Logging Tutorial For Python Developers)
2 hours ago
https://www.youtube.com/watch?v=NRLSyyYv2N0
YouTube
"Stop Printing, Start Logging!" (Logging Tutorial For Python Developers)
Logging is far more powerful than printing in Python. It really gives you a lot of free information, so in this video I will teach you the basics of how you can get started with using the logging module in Python, so that you can create far more detailed…
11 views06:05
PythonFromYouTube
freeCodeCamp.org
Use ChatGPT to Build a RegEx Generator – OpenAI API Low Code Course
1 hour ago
https://www.youtube.com/watch?v=D6Xj_W4leu8
YouTube
Use ChatGPT to Build a RegEx Generator – OpenAI API Low Code Course
Learn how to build a dashboard that generates RegEx using the OpenAI API and a low code tool called Retool. The dashboard allows users to input a string, write a description of the desired RegEx, and generate the code to transform the string accordingly.…
10 views15:05
PythonFromYouTube
Tech With Tim
Junior vs Senior Programming
1 hour ago
https://www.youtube.com/watch?v=4C_hG3CI4IE
YouTube
Junior vs Senior Programming
In this video I'll be sharing 5 super simple tricks that will transform your code quality and help take your code from a junior developer to a super advanced senior developer! Whether you're new to coding or looking to improve your skills, these tricks will…
8 views15:20
PythonFromYouTube
pixegami
Learn Python • #4 Conditions • If / Else Statements
1 hour ago
https://www.youtube.com/watch?v=-rZPM-VlKB8
YouTube
Learn Python • #4 Conditions • If / Else Statements
Conditions (if/else statements) in Python let you control the flow of your program based on a set of rules.

By using if/else statements, you can create decision-making processes in your code that allow it to do different things depending on whether certain…
8 views15:36
PythonFromYouTube
Learn Python With Rune
Creating a Python Maze Game from Scratch
15 minutes ago
https://www.youtube.com/watch?v=W5kEt95L1WQ
YouTube
Creating a Python Maze Game from Scratch
We will create a maze game.

Want to learn more 👉 https://lpwr-academy.com/p/complete-python-developer-bootcamp?product_id=4658406&affcode=1384589_3ykia51r
▸ 12-week Python Bootcamp
▸ Focus on Python Essentials
▸ Code exercises and projects

In this tutorial…
9 views15:51
PythonFromYouTube
Real Python
Starting With YAML and PyYAML in Python
1 hour ago
https://www.youtube.com/watch?v=AfD79cc2Kzg
YouTube
Starting With YAML and PyYAML in Python
Python is often marketed as a batteries-included language because it comes with almost everything you’d ever expect from a programming language. However, Python lacks built-in support for the YAML data format, commonly used for configuration and serialization.…
8 views18:05
PythonFromYouTube
R3ap3rPy
Python - Rustpython
1 hour ago
https://www.youtube.com/watch?v=VPubaEVNpuU
YouTube
Python - Rustpython
Let's learn how you can install #rustpython a #rust implementation of the #python language.
7 views09:05
PythonFromYouTube
pixegami
Learn Python • #5 Lists • Storing Collections of Data
59 minutes ago
https://www.youtube.com/watch?v=ve4eC68G0Io
YouTube
Learn Python • #5 Lists • Storing Collections of Data
In Python, you can use "lists" to store collections of data.

You can add/remove items from a list, check if items are in a list, or even sort and reverse a list. The "list" (also known as an array or a vector in some other coding languages) is the first…
12 views15:05
PythonFromYouTube
NeuralNine
GPT-3.5 vs GPT-4: Which AI is Better at Complex Machine Learning Tasks?
1 hour ago
https://www.youtube.com/watch?v=b8hHuxJCkN8
YouTube
GPT-3.5 vs GPT-4: Which AI is Better at Complex Machine Learning Tasks?
In this video, we compare the capabilities of GPT-3.5 and GPT-4, when it comes to solving complex machine learning tasks.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
7 views15:20
PythonFromYouTube
Jie Jenn
Create A Markdown Editor With Python | PyQt6 Tutorial
48 minutes ago
https://www.youtube.com/watch?v=DwmNANM7FAs
YouTube
Create A Markdown Editor With Python | PyQt6 Tutorial
In this tutorial, we will learn how to build a simple markdown editor in Python using PyQt6 library.

► Buy Me a Coffee? Your support is much appreciated!
-------------------------------------------------------------------------------------------
☕ Paypal:…
7 views15:35
PythonFromYouTube
anthonywritescode
when `git add .` doesn't work (intermediate) anthony explains #539
4 minutes ago
https://www.youtube.com/watch?v=N0TFxl7A5Hw
YouTube
when `git add .` doesn't work (intermediate) anthony explains #539
today I show a particular monorepo case where `git add .` didn't work as the user expected -- and introduce an interesting alternative!

- don't use `git add .`: https://youtu.be/GgIZbO2Hb5s

playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP…
7 views15:51
PythonFromYouTube
MathByte Academy
Python Tips and Tricks: Breaking out of Nested Loops
25 seconds ago
https://www.youtube.com/watch?v=ozZBa9YJwgY
YouTube
Python Tips and Tricks: Breaking out of Nested Loops
In this video we take a look at some techniques to break out of multiple nested loops since Python does not provide a built-in language mechanism to do so. We also identify what I think is the best way to do this.

#mathbyteacademy #python

Code for this…
8 views16:06
PythonFromYouTube
ArjanCodes
Raw SQL, SQL Query Builder, or ORM?
3 hours ago
https://www.youtube.com/watch?v=x1fCJ7sUXCM
YouTube
Raw SQL, SQL Query Builder, or ORM?
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

Not sure if you should use Raw SQL, a SQL query builder, or an ORM for your next project? In this video, I’ll explore the pros and cons of each option, allowing you…
144 views18:05
PythonFromYouTube
Real Python
Evaluating Python Packages & Celebrating 20 Years of PyCon US | Real Python Podcast #151
1 hour ago
https://www.youtube.com/watch?v=UWzizzIxavg
YouTube
Evaluating Python Packages & Celebrating 20 Years of PyCon US | Real Python Podcast #151
Have you ever installed a Python package without knowing anything about it? What best practices should you employ to ensure the quality of your next package installation? Christopher Trudeau is back this week, bringing another batch of PyCoder's Weekly articles…
9 views18:20