NeuralNine GPT-Engineer: Your Own Personal Coding Assistant (22-49 31.10.24)
YouTube
GPT-Engineer: Your Own Personal Coding Assistant
In this video, we take a look at GPT-Engineer, which is a toolkit that allows us to turn LLMs into coding assistants that can implement full projects.
GPT-Engineer: https://github.com/gpt-engineer-org/gpt-engineer
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books…
GPT-Engineer: https://github.com/gpt-engineer-org/gpt-engineer
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books…
Real Python Magic Methods: Initializing and Instantiating (19-48 31.10.24)
YouTube
Magic Methods: Initializing and Instantiating
This is a preview of the video course, "Python's Magic Methods in Classes." As a Python developer who wants to harness the power of object-oriented programming, you’ll love to learn how to customize your classes using special methods, also known as magic…
Real Python PySheets: Spreadsheets in the Browser Using PyScript | Real Python Podcast #226 (19-49 01.11.24)
YouTube
PySheets: Spreadsheets in the Browser Using PyScript | Real Python Podcast #226
What goes into building a spreadsheet application in Python that runs in the browser? How do you make it launch quickly, and where do you store the cells of data? This week on the show, we speak with Chris Laffra about his project PySheets and his book "Communication…
ArjanCodes Step-by-Step Python Package Deployment with GitHub Actions (18-46 01.11.24)
YouTube
GitHub Actions for Python Packages: How to Automate Releases to PyPi
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Publishing a Python package doesn't have to be overwhelming! In this video, I’ll walk you through the entire deployment process step-by-step. You'll learn how to automate releases…
Publishing a Python package doesn't have to be overwhelming! In this video, I’ll walk you through the entire deployment process step-by-step. You'll learn how to automate releases…
Tech With Tim 5 Useful f String Tricks (17-01 02.11.24)
YouTube
5 Useful f String Tricks - For Python
Want to make real money with coding? I share high-signal insights on careers, monetization, and leverage in my free newsletter. Join here and get my guide How to Make Money With Coding instantly: https://techwithtim.net/newsletter
With Python version 3.6…
With Python version 3.6…
NeuralNine Neural Style Transfer - Python Tensorflow Tutorial (22-48 02.11.24)
YouTube
Neural Style Transfer - Python Tensorflow Tutorial
Today we learn how to do neural style transfer in Python with Tensorflow.
Tutorial: https://www.tensorflow.org/tutorials/generative/style_transfer
Dachshund Image: https://en.wikipedia.org/wiki/Dachshund#/media/File:%EB%8B%A5%EC%8A%A4%ED%9B%88%ED%8A%B8…
Tutorial: https://www.tensorflow.org/tutorials/generative/style_transfer
Dachshund Image: https://en.wikipedia.org/wiki/Dachshund#/media/File:%EB%8B%A5%EC%8A%A4%ED%9B%88%ED%8A%B8…
Jie Jenn Create You Own Google Calendar Agent Assistant With Python (And OpenAI Swarm) (17-01 03.11.24)
YouTube
Create Your Own Google Calendar Agent To Manage Your Schedules With Python and OpenAI API
In this video, you'll learn how to build a Google Calendar AI assistant using Python. The tutorial covers setting up the Google Calendar API for event automation, integrating OpenAI’s API for intelligent responses, and using Streamlit to create a user-friendly…
John Watson Rooney Selenium Web Scraping is too Slow. Try This. (15-49 03.11.24)
YouTube
Selenium Web Scraping is too Slow. Try This.
➡ JOIN MY MAILING LIST
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ WEB SCRAPING API
https://hubs.li/Q043T88w0
➡ HOSTING
https://m.do.co/c/c7c90f161ff6
If you are new, welcome. I'm John,…
https://johnwr.com
➡ COMMUNITY
https://discord.gg/C4J2uckpbR
➡ PROXIES
https://proxyscrape.com/?ref=jhnwr
➡ WEB SCRAPING API
https://hubs.li/Q043T88w0
➡ HOSTING
https://m.do.co/c/c7c90f161ff6
If you are new, welcome. I'm John,…
Carberra Enums in Python are SIMPLE but POWERFUL (14-49 04.11.24)
YouTube
Enums in Python are SIMPLE but POWERFUL
Enums, or enumerators, are a very easy way to add structure, choice, or state into your program. There are many different types to use in different situations, so let's delve into it!
00:00 - Intro
00:35 - Creating an enum
04:20 - Using IntEnum
06:11 - Using…
00:00 - Intro
00:35 - Creating an enum
04:20 - Using IntEnum
06:11 - Using…
NeuralNine Queue - Data Structures in Python #3 (22-48 04.11.24)
YouTube
Queue - Data Structures in Python #3
In this video, we implement the queue data structure from scratch in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
Indently New in Python 3.13: The @deprecated decorator (16-53 05.11.24)
YouTube
New in Python 3.13: @deprecated
New in Python 3.13: The @deprecated decorator. It's finally here! Now everyone can deprecate functionality super easily in Python.
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Tech With Tim Automate Your Life Using Python! (Email Unsubscribe with Python Tutorial) (16-45 05.11.24)
YouTube
Automate Your Life Using Python! (Email Unsubscribe with Python Tutorial)
👉 To try everything Brilliant has to offer for free for a full 30 days, visit https://brilliant.org/TechWithTim . You'll also get a 20% discount on a premium subscription.
In this video, you'll learn how to build a great Python automation project that can…
In this video, you'll learn how to build a great Python automation project that can…
ByteByteGo How SSH Really Works (18-47 05.11.24)
YouTube
How SSH Really Works
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bbg-social
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…
NeuralNine Hash Map - Data Structures in Python #4 (22-49 06.11.24)
YouTube
Hash Map - Data Structures in Python #4
In this video, we implement the hash map data structure from scratch in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: https://www.neuralnine.com/books/
💻 The Algorithm Bible Book: https://www.neuralnine.com/books/
👕 Programming…
anthonywritescode Sequence[str] is a tiny landmine (all code sucks) #10 (18-45 06.11.24)
YouTube
Sequence[str] is a tiny landmine (all code sucks) #10
today we look at some of *my* code, and a wart in python
- tuple syntax doesn't have parens: https://youtu.be/EDGJ2TMuppM
- tuples (and their syntax quirks): https://youtu.be/J3-tL6OnFWA
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmu…
- tuple syntax doesn't have parens: https://youtu.be/EDGJ2TMuppM
- tuples (and their syntax quirks): https://youtu.be/J3-tL6OnFWA
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOZPmmu…
Jie Jenn Create a GPT Action to Send Emails In ChatGPT | Step-By-Step Tutorial (03-48 08.11.24)
YouTube
Create a GPT Action to Send Emails In ChatGPT | Step-By-Step Tutorial
In this video, you'll learn how to set up a GPT action in ChatGPT to send automated emails using the Gmail API. The tutorial guides you through configuring Gmail API settings in Google Cloud, creating a project, and setting up OAuth credentials to connect…
Real Python Introduction to Web Scraping With Python: Your Scraping Environment & Creating BeautifulSoup Objects (20-48 07.11.24)
YouTube
Introduction to Web Scraping With Python: Your Scraping Environment & Creating BeautifulSoup Objects
This is a preview of the video course, "Introduction to Web Scraping With Python." Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.
The Internet…
The Internet…
Indently New in Python 3.13: TypeIs (16-48 07.11.24)
YouTube
New in Python 3.13: TypeIs
How's it going everyone? In today's video we're going to be learning how we can use the new TypeIs typing feature that we got in Python 3.13!
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
▶ Become job-ready with Python:
https://www.indently.io
▶ Follow me on Instagram:
https://www.instagram.com/indentlyreels
Tech With Tim Learn Go With This ONE Project (16-45 08.11.24)
YouTube
Learn Go With This ONE Project
Check out GoLand: https://jb.gg/Check-GoLand
Get 6 months to master GoLand for free with the code "Tech_With_Tim": https://jb.gg/GoWithTim
In this video, you will learn Go or Goling with this ONE project, and this tutorial is designed for those who want…
Get 6 months to master GoLand for free with the code "Tech_With_Tim": https://jb.gg/GoWithTim
In this video, you will learn Go or Goling with this ONE project, and this tutorial is designed for those who want…
NeuralNine Insurance Premium Prediction - Machine Learning Python Project (22-49 08.11.24)
YouTube
Insurance Premium Prediction - Machine Learning Python Project
In this video, we go through a full machine learning project to predict the insurance premium given factor like age, BMI and more.
Dataset: https://www.kaggle.com/datasets/teertha/ushealthinsurancedataset
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚…
Dataset: https://www.kaggle.com/datasets/teertha/ushealthinsurancedataset
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚…