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
5 Things I Wish I Knew Before Becoming a Software Engineer
1 hour ago
https://www.youtube.com/watch?v=A9C5l3AOOA0
YouTube
5 Things I Wish I Knew Before Becoming a Software Engineer
The frustrating and tedious learning curve of first learning to code and write your first program is a feat all programmers must achieve. That's why I'm sharing 5 Things I Wish I Knew Before Coding that will help you fast-track your progress and enter that…
9 views15:00
PythonFromYouTube
Indently
ALL 11 Dictionary Methods In Python EXPLAINED
1 hour ago
https://www.youtube.com/watch?v=u0yr9B3nH8c
YouTube
ALL 11 Dictionary Methods In Python EXPLAINED
All 11 dictionary methods in Python explained. Did you know all of them?

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

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

00:00 11 Dict Methods
00:07 values()
00:35 keys()
00:54…
9 views09:00
PythonFromYouTube
NeuralNine
Synchronize Multiple Applications with File Locks in Python
3 hours ago
https://www.youtube.com/watch?v=YlUkwspocMI
YouTube
Synchronize Multiple Applications with File Locks in Python
In this video we learn how to synchronize multiple Python applications using file locks.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/…
6 views15:00
PythonFromYouTube
pixegami
My Custom MacOS Terminal Setup and Theme ✨
1 hour ago
https://www.youtube.com/watch?v=ugwmH_xzkCA
YouTube
My MacOS Terminal Setup for HIGH Productivity
This is an AWESOME set-up that helps me be a more productive developer with Python.

Starship enhances your prompt bar, Fish provides auto suggestions and syntax highlighting, and Warp offers an enhanced editing experience.

🔗 GitHub: https://github.com/pixegami/mac…
7 views17:00
PythonFromYouTube
R3ap3rPy
Python - JustPy - Event handlers
3 hours ago
https://www.youtube.com/watch?v=mCR4ZCE-kqw
YouTube
Python - JustPy - Event handlers
In this video we are going to see how you can use the #event #handlers of #justpy to create #dynamic #python #webapps.

Docs: https://justpy.io/
5 views06:00
PythonFromYouTube
Python Engineer
Build an AI app with FastAPI and Docker - Coding Tutorial with Tips

https://www.youtube.com/watch?v=iqrS7Q174Ac
YouTube
Build an AI app with FastAPI and Docker - Coding Tutorial with Tips
Join me in a coding session with Sebastián Ramírez and learn how to build a Machine Learning app with FastAPI and Docker. Along the way we will show you some tips like the interactive coding session and Docker init command, and best practices when working…
5 views11:00
PythonFromYouTube
bvdl io
What are Virtual Environments - How to use Them

https://www.youtube.com/watch?v=uW99sFcc8tc
YouTube
What are Virtual Environments - How to use Them
Virtual Environments are super useful for developers. I explain the essence of what virtual environments are, whey solve, and what they have to offer. Finally I demonstrate an example of how to set up python virtual environment, using pipenv. We do all the…
7 views15:00
PythonFromYouTube
Indently
ALL Code Editors NEED THIS Feature (Inlay Hints)
1 hour ago
https://www.youtube.com/watch?v=GE5aAH9uFFg
YouTube
ALL Code Editors NEED THIS Feature (Inlay Hints)
All code editors need this feature. It's absolutely brilliant and can lead to less silly mistakes when passing in arguments to both classes and functions. What do you think?

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

▶ Follow me on Instagram:…
6 views06:00
PythonFromYouTube
NeuralNine
Understanding stdin, stdout, stderr in Python
1 hour ago
https://www.youtube.com/watch?v=4HY0VBBY7ok
YouTube
Understanding stdin, stdout, stderr in Python
Today we learn about the standard streams stdin, stdout and stderr as well as how to use them in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.…
6 views15:00
PythonFromYouTube
anthonywritescode
what is `Symbol` in js (intermediate) anthony explains #552
1 hour ago
https://www.youtube.com/watch?v=gZBQ8LIR6D4
YouTube
what is `Symbol` in js (intermediate) anthony explains #552
I recently was writing some JS and wondered what `Symbol` was -- and now that I know I'm sharing it with you

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

==========

twitch: https://twitch.tv/anthonywritescode
dicsord:…
5 views17:00
PythonFromYouTube
R3ap3rPy
Python - JustPy - Input element
1 hour ago
https://www.youtube.com/watch?v=CqBqsoET8SY
YouTube
Python - JustPy - Input element
In this video you will learn how to use different #html #elements in #justpy module of #python

Docs: https://justpy.io/
5 views06:00
PythonFromYouTube
ByteByteGo
Top 5 Most Used Architecture Patterns
1 hour ago
https://www.youtube.com/watch?v=f6zXyq4VPP8
YouTube
5:53
Top 5 Most Used Architecture Patterns
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe

Animation tools: Adobe Illustrator and After Effects.

Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
5 views17:00
PythonFromYouTube
Real Python
Build the Basics of a Wordle Game With Python
56 minutes ago
https://www.youtube.com/watch?v=wTFXEZjA4X8
YouTube
Build the Basics of a Wordle Game With Python
This is a preview of a complete video course titled "Create a Python Wordle Clone With Rich". You'll build via this step-by-step project a Wordle clone in the terminal.

You'll learn how to validate user input and work with Python features like sets, command…
6 views18:00
PythonFromYouTube
teclado
First Class Functions in Python — Q&A Thursdays
10 hours ago
https://www.youtube.com/watch?v=-MB7kfVxnGg
YouTube
First Class Functions in Python — Q&A Thursdays
Let's talk about first class functions in Python! First class means that functions can be assigned to variables or passed as arguments to other functions. We'll also briefly talk about the itertools library.

-- Links --

🐍 Our Courses: https://teclado.com…
4 views07:00
PythonFromYouTube
NeuralNine
What Are #! Shebangs For in Scripts?
2 hours ago
https://www.youtube.com/watch?v=TslulSJClhI
YouTube
What Are #! Shebangs For in Scripts?
Today we learn about shebangs and what their role in script files is.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
5 views15:00
PythonFromYouTube
MathByte Academy
Idiomatic Python: Iterating Dictionaries
1 hour ago
https://www.youtube.com/watch?v=abOxepN_Fc0
YouTube
Idiomatic Python: Iterating Dictionaries
In this video we take a look at how to write more Pythonic code by leveraging dictionary views rather than key lookups when iterating over dictionaries.

#mathbyteacademy #python

Code for this Video
===================
Available in GitHub blog repo: ht…
3 views15:30
PythonFromYouTube
ArjanCodes
How to Avoid Refactoring Legacy Code HELL
1 hour ago
https://www.youtube.com/watch?v=Rryo6CoKamE
YouTube
How to Avoid Refactoring Legacy Code HELL
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

In this video, I’ll teach you a 5-step framework for refactoring legacy code. To show you how it works, I’ll do the so-called Gilded Rose Kata, originally created…
3 views17:00
PythonFromYouTube
Real Python
Finding the Right Coding Font for Programming in Python | Real Python Podcast #170
58 minutes ago
https://www.youtube.com/watch?v=TtAAer_2Jw4
YouTube
Finding the Right Coding Font for Programming in Python | Real Python Podcast #170
What should you consider when picking a font for coding in Python? What characters and their respective glyphs should you check before making your decision? This week on the show, we talk with Real Python author and core team member Philipp Acsany about his…
3 views18:00
PythonFromYouTube
Нікіта Тимошенко [ про Аналіз даних українською ]
🚀 Як безкоштовно опублікувати дашборд Power BI на сайт чи для портфоліо?
3 hours ago
https://www.youtube.com/watch?v=jDdAn85IraU
YouTube
🚀 Як безкоштовно опублікувати дашборд Power BI на сайт чи для портфоліо?
Розробити хороший інтерактивний дашборд - це половина справи. В цьому відео ми розглянемо основні можливості публікації звітів, останні з яких передбачають зберігання всього їх функціоналу для зацікавлених користувачів. Так, Майкрософт не робить цю процедуру…
4 views09:00
PythonFromYouTube
Indently
Write Safer & Cleaner Code With Type Annotations In Python (FULL FREE COURSE)
2 hours ago
https://www.youtube.com/watch?v=rrOBUwoRnug
YouTube
Write Safer & Cleaner Code With Type Annotations In Python (FULL FREE COURSE)
Ready to write safer, cleaner, and more robust code in Python?
Claim your free course here: https://indently.io/#types

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

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

00:00 Free…
5 views09:30