๐Ÿ’ฅ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!

New Blog Subscribers get a FREE Handcrafted Python and Git PDF Guide!


Code with Josh

This is your Introduction to Machine Learning! ๐Ÿง 

Iโ€™m excited for this first video in hopefully many into the world of ML.

Come learn to build your own ML model as I break it all down so youโ€™re not left in the dust. ๐Ÿ˜œ

In this video youโ€™ll learn Scikit-Learn, Preprocessing and Hyperparameter tuning to get you started in ML.
Check out the video and drop a โค๏ธ with your thoughts, this helps out my channel immensely, thank you guys!

This video pairs with my new Machine Learning series, I am the Machine launching on The Nerd Nook!

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

Are you ready to start building with ML? Hope you all have a great weekend.

๐ŸŽฌNew Video ~ https://youtu.be/SW0YGA9d8y8

5 days ago | [YT] | 31

Code with Josh

The release of my new series, I am the Machine ๐Ÿง 

The title is inspired by the shirtless comedian Bert Kreishcer but the content isnโ€™t ๐Ÿ˜†

The series is all geared towards Machine Learning around topics heavily requested by my readers.

The aim is to build out your skills and understanding of Machine Learning over the next 14 weeks. ๐Ÿง

I hope to start creating some videos here on the channel for you guys as well!

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

Join in on the action, we start this week!

open.substack.com/pub/thenerdnook/p/machine-learniโ€ฆ

1 week ago | [YT] | 30

Code with Josh

What is an API? or even a Rest API? ๐Ÿง‘โ€๐Ÿ’ป

This has been a heavily requested video, and I listen to you guys!

This week we explore Rest API's and more importantly you'll learn to build your own API. ๐Ÿ

You'll learn to Build your own Rest API using Flask and SQL Alchemy for our database.

I'll take you guys through it all, breaking it down so you know what's happening and at the end you'll learn how to properly test your API using Postman. ๐Ÿ“ฎ

Come check out the new video and drop a โค๏ธ with a comment, this really does help my channel grow!

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

Are you ready to start building your own API's?

๐ŸŽฌ New Video ~ https://youtu.be/Ha3ls0EAtW8

1 week ago | [YT] | 36

Code with Josh

Decorators, they allow us to modify the behavior of existing code without altering its original state.

This is some advanced Python that we should be using as we grow in the space. ๐Ÿง‘โ€๐Ÿ’ป

You can think of this episode as your complete starter guide to crafting your own Python Decorators to enhance your code today!

Check out the new video and drop a โค๏ธ. Share is with others too, as all this really helps me out so I can reach a wider audience.

Happy new year Python crew! Our first video of 2025.

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

Ready to start decorating your code?

๐ŸŽฌ New Video ~ https://www.youtube.com/watch?v=BeNH2...

2 weeks ago | [YT] | 22

Code with Josh

Happy New Year to you all!

Wherever you may be on this floating rock we all call home, I hope 2025 rocks your socks off! ๐Ÿ˜Ž

3 weeks ago | [YT] | 33

Code with Josh

Is this the Best Way to Build Python Apps going into 2025? ๐Ÿ‘จโ€๐Ÿ’ป

Happy Holidays to you all wherever you may be in the world! No matter the holiday, I hope are able to spend this time with loved ones and enjoy some much needed down time.

Are you looking for a fun project to get you through this holiday time? ๐ŸŽ„

In the episode you guys are going to build an Interactive Python App in Minutes with the Streamlit Framework!

Come check out the new video and drop a โค๏ธ. Share is with others too, all this really helps me out so I can reach more who could value from these videos.

This was so much fun and really showcases the power of this Web App Library to bring together apps better, faster.

You'll learn to make an app which can automatically clean, visualize and convert your data for you!

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

Get ready to make apps over this holiday season!

๐ŸŽฌ New Video ~ https://youtu.be/8W8NQFFbDcU

3 weeks ago | [YT] | 18

Code with Josh

You think you suck at coding, but news flash... You don't!

You understand the code, but you don't understand the logic. This needs to change. ๐Ÿคฏ

I had a lot of fun writing this article over on The Nerd Nook, have a read Python crew.

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

Hope you all have an amazing holiday week ๐ŸŽ…

Article - www.thenerdnook.io/p/you-think-you-suck-at-coding

4 weeks ago | [YT] | 35

Code with Josh

I'm a numbers guy, numbers are cool. ๐Ÿ˜

We officially crossed 25,000 Subscribers the other day which is a huge milestone for me and the platform I am building out! ๐ŸŽฏ

Thank you to each and every one of you guys as you are the reason I continue to create and share my knowledge, all in the hopes to help you grow and get what you want out of your careers!

1 month ago | [YT] | 93

Code with Josh

What the heck is this? ๐Ÿ’ฅ

Walrus, no not the animal!

This week we check out The Python Walrus Operator, have you heard of this? ๐Ÿฆญ

This relatively new operator is undervalued and doesn't get much use, but in this episode I'll show you a few quick examples on how you can use this to optimize and speed up your code!

Come check out the new video and drop a โค๏ธ. Share is with others too, all this really helps me out so I can reach more who could value from these videos.

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

Are you ready to learn The Walrus?

๐ŸŽฌ New Video ~ https://youtu.be/b2drBIDOY20

1 month ago | [YT] | 20

Code with Josh

There's a right way to debug your code! ๐Ÿชฒ

Quit relying on print statements to handle this as it just pollutes our terminals and become redundant.

You guys have been asking & here it is, this is the Logging Module! ๐Ÿง‘โ€๐Ÿ’ป

I show you guys how logging is 10x better than print, we cover how to set up your configurations, creating log files and the levels of logging (DEBUG, WARNING, ERROR, etc.)

Come check out the new video and drop a โค๏ธ with a comment, these really help out my channel! Thanks for all your support.

Are you guys already logging your code?

๐Ÿ‘‰ Join my Python Newsletter: thenerdnook.substack.com/

๐ŸŽฌNew Video ~ https://youtu.be/hBE8xc4apqo

1 month ago | [YT] | 8