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 dbt (Data Build Tool) | dbt Tutorial
20 minutes ago
https://www.youtube.com/watch?v=anZkGCFK87Y
YouTube
Getting Started With dbt (Data Build Tool) | dbt Tutorial
dbt (Data Build Tool), a popular data transformation framework created by dbt Lab to streamline data pipeline workflow. In this video, you will learn how to get started with using dbt to run data transformations in a data warehouse (BigQuery).

💖 Show Support…
5 views13:25
PythonFromYouTube
Tech With Tim
The Truth About Learning Python in 2024
20 minutes ago
https://www.youtube.com/watch?v=ZDjaruJ1TYk
YouTube
The Truth About Learning Python in 2024
The tech industry is changing faster than ever with the rise of AI and entry level jobs getting more and more difficult to come by. A lot of you might be asking the same question: should I be learning Python or should I keep learning it if I already know…
4 views11:25
PythonFromYouTube
NeuralNine
Remove Background Noise with Fourier Transform in Python
1 hour ago
https://www.youtube.com/watch?v=LURaBTYzhj0
YouTube
Remove Background Noise with Fourier Transform in Python
Today we learn how to remove background noise from audio recordings using an STFT (Short-Time Fourier Transform) in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
5 views13:24
PythonFromYouTube
ByteByteGo
Linux Crash Course - Understanding File Permissions
1 hour ago
https://www.youtube.com/watch?v=4N4Q576i3zA
YouTube
4:31
Linux Crash Course - Understanding File Permissions
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
4 views17:25
PythonFromYouTube
Real Python
Web Scraping Practice: Intro to Web Scraping With Python
19 minutes ago
https://www.youtube.com/watch?v=NGOjlI0lw4s
YouTube
Web Scraping Practice: Intro to Web Scraping With Python
This is a preview of the video course, "Exercises Course: Introduction to Web Scraping With Python." Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.…
3 views17:25
PythonFromYouTube
Indently
Every Python Dev Should Know THIS Concept
5 hours ago
https://www.youtube.com/watch?v=MFaXq-ZYrNs
YouTube
Every Python Dev Should Know THIS Concept
Today I'm going to be sharing with you a very important concept that you should know in Python regarding the primitive data type constructors.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
4 views09:25
PythonFromYouTube
MathByte Academy
Easy Progress Bars using tqdm
1 hour ago
https://www.youtube.com/watch?v=Xs4-5SDRxyU
YouTube
Easy Progress Bars using tqdm
#mathbyteacademy #python

When you have long running processes, whether in Python apps or Jupyter notebooks, don't just give your users a blank screen where things look frozen. After about 10 seconds they're going to think the app crashed or is stuck! Instead…
4 views13:25
PythonFromYouTube
NeuralNine
Speed Up Numerical Expressions in NumPy and Pandas
1 hour ago
https://www.youtube.com/watch?v=bFuvsqoV_UE
YouTube
Speed Up Numerical Expressions in NumPy and Pandas
Today we learn about numexpr, which is a Python package that allows us to massively speed up numerical expressions for NumPy and Pandas.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm…
4 views13:45
PythonFromYouTube
ArjanCodes
How to Design a REST API That Doesn’t SUCK
24 minutes ago
https://www.youtube.com/watch?v=SjUQLryotAk
YouTube
6 Easy Tips to Design an AWESOME REST API
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.

Learn 6 essential tips for designing a great REST API that even big companies often overlook. From following standards and maintaining consistency to writing clear documentation…
5 views15:25
PythonFromYouTube
Real Python
Constraint Programming & Exploring Python's Built-in Functions | Real Python Podcast #213
20 minutes ago
https://www.youtube.com/watch?v=JLLiIXB-xCU
YouTube
Constraint Programming & Exploring Python's Built-in Functions | Real Python Podcast #213
What are discrete optimization problems? How do you solve them with constraint programming in Python? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.

👉 Links from the show: https://rea…
5 views17:25
PythonFromYouTube
Indently
@staticmethod explained in Python
3 hours ago
https://www.youtube.com/watch?v=JQZmzrCSKSY
YouTube
@staticmethod explained in Python
In this video I'm going to be teaching you how to use @staticmethod in Python!

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
4 views09:25
PythonFromYouTube
NeuralNine
Full Flask Course For Python - From Basics To Deployment
1 hour ago
https://www.youtube.com/watch?v=oQ5UfJqW5Jo
YouTube
Full Flask Course For Python - From Basics To Deployment
This is a full Flask course for Python. It goes from the very basics like templates and POST requests, to more advanced stuff like sessions and database connections up until blueprints and deployment with Docker.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books &…
4 views13:25
PythonFromYouTube
Jie Jenn
Getting Started With dbt (Data Build Tool) To Run Data Transformation | dbt Tutorial
23 minutes ago
https://www.youtube.com/watch?v=Qd_oRv5mQD4
YouTube
Getting Started With dbt (Data Build Tool) To Run Data Transformation | dbt Tutorial
dbt (Data Build Tool), a popular data transformation framework created by dbt Lab to streamline data pipeline workflow. In this dbt lesson, we will learn how...
5 views13:45
PythonFromYouTube
John Watson Rooney
You should use these in all your Scrapy projects.
16 minutes ago
https://www.youtube.com/watch?v=wJqr9gdGWOw
YouTube
How I Use Data Pipelines in my Web Scrapers
➡ JOIN MY MAILING LIST
https://johnwr.com

➡ COMMUNITY
https://discord.gg/C4J2uckpbR

➡ PROXIES
https://proxyscrape.com/?ref=jhnwr

➡ WEB SCRAPING API
https://hubs.li/Q043T88w0

➡ HOSTING
https://m.do.co/c/c7c90f161ff6

If you are new, welcome. I'm John,…
6 views14:05
PythonFromYouTube
JakeEh
Database Registration Made SIMPLE
23 minutes ago
https://www.youtube.com/watch?v=mlszcESaFww
YouTube
Database Registration Made SIMPLE
In this video we make the registration store the username and password in your database! This will allow us to have users register for our site and then login later!

Code: https://github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-4

Join my Discord…
4 views15:25
PythonFromYouTube
ArjanCodes
CrowdStrike Exposes a FUNDAMENTAL Problem in Software
8 minutes ago
https://www.youtube.com/watch?v=UdJr2p5RrF0
YouTube
CrowdStrike Exposes a Fundamental Problem in Software
✅ Learn how to build robust and scalable software architecture: https://arjan.codes/checklist.

Whew, what a disaster! I share my thoughts about the whole CrowdStrike situation and the fundamental problem that I think lies at the core of this. Let me know…
5 views15:45
PythonFromYouTube
Jie Jenn
Load CSV Files To Database With "dbt seed" | dbt Tutorial
9 hours ago
https://www.youtube.com/watch?v=E27MKL6iJK4
YouTube
Load CSV Files To Database With "dbt seed" | dbt Tutorial
dbt (Data Build Tool), a popular data transformation framework created by dbt Lab to streamline data pipeline workflow. In this dbt lesson, we will learn how to use a very useful dbt command called "dbt seed" to upload CSV files to a database. If you want…
5 views09:25
PythonFromYouTube
Carberra
Numba makes your code FASTER with ONE decorator
24 minutes ago
https://www.youtube.com/watch?v=5vWL2sWkewE
YouTube
Numba makes your code FASTER with ONE decorator
Try Keeper Password Manager free for 30 days, then get 30% off when you upgrade using the code CARBERRA30:
https://www.keepersecurity.com/personal.html

—

There has been plenty of discussion around Python's new JIT since it dropped, but did you know there…
5 views11:25
PythonFromYouTube
Tech With Tim
Problem Solving Techniques For Programming - Live Demo
1 hour ago
https://www.youtube.com/watch?v=iHNLEWa7Hew
YouTube
Problem Solving Techniques For Programming - How To Actually Get Good
In this video, I will be sharing with you my tips, tricks, and advice for getting better at solving problems for programming. Problem solving is one of the most important skills that you can have, especially as a programmer. The largest tech in the world…
5 views15:25
PythonFromYouTube
pixegami
Claude 3.5 API in Python • Explore AWESOME Use Cases!
21 minutes ago
https://www.youtube.com/watch?v=W68VEFHCsLc
YouTube
Claude 3.5 API in Python • Explore AWESOME Use Cases!
Learn to use Claude 3.5 Sonnet API in Python with this tutorial. We will have 3 example use-cases: a simple chat interface, tool-use (to make a local artifacts feature), and using vision to read a screenshot. All of this will be done via the API (Python SDK).…
4 views15:45
PythonFromYouTube
Indently
@classmethod explained in Python
5 hours ago
https://www.youtube.com/watch?v=6-wxZa3-TwM
YouTube
@classmethod explained in Python
In this video I'm going to be teaching you how to use @classmethod in Python. As scary as it might look, it's very useful!

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
4 views09:25