Indently
"TypeAlias" Solves A VERY Common Problem In Python
2 hours ago
https://www.youtube.com/watch?v=f-elvwTlYCI
"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:…
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:…
pixegami
How To Use GitHub Actions • Automate Your AWS Deployments
1 hour ago
https://www.youtube.com/watch?v=9uMcN66mfwE
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).…
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).…
NeuralNine
Ranking Code Editors & IDEs - Tierlist
6 minutes ago
https://www.youtube.com/watch?v=94A6JkrMfRc
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…
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…
Forwarded from ItNewsFromYouTube[UA]
YouTube
PyCharm з нуля. Найкраща IDE для Python розробки
Матеріали вебінару - https://itvdn.com/ua/webinars/description/pycharm-essential?utm_source=yb_code_pycharm-essential
PyCharm – це крутий інструмент розробки, який найбільш широко використовують ті, хто пише мовою Python. Якщо ви ще не знайомі з PyCharm…
PyCharm – це крутий інструмент розробки, який найбільш широко використовують ті, хто пише мовою Python. Якщо ви ще не знайомі з PyCharm…
anthonywritescode
how does .exe magic work? (PATHEXT) (intermediate) anthony explains #549
1 hour ago
https://www.youtube.com/watch?v=6QiLrVaG0qI
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…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twi…
R3ap3rPy
Python - GNS3 VM - Netmiko enable and config mode
1 hour ago
https://www.youtube.com/watch?v=K62xsgY5Flc
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.
NeuralNine
Clean New Projects with venv - Virtual Environments
2 hours ago
https://www.youtube.com/watch?v=sUKgrSHSHtM
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…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neu…
ByteByteGo
Git MERGE vs REBASE: Everything You Need to Know
1 hour ago
https://www.youtube.com/watch?v=0chZFIZLR_0
Git MERGE vs REBASE: Everything You Need to Know
1 hour ago
https://www.youtube.com/watch?v=0chZFIZLR_0
YouTube
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…
Animation tools: Adobe Illustrator and After Effects.
Checkout our bestselling System Design Interview books:
Volume 1: https://amzn.to/3Ou7gkd…
Real Python
How Does the __name__ == "__main__" Idiom Work in Python
56 minutes ago
https://www.youtube.com/watch?v=U6XyOagc050
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…
ArjanCodes
LangChain is AMAZING | Quick Python Tutorial
1 hour ago
https://www.youtube.com/watch?v=I4mFqyqFkxg
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…
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…
Real Python
Common Python Stumbling Blocks & Quirky Behaviors | Real Python Podcast #168
58 minutes ago
https://www.youtube.com/watch?v=rVafjSzP7DE
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…
👉 Links…
NeuralNine
Gen-2: First Step Into AI Video Generation
54 minutes ago
https://www.youtube.com/watch?v=bzM0KeWKudc
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:/…
Gen-2: https://research.runwayml.com/gen2
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https:/…
Indently
The EASY Way To Time Your Python Code Performance (ft. timeit)
1 hour ago
https://www.youtube.com/watch?v=QE903dZWfEo
The EASY Way To Time Your Python Code Performance (ft. timeit)
1 hour ago
https://www.youtube.com/watch?v=QE903dZWfEo
YouTube
The EASY Way To Time Your Python Code Performance (ft. timeit)
This is one of the easiest ways to time your code performance in Python. That's right, we will be using the timeit module here to time small snippets of code in Python. Timeit is an in-built module which means we don't have to install anything, we can just…
NeuralNine
Real-Time Stock Price Tracker in Python
3 hours ago
https://www.youtube.com/watch?v=GSHFzqqPq5U
Real-Time Stock Price Tracker in Python
3 hours ago
https://www.youtube.com/watch?v=GSHFzqqPq5U
YouTube
Real-Time Stock Price Tracker in Python
In this video we learn how to build a real-time stock price tracking web application in Python using Flask and JavaScript.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
Tech With Tim
I Learned How To Hack WiFi In 2 Days...
1 hour ago
https://www.youtube.com/watch?v=BaFdKJxWspk
I Learned How To Hack WiFi In 2 Days...
1 hour ago
https://www.youtube.com/watch?v=BaFdKJxWspk
YouTube
I Learned How To Hack WiFi In 2 Days...
It only took me 2 days to learn how to hack WIFI networks, steal passwords, grab banking credentials, and essentially intercept all web traffic! All you need is a laptop, a virtual machine learning Kali Linux, a few hours of time, and quite a bit of reading...…
Нікіта Тимошенко [ про Аналіз даних українською ]
🔥Як використовувати ChatGPT і штучний інтелект аналітикам даних в Excel?
59 minutes ago
https://www.youtube.com/watch?v=J2DghqpE8E4
🔥Як використовувати ChatGPT і штучний інтелект аналітикам даних в Excel?
59 minutes ago
https://www.youtube.com/watch?v=J2DghqpE8E4
YouTube
ChatGPT для аналітиків даних в Excel
В цьому відео ви побачите, як легко інтегрувати штучний інтелект в нашу щоденну роботу. ChatGPT став джерелом ідей, генератором шаблонів і дуже зручним інструментом для опановування нових знань. Поділіться вашим досвідом використання ChatGPT в коментарях…