PythonFromYouTube
@PythonFromYouTube
16 subscribers
2.62K links
Бот:
@YouTubeScannerBot
Всі канали:
@EnglishFromYouTube
@ITnewsFromYouTube_UA
@ScienceFromYouTube_UA
Download Telegram
About
Blog
Apps
Platform
Join
PythonFromYouTube
16 subscribers
PythonFromYouTube
Forwarded from ItNewsFromYouTube[UA]
CodeUA
Розробляємо блог на Django з нуля

https://www.youtube.com/watch?v=MEcOeCFp5Cg
YouTube
Розробляємо блог на Django з нуля
Матеріали вебінару - https://itvdn.com/ua/webinars/description/django-blog?utm_source=yb_code_django-blog

Цей вебінар допоможе вам познайомитися з Django та навчитися основам роботи з цим фреймворком. Ви отримаєте знання та навички, необхідні для створення…
2 views15:36
PythonFromYouTube
LeetCode Ukraine
Count Negative Numbers in a Sorted Matrix - LeetCode Daily 6/8
1 hour ago
https://www.youtube.com/watch?v=wJjaxUsS9Y4
YouTube
Count Negative Numbers in a Sorted Matrix - LeetCode Daily 6/8
1351. Count Negative Numbers in a Sorted Matrix [Easy]
https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/
#array #binary_search #matrix
#amazon #uber #Microsoft #yahoo #facebook #snapchat

0:00 - Умова задачі.
1:30 - Повний перебір…
6 views17:00
PythonFromYouTube
Real Python
Modeling a Maze With Python and Object-Oriented Programming
12 hours ago
https://www.youtube.com/watch?v=eZdsQbTFpAQ
YouTube
Modeling a Maze With Python and Object-Oriented Programming
In this video you'll practice object-oriented programming techniques while designing a maze project. You'll learn about several good practices for organizing your code. This is the first section of a multi-part tutorial.

This is a portion of a video course…
6 views06:00
PythonFromYouTube
Indently
I Have A FREE Python Course For You 😏 (80K Special)
52 minutes ago
https://www.youtube.com/watch?v=Whxnx9OPc2g
YouTube
I Have A FREE Python Course For You 😏 (80K Special)
Thank you all so much for helping me reach 80K!
Get the free course here: https://python-guide.com/#greatprojects

▶ Master Python with the COMPLETE guide:
https://python-guide.com/

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

▶…
6 views09:00
PythonFromYouTube
NeuralNine
Dropbox Automation For Backups in Python
18 hours ago
https://www.youtube.com/watch?v=-jPLIgms18I
YouTube
Dropbox Automation For Backups in Python
See NordPass Business in action now with a 3-month free trial here https://www.nordpass.com/neuralnine with code neuralnine

Today we learn how to automate working with Dropbox via Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible…
3 views06:00
PythonFromYouTube
MathByte Academy
Idiomatic Python: The `itertools` Module
14 hours ago
https://www.youtube.com/watch?v=guEDsBshGfI
YouTube
Idiomatic Python: The `itertools` Module
Leveraging the `itertools` standard library module for more Pythonic coding.

#mathbyteacademy #python

Code for this Video
================
Available in GitHub blog repo: https://github.com/fbaptiste/python-blog
Direct link: https://tinyurl.com/36vn8dr4…
4 views06:05
PythonFromYouTube
LeetCode Ukraine
Find Smallest Letter Greater Than Target - LeetCode Daily 6/9
14 hours ago
https://www.youtube.com/watch?v=-tY3VP_VoiA
YouTube
Find Smallest Letter Greater Than Target - LeetCode Daily 6/9
744. Find Smallest Letter Greater Than Target [Easy]
https://leetcode.com/problems/find-smallest-letter-greater-than-target/
#array #binary_search
#amazon #linkedin #bloomberg

0:00 - Умова задачі.
1:20 - Лінійний пошук.
2:15 - Двійковий пошук.
4:15 - upper_bound.
4 views06:10
PythonFromYouTube
ArjanCodes
Refactoring a Command Line Shell | Code Roast Part 2
14 hours ago
https://www.youtube.com/watch?v=8QsqG9Q14B4
YouTube
Refactoring a Command Line Shell | Code Roast Part 2
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.

Today I'm refactoring a command line shell! This is the second part of the two-part series. Grab your popcorn and get ready to witness some code roasting!

Git Repo…
4 views06:15
PythonFromYouTube
Real Python
Volunteering, Organizing, and Finding a Python Community | Real Python Podcast #159
12 hours ago
https://www.youtube.com/watch?v=qmGpW1w3ENk
YouTube
Volunteering, Organizing, and Finding a Python Community | Real Python Podcast #159
Have you thought about getting more involved in the Python community? Are you interested in volunteering for an event or becoming an organizer? This week on the show, we speak with organizers from this year's PyCascades conference about making connections…
3 views06:20
PythonFromYouTube
LeetCode Ukraine
Maximum Value at a Given Index in a Bounded Array - LeetCode Daily 6/10
1 hour ago
https://www.youtube.com/watch?v=AjqarSagJXk
YouTube
Maximum Value at a Given Index in a Bounded Array - LeetCode Daily 6/10
1802. Maximum Value at a Given Index in a Bounded Array [Medium]
https://leetcode.com/problems/maximum-value-at-a-given-index-in-a-bounded-array/
#binary_search #greedy
#oracle #microsoft

0:00 - Умова задачі.
2:00 - Візуалізація.
7:10 - Двійковий пошук.…
3 views17:00
PythonFromYouTube
Indently
Is THIS Python's MOST Underrated Operator? (Walrus Operator)
1 hour ago
https://www.youtube.com/watch?v=MEMDi9mTCiU
YouTube
Is THIS Python's MOST Underrated Operator? (Walrus Operator)
Is this Python's most underrated operator? Today we're going to be learning how we can use the Walrus Operator which was introduced in Python 3.8. I personally love it and use it all the time, what about you?

▶ Become job-ready with Python:
https://www.indently.io…
👍1
5 views11:00
PythonFromYouTube
NeuralNine
MongoDB in Python - NoSQL Document Database
2 hours ago
https://www.youtube.com/watch?v=3wNvKybVyaI
YouTube
MongoDB in Python - NoSQL Document Database
Today we learn how to use MongoDB in Python.

Installation Guides:
https://www.mongodb.com/docs/manual/administration/install-on-linux/
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/
https://www.mongodb.com/docs/manual/tutorial/install…
3 views15:00
PythonFromYouTube
LeetCode Ukraine
[HACKED] Mock Interview with Yehor PART 1
1 hour ago
https://www.youtube.com/watch?v=zIuoiia3gw0
YouTube
[HACKED] Mock Interview with Yehor PART 1
Частина 1: Єгор розв'язує мою задачу
https://leetcode.com/problems/design-a-leaderboard/

Hack: https://github.com/LeetCode-Feedback/LeetCode-Feedback/issues/13972
4 views17:00
PythonFromYouTube
bvdl io
Finding the INDEX with a value LARGER EQUAL to a number
12 hours ago
https://www.youtube.com/watch?v=r1IS3h_Hisk
YouTube
Binary Search To Find A Range of Numbers
Responding to a request from the comments. About how to use a 'binary search' approach to finding a number larger or equal to another number in a sorted array. I go over visually what we are going to do, and then I go over python code to do it in practice.…
3 views06:00
PythonFromYouTube
LeetCode Ukraine
Summary Ranges - LeetCode Daily 6/12
1 hour ago
https://www.youtube.com/watch?v=wVOD7bt3FnU
YouTube
Summary Ranges - LeetCode Daily 6/12
228. Summary Ranges [Easy]
https://leetcode.com/problems/summary-ranges/
#array
#google #facebook #qualtrics #adobe

0:00 - Умова задачі.
2:45 - Розв’язок. https://leetcode.com/problems/summary-ranges/submissions/969271226/
5:30 - Інкапсуляція. https:/…
4 views17:00
PythonFromYouTube
b001
Let's Practice Some Python! | Guess The Output
Streamed 6 hours ago
https://www.youtube.com/watch?v=5DWlHUhUWBE
YouTube
Let's Practice Some Python! | Guess The Output
Guess The Output is an interactive Python coding quiz game for the YouTube stream.
4 views06:00
PythonFromYouTube
Indently
PRO TIP For Using Dictionaries In Python (ft. get & setdefault)
1 hour ago
https://www.youtube.com/watch?v=-nWGs3ee0pU
YouTube
PRO TIP For Using Dictionaries In Python (ft. get & setdefault)
Here's a pro tip you can use with dictionaries in Python. I see a lot of people missing out on these 2 features and performing a lot of redundant checks in their code. While your if checks aren't necessarily wrong, they can be simplified :)

▶ Become job…
4 views09:00
PythonFromYouTube
R3ap3rPy
Python - Jupyter Lab Desktop
1 hour ago
https://www.youtube.com/watch?v=1hefMk6iMww
YouTube
Python - Jupyter Lab Desktop
JupyterLab Desktop is the cross-platform desktop application for JupyterLab. It is the quickest and easiest way to get started with Jupyter notebooks on your personal computer, with the flexibility for advanced use cases. In this video you will learn how…
4 views11:00
PythonFromYouTube
NeuralNine
HTTP Status Codes Simply Explained
1 hour ago
https://www.youtube.com/watch?v=EZO2KTaLH80
YouTube
HTTP Status Codes Simply Explained in Flask
In this video we discuss the most important HTTP codes, and we use a simple Flask application in Python for the examples.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book:…
4 views15:00
PythonFromYouTube
Jie Jenn
Build a YouTube Video Summarize GUI App With Python (And OpenAI API) For Beginners | Full Tutorial
58 minutes ago
https://www.youtube.com/watch?v=b8S_pWkgtIc
YouTube
Build a GUI App To Summarize YouTube Videos With Python (OpenAI API) For Beginners | Full Tutorial
So this is an app I use pretty much daily. Instead of spending 10 minutes, an hour, or even longer watching a YouTube video, imagine being able to digest all that information in a fraction of the time. In this tutorial, we are going to learn how to build…
5 views15:05