Learn Python With Rune
Python data structures - [in 3 minutes] - Check if you master them all
22 minutes ago
https://www.youtube.com/watch?v=XTBeuUAw8jI
Python data structures - [in 3 minutes] - Check if you master them all
22 minutes ago
https://www.youtube.com/watch?v=XTBeuUAw8jI
YouTube
Python data structures - [in 3 minutes] - Check if you master them all
Learning data structures is one of the first steps to start accumulating data and writing more complex programs.
In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-5-data-structures/
T I M E S T A M P S
00:00 Need to know data structures in…
In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-5-data-structures/
T I M E S T A M P S
00:00 Need to know data structures in…
Jie Jenn
Getting Started With Python Virtual Environment In VS Code For Beginners
33 minutes ago
https://www.youtube.com/watch?v=q1ulfoHkNtQ
Getting Started With Python Virtual Environment In VS Code For Beginners
33 minutes ago
https://www.youtube.com/watch?v=q1ulfoHkNtQ
YouTube
Getting Started With Python Virtual Environment In VS Code For Beginners
In this beginner-friendly tutorial, we'll learn how to create and use Python virtual environments in both a terminal and in VS Code. Virtual environments are a crucial tool for managing project dependencies and isolating different projects' environments.…
Learn Python With Rune
pandas 2.0 up to x41 faster [but that is not the BEST]
32 minutes ago
https://www.youtube.com/watch?v=eluytqHC2vI
pandas 2.0 up to x41 faster [but that is not the BEST]
32 minutes ago
https://www.youtube.com/watch?v=eluytqHC2vI
YouTube
pandas 2.0 up to x41 faster [but that is not the BEST]
Let's try the new pandas 2.0 and see if it is only hype?
We will test the new pyarrow (Apache Arrow) engine and compare it with the old NumPy.
T I M E S T A M P S
00:00 pandas 2.0 hype
00:48 install pandas 2.0
01:30 read csv with pandas 2.0
03:38 the 41x…
We will test the new pyarrow (Apache Arrow) engine and compare it with the old NumPy.
T I M E S T A M P S
00:00 pandas 2.0 hype
00:48 install pandas 2.0
01:30 read csv with pandas 2.0
03:38 the 41x…
Programming with Mosh
A New React Course is on the Way!
5 minutes ago
https://www.youtube.com/watch?v=A6rItwb08sU
A New React Course is on the Way!
5 minutes ago
https://www.youtube.com/watch?v=A6rItwb08sU
YouTube
A New React Course is on the Way!
You asked for it, and I'm delivering - a brand new React course coming within the next few days! Master React with TypeScript, function components, hooks, latest tools and best practices!
#reactjs #typescript #programming
#reactjs #typescript #programming
anthonywritescode
I guess that's a way to ignore exit codes? (all code sucks) #06
11 minutes ago
https://www.youtube.com/watch?v=c9fOkyrNvlQ
I guess that's a way to ignore exit codes? (all code sucks) #06
11 minutes ago
https://www.youtube.com/watch?v=c9fOkyrNvlQ
YouTube
I guess that's a way to ignore exit codes? (all code sucks) #06
today I show off a way to ignore exit codes that ~sorta works -- but also fails in surprising ways. I also show how to prevent this mistake from happening!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch:…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch:…
Indently
The FULL Guide To Itertools For Python Developers
1 hour ago
https://www.youtube.com/watch?v=baZpqVmR488
The FULL Guide To Itertools For Python Developers
1 hour ago
https://www.youtube.com/watch?v=baZpqVmR488
YouTube
The FULL Guide To Itertools For Python Developers
In this video I will be showing you how every methiod in the Itertools module works, so that you will have a far easier time using the correct methods in your code.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
ht…
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
ht…
NeuralNine
Text Generation AI - Next Word Prediction in Python
15 minutes ago
https://www.youtube.com/watch?v=tEV_Jtmx2cc
Text Generation AI - Next Word Prediction in Python
15 minutes ago
https://www.youtube.com/watch?v=tEV_Jtmx2cc
YouTube
Text Generation AI - Next Word Prediction in Python
In this video, we learn how to build a neural network machine learning model that predicts the next word of a given text sequence. We also use this model, to generate text.
Bixly: https://bixly.com/nn
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
Bixly: https://bixly.com/nn
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The…
Програмування Українською
#27 Python з нуля. Більше про функції.
30 minutes ago
https://www.youtube.com/watch?v=S4NlN3o9hVU
#27 Python з нуля. Більше про функції.
30 minutes ago
https://www.youtube.com/watch?v=S4NlN3o9hVU
YouTube
#27 Python з нуля. Більше про функції.
Бот для пошуку роботи (в тому числі першої) у IT: https://t.me/nastupny_project_bot?start=puy
Поверненння значення, передавання аргументів за іменем, довільна кількість аргументів, пуста функція.
Поверненння значення, передавання аргументів за іменем, довільна кількість аргументів, пуста функція.
Learn Python With Rune
Write your own NLP chatbot from scratch [Fun Python Project]
21 minutes ago
https://www.youtube.com/watch?v=KHdp-3YF3_c
Write your own NLP chatbot from scratch [Fun Python Project]
21 minutes ago
https://www.youtube.com/watch?v=KHdp-3YF3_c
YouTube
Write your own NLP chatbot from scratch [Fun Python Project]
Eliza is a birth Natural Language Processing chatbot. You require no API call to advanced models but can create the model from scratch.
Have fun with it in this simple Python project.
DOWNLOAD CODE 👉 https://github.com/LearnPythonWithRune/Python-Projects…
Have fun with it in this simple Python project.
DOWNLOAD CODE 👉 https://github.com/LearnPythonWithRune/Python-Projects…
Real Python
Using Python's zipfile to Work With Existing Zip files
29 minutes ago
https://www.youtube.com/watch?v=vj7h7mhBqWo
Using Python's zipfile to Work With Existing Zip files
29 minutes ago
https://www.youtube.com/watch?v=vj7h7mhBqWo
YouTube
Using Python's zipfile to Work With Existing Zip files
The .zip file format is a widely adopted industry standard when it comes to archiving and compressing digital data. Python’s zipfile is a standard-library module intended to manipulate ZIP files. You can use it to package together several related files.…
Jie Jenn
How To Retrieve Unfinished Response From ChatGPT API
8 hours ago
https://www.youtube.com/watch?v=DReNgVjHwAw
How To Retrieve Unfinished Response From ChatGPT API
8 hours ago
https://www.youtube.com/watch?v=DReNgVjHwAw
YouTube
How To Retrieve Unfinished Response From ChatGPT API
Trying to figure out how to retrieve unfinished response (for example when are dealing with token limit) seems like a common problem with people who are using ChatGPT API. I thought I make a video to address how you can retrieve unfinished response from ChatGPT…
Jie Jenn
How To Install JupyterLab Desktop on Windows | Step-By-Step Walkthrough
21 minutes ago
https://www.youtube.com/watch?v=JYs2k9haGRM
How To Install JupyterLab Desktop on Windows | Step-By-Step Walkthrough
21 minutes ago
https://www.youtube.com/watch?v=JYs2k9haGRM
YouTube
How To Install JupyterLab Desktop on Windows | Step-By-Step Walkthrough
So JupyterLab is one of the most popular open-source web-based IDEs when it comes to working with data analysis, data analytics, data science, machine learning, and many other things. Some of the benefits using JupyterLab over other IDEs such as organize…
Програмування Українською
Чи варто вчити ту чи іншу мову програмування?
17 minutes ago
https://www.youtube.com/watch?v=8d3M8jzweNE
Чи варто вчити ту чи іншу мову програмування?
17 minutes ago
https://www.youtube.com/watch?v=8d3M8jzweNE
YouTube
Чи варто вчити ту чи іншу мову програмування?
Говорю про те, чим Вам варто керуватись, коли думаєте про перехід або вивчення нової мови програмування / технології. Підписуйтесь на Телеграм: https://t.me/uacoding
Таблиця з моєю субʼєктивною оцінкою мов програмування:
https://t.me/uacoding/6
Посилання…
Таблиця з моєю субʼєктивною оцінкою мов програмування:
https://t.me/uacoding/6
Посилання…
Програмування Українською
#28 Python з нуля. Рекурсія.
32 minutes ago
https://www.youtube.com/watch?v=FOFVG2lGXZg
#28 Python з нуля. Рекурсія.
32 minutes ago
https://www.youtube.com/watch?v=FOFVG2lGXZg
YouTube
#28 Python з нуля. Рекурсія.
Бот для пошуку роботи (в тому числі першої) у IT: https://t.me/nastupny_project_bot?start=puy
Що таке рекурсивна функція? У чому сенс рекурсії? Рахуємо факторіал за допомогою рекурсії.
Що таке рекурсивна функція? У чому сенс рекурсії? Рахуємо факторіал за допомогою рекурсії.
anthonywritescode
shell aliases and bypassing them? (beginner - intermediate) anthony explains #532
7 minutes ago
https://www.youtube.com/watch?v=6okEabkL_q0
shell aliases and bypassing them? (beginner - intermediate) anthony explains #532
7 minutes ago
https://www.youtube.com/watch?v=6okEabkL_q0
YouTube
shell aliases and bypassing them? (beginner - intermediate) anthony explains #532
today I show off shell aliases and a neat trick (that I DO NOT UNDERSTAND) to bypass them!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW…
ArjanCodes
GRASP Design Principles: Why They Matter (And How to Use Them)
8 minutes ago
https://www.youtube.com/watch?v=fGNF6wuD-fg
GRASP Design Principles: Why They Matter (And How to Use Them)
8 minutes ago
https://www.youtube.com/watch?v=fGNF6wuD-fg
YouTube
Apply the GRASP Design Principles to Improve Your Python Code
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I'll dive into the GRASP design principles and explore why they matter when designing software systems. By understanding these principles, you'll be…
In this video, I'll dive into the GRASP design principles and explore why they matter when designing software systems. By understanding these principles, you'll be…