πŸ’₯For obvious reasons, I'm Josh...

Welcome to Code with Josh!

Are you ready to transform your understanding of Programming?

πŸ“šFollow along as I break down all that complex tech jargon into terms you can easily understand!

Trying to make a non-boring coding channel ✌️

πŸ”” Subscribe and hit the notification bell to stay updated with my Python content and hacks!

Newsletter Subscribers get a FREE Handcrafted Python and Git PDF Guide!


Code with Josh

We all started from the same place...

Scratching our heads, trying to wrap our heads around Python and Programming. 🀯

I left my class the other night, and it go me thinking. It got me thinking about all the common Python mistakes that I've seen over the years.

Funnily enough, they're the same mistakes I made at one stage as well. I see so many beginners constantly make the same mistakes over and over again. πŸ§‘β€πŸ’»

That's okay, there is nothing wrong with that as we all need to make these to learn.

This episode touches on the Most Common Python Mistakes & How to Fix Them!

Here I'll showcase the mistakes I see my students make over the years and how you can fix them now, early.

Check out the video, drop a ❀️ with a comment. Thank you guys for all your support as we keep growing our channel. This kind of engagement really does help out and mean the world.

πŸ‘‰ Join my Python Newsletter ~ www.thenerdnook.io/

Let's start looking at these so you can better improve your learning.


New Video ~ https://youtu.be/0XjO177iEbk

1 day ago | [YT] | 14

Code with Josh

We've all wondered why our Python Script is taking forever... πŸ™‡β€β™‚οΈ

I love Python, but I also know it's rather slow too. This is often cause Python is just waiting around.

It's waiting for tasks to finish up before moving onto the next.

That’s where the keywords Async/Await with AsyncIO come into play. πŸ”

In this video, I break it all down how Async/Await works and how to use AsyncIO to run tasks together!

If you're looking for ways to speed up your code, this might just help you out.

Drop a ❀️ and a comment on the new video guys. The YouTube algorithm keeps changing so your support really helps out the channel and everything I'm building. Thank you all!

πŸ‘‰ Join my Python Newsletter: www.thenerdnook.io/

Let's get in sync with async (sorry, bit cheesy there)

🎬 New Video ~ https://youtu.be/ngXbyui-weA

1 week ago | [YT] | 21

Code with Josh

Automation is a huge reason so many love Python, How can we automate daily tasks? βš™οΈ

There are countless use cases for automation in Python, but it's time we look at Web Scraping.

In this video, I’ll walk you through how to build a real scraper using BeautifulSoup step by step. 🍜

Maybe you’re brand new to web scraping or just curious about how it all works.

By the end you’ll know exactly how to collect and organize real Reddit data on your own as we use BeautifulSoup, JSON and CSV.

Come leave a ❀️ on the video if you enjoy this content. This helps out my channel within YouTube and beyond, so thank you very much for the support you guys!

πŸ‘‰ Join my Python Newsletter ~ www.thenerdnook.io/

Are you ready to start scraping the web?

New Video ~ https://youtu.be/2Ry78DUeONw

2 weeks ago | [YT] | 23

Code with Josh

Deep Learning is an overwhelming topic, there is so much going on, and it's relatively new. 🀯

This here is a Deep Learning Project where you'll build out your own CNN Model with Tensorflow.

You'll learn to create a Face Mask Detection model that we can train and test to predict whether a face mask is worn or not. 🧠

This project is perfect for beginners looking to get a better understanding of Deep Learning and how Tensorflow works and all.

I'll break it all down step-by-step so you can get a clear overview and not feel left in the dust.

Check out the video, drop your ❀️ and a comment. Thank you guys for the support as we keep growing out our channel and reach more with Python! (If you can "Hype" the video, please do)

πŸ‘‰ Join my Python Newsletter ~ www.thenerdnook.io/

Are you ready to feed images to a Convolutional Neural Network?

🎬 New Video ~ https://youtu.be/0nOHK8FtXmM

3 weeks ago | [YT] | 20

Code with Josh

Hands down one of the most useful libraries in Python - NumPy. πŸ™Œ

The powerhouse library behind how we work with data faster than every before.

The goal of this video is to get you started with NumPy in 12 Minutes. ⏰

This will give you a clear overview of some of the most practical applications of NumPy as I cover 9 different functionalities that you can use today.

NumPy a.k.a Numerical Python is a must know library to add to your tool belt.

Check out the new video and leave a ❀️ with a comment! If you're in a place where you can add "hype" then help the channel out and hype up the video (New YouTube Feature). Thanks for all the love and support Python nerds.

πŸ‘‰ Join my Python Newsletter ~ www.thenerdnook.io/

Ready to get some computations going?

🎬 New Video ~ https://youtu.be/Db7P4pvQNb8

4 weeks ago | [YT] | 16

Code with Josh

How do you Build an Authenticated API?

Well the answer is we'd often lean towards using OAuth with JWT (JSON Web Tokens) to verify a user. πŸ”

In this episode we build on with FastAPI as you'll learn to integrate OAuth with JWT to create a Secure REST API!

I'll break it all down building on our existing API that uses SQL Alchemy to act as our Database ORM. πŸ§‘β€πŸ’»

You'll learn to hash passwords, generate and verify tokens to create secure endpoints.

Check out the new video and leave a ❀️ with a comment. Are your notifications turned on? If not, turn them on. All of these little actions seriously helps out my channel, so thank you guys for being so awesome!

P.S - We just crossed 40,000 Subscribers!

πŸ‘‰ Join my Python Newsletter - www.thenerdnook.io/

Time to build ourselves a secure API with the ever so popular: FastAPI

🎬 New Video ~ https://youtu.be/KxR3OONvDvo

1 month ago | [YT] | 21

Code with Josh

How do you integrate FastAPI with a SQL Database? πŸ€”

In this episode you'll learn how to Build a REST API integrated with a SQL Database.

We will use the popular ORM, SQLAlchemy to set up the SQLite database while creating endpoints with FastAPI for our CRUD Operations! πŸ‘¨β€πŸ’»

I'll break it all down showcase the set up of SQL Models as well as Pydantic Models that we will use with our FastAPI endpoints.

Check out the new video. Drop a ❀️ with a comment, this really helps the video and my channel so thank you all for the support.

πŸ‘‰ Join my Python Newsletter - www.thenerdnook.io/

Let's get integrating SQL into FastAPI

🎬 New Video - https://youtu.be/xq1Snezb1rs

1 month ago | [YT] | 35

Code with Josh

If you’ve ever felt stuck learning Python…

This is for you.

I’ve been there β€” stuck, frustrated, rewatching tutorials with no idea what to build next.

So I built the Python Masterclass to be the roadmap I wish I had back then.

πŸ‘‰ Step-by-step video lessons
πŸ‘‰ Interactive quizzes to lock in learning
πŸ‘‰ One new project every month
πŸ‘‰ Live Q&As + 1-on-1 feedback (on Pro & Elite)

The best part? You can start for $29/month β€” no big upfront payment.

Whether you’re new or picking coding back up… this is your roadmap to results.

πŸ‘‰ Start the Python Masterclass - www.zerotoknowing.com/join-now

1 month ago | [YT] | 17

Code with Josh

Most people quit Python because of this...

Most beginner coders give up because they don’t have a plan.

They jump from tutorial to tutorial…
They binge-watch videos…
But they never build anything real.

This is known to us all as "TUTORIAL HELL" πŸ”₯

I built my Python Masterclass to solve this exact problem with a structured roadmap to success.

βœ… 1 project every month
βœ… Bi-monthly live Q&As
βœ… Supportive community
βœ… Templates, guides & feedback

You’ll know exactly what to do each week β€” and get the feedback to actually grow.

No guesswork. No overwhelm. No $500+ upfront.

You can now start for $29/month. The best time to begin is now.

πŸ‘‰ Join the Masterclass Here - www.zerotoknowing.com/join-now

1 month ago | [YT] | 26

Code with Josh

The 7 step roadmap to Python Success. πŸ§‘β€πŸ’»

I've ran this as a webinar several times, so I decided to dedicate a video to this for you all.

Over the last 4+ years I've gotten the chance to work with hundreds of students around the world and this is the roadmap I use to make sure that they build a solid understanding of Python. 🐍

This is the exact roadmap for beginners to ensure that each topic builds on the previous and reinforces learning.

So if you've been looking for some structure in your Python learning journey, then this is for you!

Come check out the video and leave a ❀️ with a comment. This helps my videos more than you guys will ever know, so thank you for your support.

πŸ‘‰ Join my Python Newsletter - www.thenerdnook.io/

Let's get into the 7 steps to success

🎬 New Video ~ https://youtu.be/4YGZwsXt0P4

1 month ago | [YT] | 17