freeCodeCamp.org
Data Science Job Interview – Full Mock Interview
22 minutes ago
https://www.youtube.com/watch?v=sD468LfeVdc
Data Science Job Interview – Full Mock Interview
22 minutes ago
https://www.youtube.com/watch?v=sD468LfeVdc
YouTube
Data Science Job Interview – Full Mock Interview
This full-length interview will show you what a data science interview is like. This is a great video for anyone currently in the job-market for a data-focused role. It is also a solid video for anyone who wants a better understanding of the machine learning…
Tech With Tim
The Truth About Learning Python in 2023
24 minutes ago
https://www.youtube.com/watch?v=qecsnAXtms4
The Truth About Learning Python in 2023
24 minutes ago
https://www.youtube.com/watch?v=qecsnAXtms4
YouTube
The Truth About Learning Python in 2023
Today, I will be helping you with Python to help hone your skills as a developer, prove to your current employer or even to a future employer to show them that you are worth hiring for a software engineer position despite of the current economic situation…
MathByte Academy
Idiomatic Python: The two-argument version of `iter()`
23 hours ago
https://www.youtube.com/watch?v=zZH61TCeybQ
Idiomatic Python: The two-argument version of `iter()`
23 hours ago
https://www.youtube.com/watch?v=zZH61TCeybQ
YouTube
Idiomatic Python: The two-argument version of `iter()`
This video is the first of many looking at how to write idiomatic Python (aka writing Pythonic code).
In this video, we look at the `iter()` function and how it can be used to simplify a specific pattern of reading data in chunks (from files, sockets, etc)…
In this video, we look at the `iter()` function and how it can be used to simplify a specific pattern of reading data in chunks (from files, sockets, etc)…
anthonywritescode
how I made pre-commit's github actions 3x faster (intermediate) anthony explains #533
33 minutes ago
https://www.youtube.com/watch?v=5K8k-bSDnU0
how I made pre-commit's github actions 3x faster (intermediate) anthony explains #533
33 minutes ago
https://www.youtube.com/watch?v=5K8k-bSDnU0
YouTube
how I made pre-commit's github actions 3x faster (intermediate) anthony explains #533
today I show how I reworked pre-commit's testsuite and github actions to greatly speed up the runs. while the approach isn't universally applicable, some of the ideas may be helpful!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY…
Learn Python With Rune
Python and OpenAPI: From Text to SQL Queries
24 minutes ago
https://www.youtube.com/watch?v=ax17Z8yCSic
Python and OpenAPI: From Text to SQL Queries
24 minutes ago
https://www.youtube.com/watch?v=ax17Z8yCSic
YouTube
Python and OpenAPI: From Text to SQL Queries
Create Python program that takes a human text question and translates it into a SQL query to answer that question.
You will learn how to do this by using OpenAI API with Python.
T I M E S T A M P
00:00 Text to SQL statements
00:22 Create DB in memory
01:59…
You will learn how to do this by using OpenAI API with Python.
T I M E S T A M P
00:00 Text to SQL statements
00:22 Create DB in memory
01:59…
Програмування Українською
#29 Python з нуля. Лямбда функції.
7 minutes ago
https://www.youtube.com/watch?v=o1gVBI961tw
#29 Python з нуля. Лямбда функції.
7 minutes ago
https://www.youtube.com/watch?v=o1gVBI961tw
YouTube
#29 Python з нуля. Лямбда функції.
Бот для пошуку роботи (в тому числі першої) у IT: https://t.me/nastupny_project_bot?start=puy
Для чого потрібна лямбда функція, як передати її в якості параметра.
Підписуйтесь на цей канал а також на його Телеграм: https://t.me/uacoding
Для чого потрібна лямбда функція, як передати її в якості параметра.
Підписуйтесь на цей канал а також на його Телеграм: https://t.me/uacoding
R3ap3rPy
Python - Plone 6 - Setup on Fedora 37 Machine
14 minutes ago
https://www.youtube.com/watch?v=cD70VRKGlU0
Python - Plone 6 - Setup on Fedora 37 Machine
14 minutes ago
https://www.youtube.com/watch?v=cD70VRKGlU0
YouTube
Python - Plone 6 - Setup on Fedora 37 Machine
Let's setup #plone6 of #python on a #fedora machine.
Програмування Українською
#30 Python з нуля. Ітератор.
35 minutes ago
https://www.youtube.com/watch?v=C8clM8iS6Dg
#30 Python з нуля. Ітератор.
35 minutes ago
https://www.youtube.com/watch?v=C8clM8iS6Dg
YouTube
#30 Python з нуля. Ітератор.
Що таке ітератор і до чого його можна застосувати.
Підписуйтесь на цей канал а також на його Телеграм: https://t.me/uacoding
Підписуйтесь на цей канал а також на його Телеграм: https://t.me/uacoding
ByteByteGo
How DNS Works | How To Make It Fast
23 minutes ago
https://www.youtube.com/watch?v=27r4Bzuj5NQ
How DNS Works | How To Make It Fast
23 minutes ago
https://www.youtube.com/watch?v=27r4Bzuj5NQ
YouTube
Everything You Need to Know About DNS: Crash Course System Design #4
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com
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…
Learn Python With Rune
Mastering Python Lists: A Comprehensive Tutorial for Beginners
10 minutes ago
https://www.youtube.com/watch?v=zs_krA02uxU
Mastering Python Lists: A Comprehensive Tutorial for Beginners
10 minutes ago
https://www.youtube.com/watch?v=zs_krA02uxU
YouTube
Mastering Python Lists: A Comprehensive Tutorial for Beginners
Everything you need to know about Python lists.
In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-6-python-lists/
Lists are a great first step to advance your Python programming knowledge.
- It allows collecting data.
- Or accessing data…
In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-6-python-lists/
Lists are a great first step to advance your Python programming knowledge.
- It allows collecting data.
- Or accessing data…
NeuralNine
Build Your Own Custom Drawing Classifier with Python
24 minutes ago
https://www.youtube.com/watch?v=cwwqDn57LUk
Build Your Own Custom Drawing Classifier with Python
24 minutes ago
https://www.youtube.com/watch?v=cwwqDn57LUk
YouTube
AI Custom Drawings Classifier with Python
Today, we build a custom drawing classifier using machine learning in Python. This is an intermediate project, which you can learn quite a lot from.
GitHub Repo: https://github.com/NeuralNine/drawing-classifier
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch…
GitHub Repo: https://github.com/NeuralNine/drawing-classifier
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch…
freeCodeCamp.org
Learn React 18 with Redux Toolkit – Full Tutorial for Beginners
11 minutes ago
https://www.youtube.com/watch?v=2-crBg6wpp0
Learn React 18 with Redux Toolkit – Full Tutorial for Beginners
11 minutes ago
https://www.youtube.com/watch?v=2-crBg6wpp0
YouTube
Learn React 18 with Redux Toolkit – Full Tutorial for Beginners
Learn how to use React version 18 and Redux Toolkit in this full course for beginners. React is a free and open-source front-end JavaScript library for building user interfaces based on components.
✏️ Course created by @CodingAddict
Source Code
React Tutorial:…
✏️ Course created by @CodingAddict
Source Code
React Tutorial:…
anthonywritescode
f-string convenience == xss nightmare (all code sucks) #07
13 minutes ago
https://www.youtube.com/watch?v=pR83o8DmhKk
f-string convenience == xss nightmare (all code sucks) #07
13 minutes ago
https://www.youtube.com/watch?v=pR83o8DmhKk
YouTube
f-string convenience == xss nightmare (all code sucks) #07
on today's episode of terrible code we look at a "convenient" shortcut for formatting html attributes!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: h…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: h…
Indently
How To Host Your Bot Online 24/7 For FREE With Python (Telegram, Discord, WhatsApp, Etc)
1 hour ago
https://www.youtube.com/watch?v=2TI-tCVhe9k
How To Host Your Bot Online 24/7 For FREE With Python (Telegram, Discord, WhatsApp, Etc)
1 hour ago
https://www.youtube.com/watch?v=2TI-tCVhe9k
YouTube
How To Host Your Bot Online 24/7 For FREE With Python (Telegram, Discord, Etc)
In this video I will be showing you how you an host your bot online for free with Python and PythonAnywhere (https://www.pythonanywhere.com). You can choose to host whatever bot you want, but I will only be showing you how I used it with the Telegram Bot…
Tech With Tim
Introduction to Machine Learning
43 minutes ago
https://www.youtube.com/watch?v=FIpbrnbVfJk
Introduction to Machine Learning
43 minutes ago
https://www.youtube.com/watch?v=FIpbrnbVfJk
YouTube
Introduction to Machine Learning
In this video, we'll be discussing the steps you can take to get started in machine learning. Whether you're a complete beginner or have some experience with coding and data analysis, this roadmap will give you a clear path forward to begin building your…
Learn Python With Rune
Python Recursion Demystified: Solving Fibonacci with Ease
8 minutes ago
https://www.youtube.com/watch?v=w5nWtWQui2o
Python Recursion Demystified: Solving Fibonacci with Ease
8 minutes ago
https://www.youtube.com/watch?v=w5nWtWQui2o
YouTube
Python Recursion Demystified: Solving THIS problem with Ease
Learn how to use recursion with Python.
Want to learn more 👉 https://lpwr-academy.com/p/complete-python-developer-bootcamp?product_id=4658406&affcode=1384589_3ykia51r
▸ 12-week Python Bootcamp
▸ Focus on Python Essentials
▸ Code exercises and projects…
Want to learn more 👉 https://lpwr-academy.com/p/complete-python-developer-bootcamp?product_id=4658406&affcode=1384589_3ykia51r
▸ 12-week Python Bootcamp
▸ Focus on Python Essentials
▸ Code exercises and projects…
Real Python
Introduction to Sphinx Python Document Generation
7 minutes ago
https://www.youtube.com/watch?v=nZttMg_n_s0
Introduction to Sphinx Python Document Generation
7 minutes ago
https://www.youtube.com/watch?v=nZttMg_n_s0
YouTube
Introduction to Sphinx Python Document Generation
Sphinx is a document generation tool that’s become the de facto standard for Python projects. It uses the reStructuredText (RST) markup language to define document structure and styling, and it can output in a wide variety of formats, including HTML, ePub…