PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
MathByte Academy
Idiomatic Python: Generators
55 minutes ago
https://www.youtube.com/watch?v=L6KYYeN5VfI
YouTube
Idiomatic Python: Generators
In this video we take a look at how to write more Pythonic code by leveraging generator expressions and functions.

Most iteration related functions in Python are essentially generators (like zip, enumerate, islice, and many many more).

There's a reason…
4 views15:30
PythonFromYouTube
ByteByteGo
Why Google and Meta Put Billion Lines of Code In 1 Repository?
1 hour ago
https://www.youtube.com/watch?v=x3cANGNPyx0
YouTube
7:09
Why Google and Meta Put Billion Lines of Code In 1 Repository?
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…
4 views17:00
PythonFromYouTube
ArjanCodes
5 Reasons Why Parents Are Better Programmers
1 hour ago
https://www.youtube.com/watch?v=Q9mOy7JEe-I
YouTube
5 Reasons Why Parents Are Better Programmers
Are you worried about raising children and growing in your professional journey? Worry no more! In this video, I’ll share 5 reasons why being a parent is actually great for your software development career. 🍭

👷 Join the FREE Code Diagnosis Workshop to help…
4 views17:30
PythonFromYouTube
Real Python
Exploring pandas 2.0 & Targets for Apache Arrow | Real Python Podcast #167
55 minutes ago
https://www.youtube.com/watch?v=Zex1ESo6ASQ
YouTube
Exploring pandas 2.0 & Targets for Apache Arrow | Real Python Podcast #167
What are the new ways to describe your data in pandas 2.0? Will the addition of Apache Arrow to the data backend foster the growth of data interoperability? This week on the show, we talk with pandas core developer Marc Garcia about the release of pandas…
4 views18:00
PythonFromYouTube
NeuralNine
Income Prediction Machine Learning Project in Python
1 hour ago
https://www.youtube.com/watch?v=dhoKFqhVJu0
YouTube
Income Prediction Machine Learning Project in Python
Today we build a machine learning model, that predicts people's income.

Dataset: https://www.kaggle.com/datasets/wenruliu/adult-income-dataset

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻…
6 views15:00
PythonFromYouTube
Indently
"TypeAlias" Solves A VERY Common Problem In Python
2 hours ago
https://www.youtube.com/watch?v=f-elvwTlYCI
YouTube
"TypeAlias" Solves A VERY Common Problem In Python
Learn how you can use TypeAlias in Python. It's beautiful for creating future references in your code. A very common problem you may encounter when first learning Python.

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

▶ Follow me on Instagram:…
6 views06:59
PythonFromYouTube
pixegami
How To Use GitHub Actions • Automate Your AWS Deployments
1 hour ago
https://www.youtube.com/watch?v=9uMcN66mfwE
YouTube
How To Use GitHub Actions • Automate Your AWS Deployments
Learn how to automate your code deployments with GitHub actions.

In this project, I'll show you how to use GitHub actions to automate the deployment (CI/CD) of an AWS project. The project is a simple Python API hosted on AWS Lambda (managed with AWS CDK).…
6 views17:00
PythonFromYouTube
R3ap3rPy
Python - GNS3 VM - Netmiko and IOS
59 minutes ago
https://www.youtube.com/watch?v=YIV0RVWTcwU
YouTube
Python - GNS3 VM - Netmiko and IOS
In this video you will learn how to setup the GNS3 VM in VMWare workstation and use the netmiko python module to connect to IOS devices.
6 views06:00
PythonFromYouTube
NeuralNine
Ranking Code Editors & IDEs - Tierlist
6 minutes ago
https://www.youtube.com/watch?v=94A6JkrMfRc
YouTube
Ranking Code Editors & IDEs - Tierlist
Today we rank code editors and IDEs on a tierlist.

First list: https://tiermaker.com/create/best-ide-tiers-list-644720
Second list: https://tiermaker.com/create/text-code-editors-online-local-15876250

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
6 views11:00
PythonFromYouTube
Forwarded from ItNewsFromYouTube[UA]
CodeUA
PyCharm з нуля. Найкраща IDE для Python розробки

https://www.youtube.com/watch?v=JSCvQG7BTaw
YouTube
PyCharm з нуля. Найкраща IDE для Python розробки
Матеріали вебінару - https://itvdn.com/ua/webinars/description/pycharm-essential?utm_source=yb_code_pycharm-essential

PyCharm – це крутий інструмент розробки, який найбільш широко використовують ті, хто пише мовою Python. Якщо ви ще не знайомі з PyCharm…
4 views13:16
PythonFromYouTube
Indently
What's New In Python 3.12
1 hour ago
https://www.youtube.com/watch?v=1bLlmKzIx0A
YouTube
What's New In Python 3.12
What are the new features that are coming in Python 3.12? Well, first of all it's worth mentioning that Python 3.12 will be release on 2023-10-02 (from what I read), so we still have some time until it comes out. But otherwise there are a lot of cool new…
6 views09:00
PythonFromYouTube
anthonywritescode
how does .exe magic work? (PATHEXT) (intermediate) anthony explains #549
1 hour ago
https://www.youtube.com/watch?v=6QiLrVaG0qI
YouTube
how does .exe magic work? (PATHEXT) (intermediate) anthony explains #549
today we talk about how executable lookup works on windows -- the specifics of `PATHEXT` and the effects of the current working directory

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

==========

twitch: https://twi…
5 views17:00
PythonFromYouTube
R3ap3rPy
Python - GNS3 VM - Netmiko enable and config mode
1 hour ago
https://www.youtube.com/watch?v=K62xsgY5Flc
YouTube
Python - GNS3 VM - Netmiko enable and config mode
This video will teach you how you can use netmiko to use enable and config more to configure your cisco devices in python.
4 views06:00
PythonFromYouTube
NeuralNine
Clean New Projects with venv - Virtual Environments
2 hours ago
https://www.youtube.com/watch?v=sUKgrSHSHtM
YouTube
Clean New Projects with venv - Virtual Environments
In this video we learn how to properly create new Python projects with virtual environments and venv.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neu…
79 views15:00
PythonFromYouTube
ByteByteGo
Git MERGE vs REBASE: Everything You Need to Know
1 hour ago
https://www.youtube.com/watch?v=0chZFIZLR_0
YouTube
4:33
Git MERGE vs REBASE: Everything You Need to Know
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…
4 views17:00
PythonFromYouTube
Real Python
How Does the __name__ == "__main__" Idiom Work in Python
56 minutes ago
https://www.youtube.com/watch?v=U6XyOagc050
YouTube
How Does the __name__ == "__main__" Idiom Work in Python
This a preview of a video course about the __name__ == "__main__" idiom works in Python. You’ve likely encountered Python’s if __name__ == "__main__" idiom when reading other people’s code. You might have even used this idiom in your own scripts. But did…
4 views18:00
PythonFromYouTube
b001
Why Are Sets Like This??
3 hours ago
https://www.youtube.com/watch?v=Gp-qih4T9tA
YouTube
Why Are Sets Like This??
⭐ Join my Patreon: https://www.patreon.com/b001io
💬 Discord: https://discord.gg/jA8SShU8zJ
🐦 Follow me on Twitter: https://twitter.com/b001io
🔗 More links: https://linktr.ee/b001io
4 views06:00
PythonFromYouTube
ArjanCodes
LangChain is AMAZING | Quick Python Tutorial
1 hour ago
https://www.youtube.com/watch?v=I4mFqyqFkxg
YouTube
LangChain is AMAZING | Quick Python Tutorial
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

LangChain is a great Python library for creating applications that communicate with Large Language Model (LLM) APIs. In this tutorial, I’ll show you how it works and…
5 views17:00
PythonFromYouTube
Real Python
Common Python Stumbling Blocks & Quirky Behaviors | Real Python Podcast #168
58 minutes ago
https://www.youtube.com/watch?v=rVafjSzP7DE
YouTube
Common Python Stumbling Blocks & Quirky Behaviors | Real Python Podcast #168
Have you ever encountered strange behavior when trying something new in Python? What are common quirks hiding within the language? This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.

👉 Links…
5 views18:00
PythonFromYouTube
NeuralNine
Gen-2: First Step Into AI Video Generation
54 minutes ago
https://www.youtube.com/watch?v=bzM0KeWKudc
YouTube
Gen-2: First Step Into AI Video Generation
In this video today we explore the tool Gen-2 by runway, which is (one of) the first tool to allow us to do AI video generation.

Gen-2: https://research.runwayml.com/gen2

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https:/…
5 views15:00