Tech With Tim
Visualizing SpaceX Launches With Python - Full Tutorial
1 hour ago
https://www.youtube.com/watch?v=lwquHLH958w
Visualizing SpaceX Launches With Python - Full Tutorial
1 hour ago
https://www.youtube.com/watch?v=lwquHLH958w
YouTube
Visualizing SpaceX Launches With Python - Full Tutorial
Today, I'll be showing you how to visualize SpaceX launch data by using Python, Flask, and a little bit HTML & CSS. I'll even show you how we deploy this web application so you can view this from your phone or any other computer around the world!!
💻 Thanks…
💻 Thanks…
pixegami
Host a Python Discord Bot on AWS Lambda (Free and Easy)
1 hour ago
https://www.youtube.com/watch?v=BmtMr6Nmz9k
Host a Python Discord Bot on AWS Lambda (Free and Easy)
1 hour ago
https://www.youtube.com/watch?v=BmtMr6Nmz9k
YouTube
Host a Python Discord Bot on AWS Lambda (Free and Easy)
Learn how to create and host a Python Discord bot on AWS Lambda.
In this tutorial, you'll learn how to create a Discord Bot using Discord's Interaction HTTP endpoints — and then host it for FREE on AWS Lambda. This is a super easy, cost-effective, and scalable…
In this tutorial, you'll learn how to create a Discord Bot using Discord's Interaction HTTP endpoints — and then host it for FREE on AWS Lambda. This is a super easy, cost-effective, and scalable…
R3ap3rPy
Python - JustPy - Pushing data to webpages
4 hours ago
https://www.youtube.com/watch?v=U2R_ECd1v2E
Python - JustPy - Pushing data to webpages
4 hours ago
https://www.youtube.com/watch?v=U2R_ECd1v2E
YouTube
Python - JustPy - Pushing data to webpages
In this video you will learn how to push data to webpages with the help of justpy module of python.
Docs: https://justpy.io
Docs: https://justpy.io
Indently
Why I Explicitly Return “None” In All My Functions (Python)
4 hours ago
https://www.youtube.com/watch?v=GSZhXVjuLgA
Why I Explicitly Return “None” In All My Functions (Python)
4 hours ago
https://www.youtube.com/watch?v=GSZhXVjuLgA
YouTube
Why I Explicitly Return “None” In All My Functions (Python)
This is why I explicitly return None in all my functions in Python. A lot of us understand that type annotations are good because they allow static type checkers to catch some errors far before we run our code. But another HUGE benefit is that it self documents…
NeuralNine
A Python F-String Feature Most People Don't Know
2 hours ago
https://www.youtube.com/watch?v=fYQrFuHiYtg
A Python F-String Feature Most People Don't Know
2 hours ago
https://www.youtube.com/watch?v=fYQrFuHiYtg
YouTube
A Python F-String Feature Most People Don't Know
Today we learn about a not so well known feature of Python F-Strings.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
Jie Jenn
Create A BigQuery Query Export App Using Python (Full Tutorial)
1 hour ago
https://www.youtube.com/watch?v=iPoBWi5ngIE
Create A BigQuery Query Export App Using Python (Full Tutorial)
1 hour ago
https://www.youtube.com/watch?v=iPoBWi5ngIE
YouTube
Create A BigQuery Query Export App Using Python (Full Tutorial)
So let's be honest, Google BigQuery doesn't have the best UI when it comes to writing SQL queries, and business people still prefer to do their analysis in an Excel spreadsheet, so that's why I decided to create this utility app.
This is going to be a beginner…
This is going to be a beginner…
anthonywritescode
automating the nintendo 3ds (hardware mod)
1 hour ago
https://www.youtube.com/watch?v=LvqmdC5YjXw
automating the nintendo 3ds (hardware mod)
1 hour ago
https://www.youtube.com/watch?v=LvqmdC5YjXw
YouTube
automating the nintendo 3ds (hardware mod)
today I show off my hardware modification for my nintendo 3ds and how I used it to automate encountering shiny pokemon!
https://github.com/asottile/3ds-microcontroller
https://github.com/asottile/switch-microcontroller
playlist: https://www.youtube.com…
https://github.com/asottile/3ds-microcontroller
https://github.com/asottile/switch-microcontroller
playlist: https://www.youtube.com…
NeuralNine
Advanced Serialization with dill in Python
2 hours ago
https://www.youtube.com/watch?v=tYBdpfG8iOg
Advanced Serialization with dill in Python
2 hours ago
https://www.youtube.com/watch?v=tYBdpfG8iOg
YouTube
Advanced Serialization with dill in Python
Today we learn about the dill package, which is an extension to the core Python package pickle and allows us to serialize more object types.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The…
ByteByteGo
System Design: Apache Kafka In 3 Minutes
1 hour ago
https://www.youtube.com/watch?v=HZklgPkboro
System Design: Apache Kafka In 3 Minutes
1 hour ago
https://www.youtube.com/watch?v=HZklgPkboro
YouTube
System Design: Apache Kafka In 3 Minutes
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
Digging Into Class Concepts of Object-Oriented Programming
59 minutes ago
https://www.youtube.com/watch?v=AE1oLE5TmGc
Digging Into Class Concepts of Object-Oriented Programming
59 minutes ago
https://www.youtube.com/watch?v=AE1oLE5TmGc
YouTube
Digging Into Class Concepts of Object-Oriented Programming
This is a preview of a video course titled "Class Concepts: Object-Oriented Programming in Python".
Python includes mechanisms for doing object-oriented programming, where the data and operations on that data are structured together. The class keyword is…
Python includes mechanisms for doing object-oriented programming, where the data and operations on that data are structured together. The class keyword is…
Indently
How To Use ROT13 Encryption In Python (Encryption For Beginners)
4 hours ago
https://www.youtube.com/watch?v=0csuPm--sLQ
How To Use ROT13 Encryption In Python (Encryption For Beginners)
4 hours ago
https://www.youtube.com/watch?v=0csuPm--sLQ
YouTube
How To Use ROT13 Encryption In Python (Encryption For Beginners)
In this video we will be learning how we can use ROT13 encryption in Python. It's one of the most beginner friendly encryptions out there, so it's a perfect place to start with learning about encryptions!
▶ Become job-ready with Python:
https://www.indently.io…
▶ Become job-ready with Python:
https://www.indently.io…
Python для мережевих інженерів
09.15 Розпакування аргументів функцій/методів
3 hours ago
https://www.youtube.com/watch?v=tf0SiFLit7o
09.15 Розпакування аргументів функцій/методів
3 hours ago
https://www.youtube.com/watch?v=tf0SiFLit7o
YouTube
09.15 Розпакування аргументів функцій/методів
Розпакування аргументів функцій/методів.
00:00:00 func(*args) розпакування ітерованого об'єкту в позиційні аргументи
00:01:50 func(**kwargs) розпакування словника в іменовані аргументи
00:02:52 Розпакування аргументів
00:03:37 Приклад func(*args)
00:06:00…
00:00:00 func(*args) розпакування ітерованого об'єкту в позиційні аргументи
00:01:50 func(**kwargs) розпакування словника в іменовані аргументи
00:02:52 Розпакування аргументів
00:03:37 Приклад func(*args)
00:06:00…
Python для мережевих інженерів
10.08 Функція enumerate
2 hours ago
https://www.youtube.com/watch?v=dbY_gOGuBvo
10.08 Функція enumerate
2 hours ago
https://www.youtube.com/watch?v=dbY_gOGuBvo
YouTube
10.08 Функція enumerate
Функція enumerate
Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
Python для мережевих інженерів
10.07 Функція zip, zip_longest
2 hours ago
https://www.youtube.com/watch?v=XKGkQTGihEs
10.07 Функція zip, zip_longest
2 hours ago
https://www.youtube.com/watch?v=XKGkQTGihEs
YouTube
10.07 Функція zip, zip_longest
Функція zip, itertools.zip_longest. Як зробити "unzip".
Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
00:00:00 zip
00:01:48 Використання zip для одночасного перебору елементів декількох послідовностей
00:02:26 zip зупиняється на найкоротшій…
Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
00:00:00 zip
00:01:48 Використання zip для одночасного перебору елементів декількох послідовностей
00:02:26 zip зупиняється на найкоротшій…
Python для мережевих інженерів
10.09 Функції all, any
1 hour ago
https://www.youtube.com/watch?v=6QrgcqTh9E4
10.09 Функції all, any
1 hour ago
https://www.youtube.com/watch?v=6QrgcqTh9E4
YouTube
10.09 Функції all, any
Функції all, any
Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
Придбати курси, перевірку завдань, консультацію https://learning.pyneng.io/
Тема на сайті: https://pyneng.io/course/topics/10-useful-functions/
Придбати курси, перевірку завдань, консультацію https://learning.pyneng.io/
ArjanCodes
JavaScript vs Python: What's the Difference?
1 hour ago
https://www.youtube.com/watch?v=H12TrIWPIRI
JavaScript vs Python: What's the Difference?
1 hour ago
https://www.youtube.com/watch?v=H12TrIWPIRI
YouTube
JavaScript vs Python: What's the Difference?
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
I've often come across comparisons between different programming languages, and one that always seems to surface is the debate of JavaScript versus Python. Today,…
I've often come across comparisons between different programming languages, and one that always seems to surface is the debate of JavaScript versus Python. Today,…
Real Python
Making Each Line of Code Efficient & Python In Excel | Real Python Podcast #171
57 minutes ago
https://www.youtube.com/watch?v=q6gbOLmBbKg
Making Each Line of Code Efficient & Python In Excel | Real Python Podcast #171
57 minutes ago
https://www.youtube.com/watch?v=q6gbOLmBbKg
YouTube
Making Each Line of Code Efficient & Python In Excel | Real Python Podcast #171
Are you writing efficient Python with as few lines of code as possible? Are you familiar with the many built-in language features that will simplify your code and make it more Pythonic? Christopher Trudeau is back on the show this week, bringing another batch…
NeuralNine
Easily Visualize Database Schemas - SQLite, MySQL, PostgreSQL
2 hours ago
https://www.youtube.com/watch?v=nwZLJiZ7-oQ
Easily Visualize Database Schemas - SQLite, MySQL, PostgreSQL
2 hours ago
https://www.youtube.com/watch?v=nwZLJiZ7-oQ
YouTube
Easily Visualize Database Schemas - SQLite, MySQL, PostgreSQL
Today we learn how to easily visualize database schemas using DBVisualizer. Works for SQLite, MySQL, PostgreSQL and more.
DBVisualizer: https://www.dbvis.com/download/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://ww…
DBVisualizer: https://www.dbvis.com/download/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://ww…