Vladyslav Ushakov
10 Питань з Python Співбесіди. Повний розбір питань
1 hour ago
https://www.youtube.com/watch?v=8rd1wg5t6dw
10 Питань з Python Співбесіди. Повний розбір питань
1 hour ago
https://www.youtube.com/watch?v=8rd1wg5t6dw
YouTube
10 Питань з Python Співбесіди. Повний розбір питань
Мої соц мережі:
Instagram: https://instagram.com/vlad.ushakov.ai
Telegram: https://t.me/+Uk8q1W4B2SdmMzMy
Співбесіда Junior Python розробника: https://www.youtube.com/watch?v=k0RLyKcjSWc
Уроки Python з нуля: https://www.youtube.com/watch?v=M9kT_xt5xjo
Співбесіда…
Instagram: https://instagram.com/vlad.ushakov.ai
Telegram: https://t.me/+Uk8q1W4B2SdmMzMy
Співбесіда Junior Python розробника: https://www.youtube.com/watch?v=k0RLyKcjSWc
Уроки Python з нуля: https://www.youtube.com/watch?v=M9kT_xt5xjo
Співбесіда…
Jie Jenn
Getting Started With Google Maps API In Python
20 minutes ago
https://www.youtube.com/watch?v=d8dQgj77kpg
Getting Started With Google Maps API In Python
20 minutes ago
https://www.youtube.com/watch?v=d8dQgj77kpg
YouTube
Getting Started With Google Maps API In Python
Google Maps is your gateway to integrating real-world geography, routes, and places into your Python projects, and this tutorial will walk you through how to get started.
Key Highlights:
▶ Understanding the Google Maps API platform and how to choose the…
Key Highlights:
▶ Understanding the Google Maps API platform and how to choose the…
ArjanCodes
5 Tips for Building Powerful Data Dashboards in Python
24 minutes ago
https://www.youtube.com/watch?v=6xncb3aTrXk
5 Tips for Building Powerful Data Dashboards in Python
24 minutes ago
https://www.youtube.com/watch?v=6xncb3aTrXk
YouTube
5 Tips for Building Powerful Data Dashboards in Python
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I'll share five essential tips for building effective data dashboards. These insights are drawn from my hands-on experience developing the ArjanCodes…
In this video, I'll share five essential tips for building effective data dashboards. These insights are drawn from my hands-on experience developing the ArjanCodes…
Real Python
Decoupling Systems to Get Closer to the Data | Real Python Podcast #201
23 minutes ago
https://www.youtube.com/watch?v=ITUSeoFbvyg
Decoupling Systems to Get Closer to the Data | Real Python Podcast #201
23 minutes ago
https://www.youtube.com/watch?v=ITUSeoFbvyg
YouTube
Decoupling Systems to Get Closer to the Data | Real Python Podcast #201
What are the benefits of using a decoupled data processing system? How do you write reusable queries for a variety of backend data platforms? This week on the show, Phillip Cloud, the lead maintainer of Ibis, will discuss this portable Python dataframe library.…
Definitely Noah
Programming in Java: Inheritance, packages, and super
13 hours ago
https://www.youtube.com/watch?v=m5bbTNAwVGw
Programming in Java: Inheritance, packages, and super
13 hours ago
https://www.youtube.com/watch?v=m5bbTNAwVGw
YouTube
Programming in Java: Inheritance, packages, and super
This is a java programming course.
#java #programming #course #coding
0:00 - Intro
0:08 - Packages
1:48 - Parent class (Super class)
3:00 - Sub classes
5:32 - Override
6:57 - Super
#java #programming #course #coding
0:00 - Intro
0:08 - Packages
1:48 - Parent class (Super class)
3:00 - Sub classes
5:32 - Override
6:57 - Super
NeuralNine
Download Kaggle Datasets via API in Python
1 hour ago
https://www.youtube.com/watch?v=hzcV0hDkfzs
Download Kaggle Datasets via API in Python
1 hour ago
https://www.youtube.com/watch?v=hzcV0hDkfzs
YouTube
Download Kaggle Datasets via API in Python
Today we learn how to automate the process of downloading Kaggle datasets using the Kaggle API in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www…
Jie Jenn
Getting Started With Google Maps Places (New) API In Python
21 minutes ago
https://www.youtube.com/watch?v=lVtu-JWmHOo
Getting Started With Google Maps Places (New) API In Python
21 minutes ago
https://www.youtube.com/watch?v=lVtu-JWmHOo
YouTube
Getting Started With Google Maps Places (New) API In Python
Google Maps released a new version of Places API, which can be quite confusing for Python developers. So in this tutorial, we will dive into how to get started with Google Maps Places (New) API in Python from scratch.
📋 Source Code: https://www.patreon.…
📋 Source Code: https://www.patreon.…
Carberra
Using Redis/Redict/Valkey in Python (2024 tutorial)
20 minutes ago
https://www.youtube.com/watch?v=-Q9rSBMKSkE
Using Redis/Redict/Valkey in Python (2024 tutorial)
20 minutes ago
https://www.youtube.com/watch?v=-Q9rSBMKSkE
YouTube
Using Redis/Redict/Valkey in Python (2024 tutorial)
Redis (and forks thereof) is an astoundingly fast persistent caching system, and on top of that, it's ridiculously easy to use! If that's not a great combination, I don't know what is.
(P.S.: We're actually using one of the forks in this video, but this…
(P.S.: We're actually using one of the forks in this video, but this…
NeuralNine
How To Choose Version Numbers - Semantic Versioning
1 hour ago
https://www.youtube.com/watch?v=SocsEYXoSRk
How To Choose Version Numbers - Semantic Versioning
1 hour ago
https://www.youtube.com/watch?v=SocsEYXoSRk
YouTube
How To Choose Version Numbers - Semantic Versioning
Today we learn how to properly choose version numbers for packages and software. For this, we use semantic versioning.
Semantic Versioning: https://semver.org/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
Semantic Versioning: https://semver.org/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/…
Tech With Tim
Build a RAG Based LLM App in 20 Minutes! | Full Langflow Tutorial
1 hour ago
https://www.youtube.com/watch?v=rz40ukZ3krQ
Build a RAG Based LLM App in 20 Minutes! | Full Langflow Tutorial
1 hour ago
https://www.youtube.com/watch?v=rz40ukZ3krQ
YouTube
Build a RAG Based LLM App in 20 Minutes! | Full Langflow Tutorial
GET MY FREE SOFTWARE DEVELOPMENT GUIDE👇
https://training.techwithtim.net/free-guide
In this video, I'm going to show you how to create your own AI application that uses RAG (Retrieval Augmented Generation) without writing a single line of code - in just…
https://training.techwithtim.net/free-guide
In this video, I'm going to show you how to create your own AI application that uses RAG (Retrieval Augmented Generation) without writing a single line of code - in just…
Definitely Noah
Java Programming: Aggregation, abstract, and interface
54 minutes ago
https://www.youtube.com/watch?v=obf-fyXO6D8
Java Programming: Aggregation, abstract, and interface
54 minutes ago
https://www.youtube.com/watch?v=obf-fyXO6D8
YouTube
Java Programming: Aggregation, abstract, and interface
This is a java programming course.
#java #programming #course #coding
0:00 - Intro
0:35 - Abstract
2:04 - Interface
3:24 - Implementing interface
4:32 - Aggregation
#java #programming #course #coding
0:00 - Intro
0:35 - Abstract
2:04 - Interface
3:24 - Implementing interface
4:32 - Aggregation
Jie Jenn
Python Project | Create Your Own Audio Player Desktop App With Python (Using PyQt6)
22 minutes ago
https://www.youtube.com/watch?v=pMveXYYnS6Y
Python Project | Create Your Own Audio Player Desktop App With Python (Using PyQt6)
22 minutes ago
https://www.youtube.com/watch?v=pMveXYYnS6Y
YouTube
Python Project | Create Your Own Audio Player Desktop App With Python (Using PyQt6)
In this video, you will learn how to build an audio player using PyQt6 in Python. This is going to be a key component for a future tutorial "Create an OpenAI Speech App".
📋 Source Code: https://www.patreon.com/posts/source-code-your-102028185
💖 Show Support…
📋 Source Code: https://www.patreon.com/posts/source-code-your-102028185
💖 Show Support…
ArjanCodes
Everything You Need to Know about Debugging in VSCode
22 minutes ago
https://www.youtube.com/watch?v=XmpIBsnc3xU
Everything You Need to Know about Debugging in VSCode
22 minutes ago
https://www.youtube.com/watch?v=XmpIBsnc3xU
YouTube
Stop Using print(): Learn the VSCode Debugger
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
This video is a quick guide to debugging Python scripts in VSCode. I’ll cover the basics of the VSCode debugger and show you how to use it to fix your code easily.…
This video is a quick guide to debugging Python scripts in VSCode. I’ll cover the basics of the VSCode debugger and show you how to use it to fix your code easily.…
Tech With Tim
Backend, Frontend or DevOps? How to Decide!
1 hour ago
https://www.youtube.com/watch?v=6LA6J4iKNRE
Backend, Frontend or DevOps? How to Decide!
1 hour ago
https://www.youtube.com/watch?v=6LA6J4iKNRE
YouTube
Backend, Frontend or DevOps? How to Decide!
If you're trying to become a developer then chances are you are making this one mistake - and it's likely what is holding you back from landing a job. This mistake is jumping from topic to topic & field to field without really understanding what it is that…
anthonywritescode
training a custom object detection model from scratch (yolov8) (intermediate) anthony explains #571
19 minutes ago
https://www.youtube.com/watch?v=ZG38vpkSHlM
training a custom object detection model from scratch (yolov8) (intermediate) anthony explains #571
19 minutes ago
https://www.youtube.com/watch?v=ZG38vpkSHlM
YouTube
training a custom object detection model from scratch (yolov8) (intermediate) anthony explains #571
today I walk through my adventures training a custom object detection model (for identifying pokemon)!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: h…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: h…
Definitely Noah
Java Programming: Exceptions, try & catch
1 hour ago
https://www.youtube.com/watch?v=fh87AtswZ_w
Java Programming: Exceptions, try & catch
1 hour ago
https://www.youtube.com/watch?v=fh87AtswZ_w
YouTube
Java Programming: Exceptions, try & catch
This is a java programming course.
#java #programming #course #coding
#java #programming #course #coding
NeuralNine
GPUs For Machine Learning - How To Use Them For Free
1 hour ago
https://www.youtube.com/watch?v=KpbS_GZQ1FI
GPUs For Machine Learning - How To Use Them For Free
1 hour ago
https://www.youtube.com/watch?v=KpbS_GZQ1FI
YouTube
GPUs For Machine Learning - How To Use Them For Free
Today we look at three options to use free GPUs for machine learning.
Google Colab: https://colab.google/
Kaggle: https://www.kaggle.com/
Paperspace: https://www.paperspace.com/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: …
Google Colab: https://colab.google/
Kaggle: https://www.kaggle.com/
Paperspace: https://www.paperspace.com/
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: …