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
GitHub Actions (Branch Protection, Automated Testing) - Full Tutorial
1 hour ago
https://www.youtube.com/watch?v=UEOtZvTCmDo
YouTube
GitHub Actions (Branch Protection, Automated Testing) - Full Tutorial
In this video, I’ve teamed up with Microsoft Canada to introduce you to GitHub Actions, Workflows,
Secrets, Testing & much much more! Github actions is a fantastic tool for rapidly increasing your dev teams productivity by using features like automated testing…
5 views15:00
PythonFromYouTube
teclado
How to start Python projects (Live)
Streamed 13 minutes ago
https://www.youtube.com/watch?v=P8nc8ROK4nc
YouTube
How to start Python projects (Live)
Starting new Python projects doesn't have to be painful! In this stream I'll share with you how I have my environment set up, and how I start new Python projects. We'll also check out some documentations so you can learn more about how to read docs and take…
45 views15:05
PythonFromYouTube
Indently
Lazy Imports: The Key To Optimizing Python Script Performance?
1 hour ago
https://www.youtube.com/watch?v=7QKhYUNcuYI
YouTube
Lazy Imports: The Key To Optimizing Python Script Performance?
In many programming languages, the concept of lazy loading is quite popular. You experience lazy loading on a daily basis, even on YouTube for example. When you make a search it will load around 10-20 results at a time, instead of loading all 10 million of…
4 views06:00
PythonFromYouTube
R3ap3rPy
Python - Django - Image upload app
1 hour ago
https://www.youtube.com/watch?v=vhz3OdiMaKY
YouTube
Python - Django - Image upload app
Let's create an image upload application with django and python.
4 views15:00
PythonFromYouTube
Learn Python With Rune
From Concept to Code: Designing a Tic Tac Toe Game in Python
12 minutes ago
https://www.youtube.com/watch?v=lKmtnR6mJLo
YouTube
From Concept to Code: Designing a Tic Tac Toe Game in Python
Implementing an interactive game, like Tic Tac Toe in Python, as a programmer can be an exciting and rewarding experience with several benefits.

Learn more here https://www.learnpythonwithrune.org/python-project-tic-tac-toe-game-play-against-computer/

GitHub…
4 views15:05
PythonFromYouTube
Real Python
Starting With Python's assert Statement
55 minutes ago
https://www.youtube.com/watch?v=jjUgWvNxHys
YouTube
Starting With Python's assert Statement
Python’s assert statement allows you to write sanity checks in your code. These checks are known as assertions, and you can use them to test if certain assumptions remain true while you’re developing your code. If any of your assertions turn false, then…
2 views18:00
PythonFromYouTube
NeuralNine
Marks in Vim Are A Game Changer
1 hour ago
https://www.youtube.com/watch?v=XT_kFia3Ua4
YouTube
Marks in Vim Are A Game Changer
In this video, we learn about marks or waypoints in Vim. A feature that makes life as a coder much easier.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://ww…
4 views15:00
PythonFromYouTube
ArjanCodes
Functions vs Classes: When to Use Which and Why?
1 hour ago
https://www.youtube.com/watch?v=txRTzljmV0Q
YouTube
Functions vs Classes: When to Use Which and Why?
🧱 Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery.

Functions vs. Classes?! Are you trying to decide which one to use in your code? In this video, I’ll explore how and when to use each of them, so you…
4 views17:00
PythonFromYouTube
MathByte Academy
Python Tips and Tricks: Decorator Factories and Optional Arguments
1 hour ago
https://www.youtube.com/watch?v=DEaaBiHg0XM
YouTube
Python Tips and Tricks: Decorator Factories and Optional Arguments
This video explores one simple technique to create a decorator factory that allows using the decorator both with and without arguments - similar to some of the decorators you will come across in the Python standard library that can be used with parameters…
3 views17:05
PythonFromYouTube
Real Python
Targeting WebAssembly Platforms & Distilling a Minimum Viable Python | Real Python Podcast #154
12 hours ago
https://www.youtube.com/watch?v=f2i2NvZBxc4
YouTube
Targeting WebAssembly Platforms & Distilling a Minimum Viable Python | Real Python Podcast #154
Are you familiar with the different versions of WebAssembly? Could WASM be the "write once, run everywhere" solution developers have searched for? Where does distributing Python applications fit in the narrative? This week on the show, we have CPython core…
4 views06:00
PythonFromYouTube
Carberra
Working with APIs in Python? Use Pydantic
3 hours ago
https://www.youtube.com/watch?v=3pXrtmvHHwM
YouTube
Working with APIs in Python? Use Pydantic
Thanks for IPRoyal for sponsoring this video! Get 30% off any Royal Residential Proxies by following this link and using code "CARBERRA" at checkout!
https://iproyal.club/carberra

—

A while ago I covered TypedDict in a video and got A LOT of comments talking…
4 views15:00
PythonFromYouTube
NeuralNine
URL Shortener in Flask with Python
2 hours ago
https://www.youtube.com/watch?v=DBXq8ijk07s
YouTube
URL Shortener in Flask with Python
In this video, we learn how to build a simple URL shortener in Python using Flask.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕…
5 views15:00
PythonFromYouTube
Jie Jenn
How To Calculate Consecutive Strikes In SQL #17
1 hour ago
https://www.youtube.com/watch?v=2X7atZr75NM
YouTube
How To Calculate Consecutive Strikes In SQL #17
In this tutorial, I will walk you through the process of solving a difficult SQL interview by Uber. Whether you are a beginner or an experienced professional, this video will provide you with the knowledge and skills you need to excel in your interview. By…
5 views15:05
PythonFromYouTube
Indently
How Sets Can Truly OPTIMIZE Your Python Code
1 hour ago
https://www.youtube.com/watch?v=k_Hp4C-OQmM
YouTube
How Sets Can Truly OPTIMIZE Your Python Code
Today we will be looking at how sets can be used to significantly optimize your Python code.

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

▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
6 views06:00
PythonFromYouTube
anthonywritescode
I made every sentry page 300ms faster (intermediate) anthony explains #540
1 hour ago
https://www.youtube.com/watch?v=FY7EQwT7QKU
YouTube
I made every sentry page 300ms faster (intermediate) anthony explains #540
today I talk about how I made every sentry.io page ~250-300 ms faster and talk a little bit about the various http caching approaches

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

==========

twitch: https://twitch.…
5 views17:00
PythonFromYouTube
ByteByteGo
10 Key Data Structures We Use Every Day
1 hour ago
https://www.youtube.com/watch?v=ouipSd_5ivQ
YouTube
8:43
10 Key Data Structures We Use Every Day
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
5 views17:05
PythonFromYouTube
R3ap3rPy
Python - Django - Model Forms
41 minutes ago
https://www.youtube.com/watch?v=BKi2Ag4SanE
YouTube
Python - Django - Model Forms
Let's learn how we can create model forms in django.
5 views09:00
PythonFromYouTube
NeuralNine
Load Environment Variables From .env Files in Python
2 hours ago
https://www.youtube.com/watch?v=8dlQ_nDE7dQ
YouTube
Load Environment Variables From .env Files in Python
Today we go a little bit deeper into the Python dotenv module, which allows us to load environment variables from .env files.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible…
6 views15:00
PythonFromYouTube
Tech With Tim
I Was Wrong About ChatGPT Replacing Programmers
1 hour ago
https://www.youtube.com/watch?v=C_teb93alL4
YouTube
I Was Wrong About ChatGPT Replacing Programmers
In today's video, I need to admit that I was wrong about ChatGPT. A few months ago I made a video on ChatGPT giving my opinions on it. Looking back I now realized that I was misinformed...

💻 Master Blockchain and Web 3.0 development today by using BlockchainExpert:…
6 views15:05
PythonFromYouTube
Learn Python With Rune
Python Input Function: How to Get User Input in Your Programs
13 minutes ago
https://www.youtube.com/watch?v=VA9wMzVvdmE
YouTube
Python Input Function: How to Get User Input in Your Programs
input() function is very simple and straightforward. It allows getting user’s input in string format. This is how it works:

1-) Type your message inside input(), this will be displayed to the user.

2-) And user will be shown a message or asked a question…
6 views15:10