mCoding
Intro to async Python | Writing a Web Crawler
10 hours ago
https://www.youtube.com/watch?v=ftmdDlwMwwQ
Intro to async Python | Writing a Web Crawler
10 hours ago
https://www.youtube.com/watch?v=ftmdDlwMwwQ
YouTube
Intro to async Python | Writing a Web Crawler
Brilliant 30-day free trial: https://brilliant.org/mCoding/
async/await and asyncio.
Asynchronous programming in Python uses the async/await keywords and the asyncio library. It's a style of programming that takes advantage of the fact that it's possible…
async/await and asyncio.
Asynchronous programming in Python uses the async/await keywords and the asyncio library. It's a style of programming that takes advantage of the fact that it's possible…
Tech With Tim
Mini Python Project Tutorial - Password Generator
22 minutes ago
https://www.youtube.com/watch?v=XCIBOl3FTKo
Mini Python Project Tutorial - Password Generator
22 minutes ago
https://www.youtube.com/watch?v=XCIBOl3FTKo
YouTube
Mini Python Project Tutorial - Password Generator
Today, I'll be walking you through a mini-python project, which will create a password generator. This simple, beginner friendly course can be a good way to practice your python skills and learn new stuff in the python world!
💻 Master Blockchain and Web…
💻 Master Blockchain and Web…
anthonywritescode
suspicious splats (all code sucks) #04
19 minutes ago
https://www.youtube.com/watch?v=q_iNy2OBf1A
suspicious splats (all code sucks) #04
19 minutes ago
https://www.youtube.com/watch?v=q_iNy2OBf1A
YouTube
suspicious splats (all code sucks) #04
all code sucks, but sometimes bad code is good.
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https://twitter.com/codewithanthony…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https://twitter.com/codewithanthony…
Tech With Tim
Mini Python Project Tutorial - Alarm Clock
30 minutes ago
https://www.youtube.com/watch?v=no5dz0GOWy8
Mini Python Project Tutorial - Alarm Clock
30 minutes ago
https://www.youtube.com/watch?v=no5dz0GOWy8
YouTube
Mini Python Project Tutorial - Alarm Clock
Today, I'll be walking you through a mini-python project, where we will create an alarm clock/timer. This straightforward course will show you how to play sound and how you can create a FANCY thing with the terminal!
💻 Master Blockchain and Web 3.0 development…
💻 Master Blockchain and Web 3.0 development…
ArjanCodes
Attrs, Pydantic, or Python Data Classes: Which One Is The Best?
4 minutes ago
https://www.youtube.com/watch?v=zN4VCb0LbQI
Attrs, Pydantic, or Python Data Classes: Which One Is The Best?
4 minutes ago
https://www.youtube.com/watch?v=zN4VCb0LbQI
YouTube
Attrs, Pydantic, or Python Data Classes?
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses…
Data classes are a valuable tool in the Python programmer's toolkit. Despite their usefulness (I do like them a lot!), they do have limitations. In this video, I compare dataclasses…
anthonywritescode
all string syntaxes (beginner) anthony explains #525
12 minutes ago
https://www.youtube.com/watch?v=4Y4VrKa1lVs
all string syntaxes (beginner) anthony explains #525
12 minutes ago
https://www.youtube.com/watch?v=4Y4VrKa1lVs
YouTube
all string syntaxes (beginner) anthony explains #525
I've been recently teaching juice some python (over on the vods channel - @anthonywritescode-vods) and decided to record this into a standalone video!
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch:…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch:…
Tech With Tim
Become a VSCode Pro: Essential Features and Shortcuts
33 minutes ago
https://www.youtube.com/watch?v=phC-vKlNoaM
Become a VSCode Pro: Essential Features and Shortcuts
33 minutes ago
https://www.youtube.com/watch?v=phC-vKlNoaM
YouTube
Become a VSCode Pro: Essential Features and Shortcuts
Today, I'll be sharing the best VS Code features that are guaranteed to make you a more efficient developer. This will include Global & Workspace settings, creating custom tasks, terminal customization, and much much more! Thank you to Microsoft Canada for…
anthonywritescode
my first rust open source PR (beginner - intermediate) anthony explains #526
18 minutes ago
https://www.youtube.com/watch?v=kIaOOYlbPWI
my first rust open source PR (beginner - intermediate) anthony explains #526
18 minutes ago
https://www.youtube.com/watch?v=kIaOOYlbPWI
YouTube
my first rust open source PR (beginner - intermediate) anthony explains #526
today I go over the approach I took to proposing a feature, implementing a feature, and ultimately getting it accepted to a new project!
- Byron's video of my PR: https://youtu.be/0ToR38ki2r4
- the PR: https://github.com/Byron/gitoxide/pull/744
- git is…
- Byron's video of my PR: https://youtu.be/0ToR38ki2r4
- the PR: https://github.com/Byron/gitoxide/pull/744
- git is…
Learn Python With Rune
Python data types - [in 1 minute]
18 minutes ago
https://www.youtube.com/watch?v=vs3cnkt3Nwk
Python data types - [in 1 minute]
18 minutes ago
https://www.youtube.com/watch?v=vs3cnkt3Nwk
YouTube
Python data types - [in 1 minute]
Although there are many different data types in Python, some are much more common than others.
In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-3-data-types/
Some of the basic and most common data types in Python are:
int : this type of…
In-depth 👉 https://holypython.com/beginner-python-lessons/lesson-3-data-types/
Some of the basic and most common data types in Python are:
int : this type of…
anthonywritescode
False is a float? (all code sucks) #05
28 minutes ago
https://www.youtube.com/watch?v=muyd67STbqM
False is a float? (all code sucks) #05
28 minutes ago
https://www.youtube.com/watch?v=muyd67STbqM
YouTube
False is a float? (all code sucks) #05
today I show off a suspicious line of code I found, and that while it's technically correct (in the mypy type system) it's one of the strangest things I've seen.
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmuiN109u1wzMmzXIZ11
==========…
Tech With Tim
Habits Of GOD-Tier Programmers
17 minutes ago
https://www.youtube.com/watch?v=jO9_vlc1_L8
Habits Of GOD-Tier Programmers
17 minutes ago
https://www.youtube.com/watch?v=jO9_vlc1_L8
YouTube
Habits Of GOD-Tier Programmers
Today, I will be discussing you why habits are the most important factor if you want to be a God-tier programmer and most importantly what habits you need to implement.
💻 Download PyScripter for FREE: https://bit.ly/3ljw3yq
💻 Check out this free E-Book…
💻 Download PyScripter for FREE: https://bit.ly/3ljw3yq
💻 Check out this free E-Book…
Learn Python With Rune
How to Solve Coding Projects [most do this WRONG]
15 minutes ago
https://www.youtube.com/watch?v=VILqV9C2oEs
How to Solve Coding Projects [most do this WRONG]
15 minutes ago
https://www.youtube.com/watch?v=VILqV9C2oEs
YouTube
How to Solve Coding Projects [most do this WRONG]
The ONE thing every programmer does wrong when starting on a project.
See more here 👉 https://www.learnpythonwithrune.org/python-project-store/
Python programming can be challenging, but there is one thing you do wrong when trying to solve a problem.
You…
See more here 👉 https://www.learnpythonwithrune.org/python-project-store/
Python programming can be challenging, but there is one thing you do wrong when trying to solve a problem.
You…
Real Python
Get Started With Windows Terminal - Code Conversation
22 minutes ago
https://www.youtube.com/watch?v=qnB044mHixc
Get Started With Windows Terminal - Code Conversation
22 minutes ago
https://www.youtube.com/watch?v=qnB044mHixc
YouTube
Get Started With Windows Terminal - Code Conversation
In this Code Conversation, you’ll follow a chat between Philipp Ascany and Ian Currie as they perform common tasks in the terminal on Windows.
The terminal can be intimidating to work with when you’re used to working with graphical user interfaces. However…
The terminal can be intimidating to work with when you’re used to working with graphical user interfaces. However…
Murtaza's Workshop - Robotics and AI
AI Powered ChatGPT is here - One thing you must do as a programmer
18 minutes ago
https://www.youtube.com/watch?v=UaHsoNwvZTE
AI Powered ChatGPT is here - One thing you must do as a programmer
18 minutes ago
https://www.youtube.com/watch?v=UaHsoNwvZTE
YouTube
ChatGPT is here - Do this before it's too late.
To try everything Brilliant has to offer—free—for a full 30 days, visit http://brilliant.org/Murtaza/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
🚀🚀 My Urdu/Hindi AI YouTube Channel 🚀🚀
https://www.youtube.com/@murtazahassan01…
🚀🚀 My Urdu/Hindi AI YouTube Channel 🚀🚀
https://www.youtube.com/@murtazahassan01…
Lazy IT
Немає часу пояснювати | Виконуємо код в браузері за допомогою сервісу glot.io
25 minutes ago
https://www.youtube.com/watch?v=7s9-F6aIVCU
Немає часу пояснювати | Виконуємо код в браузері за допомогою сервісу glot.io
25 minutes ago
https://www.youtube.com/watch?v=7s9-F6aIVCU
YouTube
Немає часу пояснювати | Виконуємо код в браузері за допомогою сервісу glot.io
В цьому ролику продемонстровані можливості сервісу glot.io Сервіс корисний для навчальних цілей та тествування невелеких частин коду. Якщо повноційне середовище розробника вам не доступне, можна замінити його сервісом з ролику. Підходить не тільки для #python…
ArjanCodes
14 Ideas for Fun Python Free Time Projects
10 seconds ago
https://www.youtube.com/watch?v=54XyRw9y8oE
14 Ideas for Fun Python Free Time Projects
10 seconds ago
https://www.youtube.com/watch?v=54XyRw9y8oE
YouTube
14 Ideas for Fun Python Free Time Projects
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
Python is a powerful programming language that can be used for all sorts of fun projects. In this video, I share 14 ideas for things you can do in your free time using…
Python is a powerful programming language that can be used for all sorts of fun projects. In this video, I share 14 ideas for things you can do in your free time using…
anthonywritescode
tuples! (and their syntax quirks) (beginner) anthony explains #527
30 minutes ago
https://www.youtube.com/watch?v=J3-tL6OnFWA
tuples! (and their syntax quirks) (beginner) anthony explains #527
30 minutes ago
https://www.youtube.com/watch?v=J3-tL6OnFWA
YouTube
tuples! (and their syntax quirks) (beginner) anthony explains #527
did you know that it isn't the parentheses that make a tuple?
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https:…
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https:…