PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Real Python
Functions and Loops Practice: Python Basics Exercises
21 minutes ago
https://www.youtube.com/watch?v=bTZqa7vWeeY
YouTube
Functions and Loops Practice: Python Basics Exercises
This is a preview of Python Basics Exercises: Functions and Loops video course. Functions serve as the fundamental building blocks in almost every Python program. You now know that functions are crucial for breaking down code into smaller, manageable chunks.…
2 views18:25
PythonFromYouTube
NeuralNine
The Easiest ChatGPT Fix: Back To Good Performance
15 hours ago
https://www.youtube.com/watch?v=uh2Wj56UlgU
YouTube
The Easiest ChatGPT Fix: Back To Good Performance
In this video today we learn about a simple trick to get ChatGPT back to the good old performance.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
2 views10:25
PythonFromYouTube
Jie Jenn
Getting Started With AWS EC2 (Key Pair, Security Group, EC2 Instance Setup) | Step By Step Tutorial
9 hours ago
https://www.youtube.com/watch?v=qWg8QV0uNDA
YouTube
Getting Started With AWS EC2 (Key Pair, Security Group, EC2 Instance Setup) | Tutorial For Beginner
AWS Elastic Compute Cloud, commonly known as AWS EC2. With AWS EC 2, we can host web applications, game servers, and websites, run data processing jobs, or create a separate environment for script development. Through out the lesson I will walk you through…
3 views10:30
PythonFromYouTube
Indently
Python Dataclasses Are Even More AWESOME With: "__post_init__"
38 minutes ago
https://www.youtube.com/watch?v=WeNUQeQHI5c
YouTube
Python Dataclasses Are Even More AWESOME With: "__post_init__"
Today, we will be learning about the hidden power that comes with __post_init__ in Python. This functionality is super nice when you are working with data classes.

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

▶ Follow me on Instagram:
http…
4 views10:35
PythonFromYouTube
Carberra
if vs match: which is faster?
23 minutes ago
https://www.youtube.com/watch?v=Dj7AL-qZuog
YouTube
if vs match: which is faster?
The match statement has its own distinct use-cases, but is it faster at the simple stuff than the if statement?

0:00 - Intro
0:52 - Differences between if and match
1:47 - "Raw" benchmarks
2:49 - Best and worse case scenarios
4:57 - "Function" benchmarks…
3 views12:25
PythonFromYouTube
Tech With Tim
Python Web3 Development #3 - Writing The Backend and Protocol
1 hour ago
https://www.youtube.com/watch?v=Wanv3_LVqfs
YouTube
Python Web3 Development #3 - Writing The Backend and Protocol
In this series I will be showing you how to create web3 applications using Python. With the Cartesi library, this method can be done using ANY coding language. So whether you develop using Python, Javascript, Go, or C++; this video is for you.

About Cartesi:…
3 views16:25
PythonFromYouTube
ArjanCodes
4 Tips for Building a Production-Ready FastAPI Backend
23 minutes ago
https://www.youtube.com/watch?v=XlnmN4BfCxw
YouTube
How I Actually Build FastAPI Backends for Production
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

In this video, I’ll talk about 4 things that you typically won’t find in most FastAPI tutorials online. These tips are really useful, especially if you want to create a backend…
3 views16:30
PythonFromYouTube
Real Python
Serializing Data With Python & Underscore Naming Conventions | Real Python Podcast #187
20 minutes ago
https://www.youtube.com/watch?v=MhBlbx923vo
YouTube
Serializing Data With Python & Underscore Naming Conventions | Real Python Podcast #187
Do you need to transfer an extensive data collection for a science project? What's the best way to send executable code over the wire for distributed processing? What are the different ways to serialize data in Python? Christopher Trudeau is back on the show…
3 views18:25
PythonFromYouTube
Tech With Tim
How I Would Learn To Code FAST In 2024
1 hour ago
https://www.youtube.com/watch?v=LOGuP81D8wc
YouTube
How I Would Learn To Code FAST In 2024
Join my new Software Development program and connect directly with me and expert level coaches to learn how to break into a high paying tech career as fast as possible! https://techwithtim.net/dev

I this video I am going to talk about what I would do If…
3 views16:25
PythonFromYouTube
NeuralNine
Generate LLM Embeddings On Your Local Machine
39 minutes ago
https://www.youtube.com/watch?v=8L3tGcYc774
YouTube
Generate LLM Embeddings On Your Local Machine
In this video today we learn how to generate LLM embeddings using LLaMa 2 locally on our system.

Ollama: https://ollama.ai/

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
4 views18:25
PythonFromYouTube
John Watson Rooney
Make Queues, Run Jobs, Scrape Data.
2 hours ago
https://www.youtube.com/watch?v=C71OTJFaMec
YouTube
How I Use Python-RQ to create a scraper queue
Join the Discord to discuss all things Python and Web with our growing community! https://discord.gg/C4J2uckpbR

Build easy scraping queues with python-rq ready to be implemented into a scraping web app.

If you are new, welcome! I am John, a self taught…
4 views10:25
PythonFromYouTube
Jie Jenn
How To Solve A HARD SQL Interview Problem For Job Interview | #10314
55 minutes ago
https://www.youtube.com/watch?v=2iX1bi9lccY
YouTube
SQL Tutorial | Solve A Difficult SQL Interview Problem For Job Interviews | #10314
Job market is tough these days, even for data analysts and data engineers. The best way to really impress and get a job is by acing those technical SQL interview questions. In this tutorial, I will walk you through the process of solving a hard level difficulty…
4 views14:25
PythonFromYouTube
Tech With Tim
Python Web3 Development #4 - Connecting The Frontend and Backend
1 hour ago
https://www.youtube.com/watch?v=logFYVSgQnA
YouTube
Python Web3 Development #4 - Connecting The Frontend and Backend
In this series I will be showing you how to create web3 applications using Python. With the Cartesi library, this method can be done using ANY coding language. So whether you develop using Python, Javascript, Go, or C++; this video is for you.

About Cartesi:…
3 views16:25
PythonFromYouTube
JakeEh
Learn SQLite for Python
19 minutes ago
https://www.youtube.com/watch?v=cfbr1s5j9Po
YouTube
Learn SQLite for Python
In this video we're going to learn how to use SQLite for Python!

Learning how to use a database can really increase the quality and types of projects you could make. By the end of this video you should have a decent foundation to get started with SQL.

Join…
3 views16:30
PythonFromYouTube
Jie Jenn
How To Solve A HARD SQL Interview Problem For Job Interview | #10355
10 hours ago
https://www.youtube.com/watch?v=zOA9_Ybgbu0
YouTube
How To Solve A HARD SQL Interview Problem For Job Interview | #10355
Job market is tough these days, even for data analysts and data engineers. The best way to really impress and get a job is by acing those technical SQL interview questions. In this tutorial, I will walk you through the process of solving a hard level difficulty…
2 views10:25
PythonFromYouTube
Carberra
Python now has COLOURED tracebacks
20 minutes ago
https://www.youtube.com/watch?v=Kwm4ccNX6rI
YouTube
Python now has COLOURED tracebacks
Oooo pwetty colours! They're useful too!

0:00 - Intro
1:17 - Coloured tracebacks in the terminal
3:18 - How tracebacks look in 3.12
4:53 - The new tracebacks in the real world
5:55 - A more complicated example
6:35 - Disabling the colours
7:39 - Outro

—…
2 views12:25
PythonFromYouTube
pixegami
Python Langchain Tutorial: Use 3 Different LLMs in 10 Mins
24 minutes ago
https://www.youtube.com/watch?v=HxOheqb6QmQ
YouTube
Python Langchain Tutorial: Use 3 Different LLMs in 10 Mins
Learn how to easily switch between LLMs in Langchain for your Python applications: OpenAI's GPT-4, Amazon Bedrock (Claude V2), and Google Gemini Pro.

Or if none of these suit your needs, you can also implement your own interface.

📚 Chapters
00:00 Introduction…
4 views14:25
PythonFromYouTube
NeuralNine
10 Essential Linux Terminal Tools You Should Know
11 minutes ago
https://www.youtube.com/watch?v=ddbBY74a9w8
YouTube
10 Essential Linux Terminal Tools You Should Know
Today we discuss ten essential Linux terminal tools everyone should know.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
2 views18:25
PythonFromYouTube
Jie Jenn
Perform Web Search With Microsoft Bing Search API In Python | Step-By-Step Tutorial
1 hour ago
https://www.youtube.com/watch?v=FWmqOUPV5zU
YouTube
Perform Web Search With Microsoft Bing Search API In Python | Step-By-Step Tutorial
The Microsoft Bing Search API is service provided by Microsoft Azure to search contents on the web programmatically. Some of the things you can do with Bing Search API such as market research analysis, content discovery, SEO, data collections, and brand monitoring.…
4 views16:25
PythonFromYouTube
Tech With Tim
Python Web3 Development #5 - Finishing The Frontend
1 hour ago
https://www.youtube.com/watch?v=LO5eRF1FdkI
YouTube
Python Web3 Development #5 - Finishing The Frontend
In this series I will be showing you how to create web3 applications using Python. With the Cartesi library, this method can be done using ANY coding language. So whether you develop using Python, Javascript, Go, or C++; this video is for you.

About Cartesi:…
2 views16:30