5 Best Programming Books in 2024
11:42
Пікірлер
@Martin4Mary4Ever
@Martin4Mary4Ever 31 минут бұрын
Dude, stop Joshing me!
@muhammadsikandardar7321
@muhammadsikandardar7321 2 сағат бұрын
Wonderful 👍
@wombaat211
@wombaat211 8 сағат бұрын
Your merch design is hilarious, I just bought a hoodie! WORKING CODE IS WORKING CODE, period!!!
@codewithjoshoffical
@codewithjoshoffical 7 сағат бұрын
Legend! Thank you so much, hope you enjoy it 😎
@ChiLâm-p9x
@ChiLâm-p9x 8 сағат бұрын
Nice one, thanks Josh
@codewithjoshoffical
@codewithjoshoffical 7 сағат бұрын
Glad you're getting value!
@lucietee2296
@lucietee2296 8 сағат бұрын
Thanks Josh, you're an amazing instructor! Very well-explained
@codewithjoshoffical
@codewithjoshoffical 7 сағат бұрын
I appreciate that! Glad you're able to follow along 😁
@studentanonim2783
@studentanonim2783 10 сағат бұрын
Im having an error where i cannot execute jinja2 code in my html file, in terms of virtual environment i did everything like in the video so i think that its not from that and in the requirements.txt i have that "Jinja2==3.1.4"
@codewithjoshoffical
@codewithjoshoffical 7 сағат бұрын
Could be with how everything is set up, tough to say without seeing the code. You could maybe post the error here or some of the code.
@studentanonim2783
@studentanonim2783 6 сағат бұрын
@@codewithjoshoffical I got stuck in 10th minute, where my html file couldn't execute a jinja code, I can write the jinja code but my html code is not becoming without color like in the video and jinja with color. So that i can notice that my html file stays html when im trying to write jinja2 code
@SteventheFitNomad
@SteventheFitNomad Күн бұрын
Man! Best tutorial ever. Love your energy, you have what I call teaching charisma!!! Makes me wanna learn more. Keep these super detailed videos coming please!!!
@codewithjoshoffical
@codewithjoshoffical 19 сағат бұрын
Absolutely, thanks for being here! I’m glad you liked it 😁
@deepakpingoria4107
@deepakpingoria4107 Күн бұрын
yeh bro this is so cool . thankyour for the video..
@codewithjoshoffical
@codewithjoshoffical 19 сағат бұрын
Thank you! Glad you liked it 😁
@emittyarts
@emittyarts 2 күн бұрын
How do you compile the app into exe please
@codewithjoshoffical
@codewithjoshoffical 7 сағат бұрын
I package it all up with Pyinstaller! Once you get Pyinstaller on your system you can run the following: pyinstaller --onefile --windowed main.py (assuming your file is called main.py)
@josbexerra8115
@josbexerra8115 2 күн бұрын
Muchas gracias mister.....
@codewithjoshoffical
@codewithjoshoffical 2 күн бұрын
Absolutely! 💯
@kapibara2440
@kapibara2440 3 күн бұрын
Interesting video, thank you 😊
@codewithjoshoffical
@codewithjoshoffical 2 күн бұрын
Glad you thought so! Which modules are you using and which ones are you trying to learn?
@sxolelemafuleka4468
@sxolelemafuleka4468 3 күн бұрын
Thank you Josh, very impactful and interactive way of teaching. That charisma will get you to a whole lotta places.🙏. I am still new in python and programming as a whole, i want to master iterators and i am at beginner level, if you have a video on that, please share the link. I will continue watching more of especially anything with OOP and iterators. By the way, "Exit" is not working on stopping the code and i did put break on the 7th choice. Thanks again, i learnt a lot today.
@codewithjoshoffical
@codewithjoshoffical 3 күн бұрын
Hey there, thanks for being here and taking the time to write this! 😄 So glad you found value in these videos, I have a video on the Python module Itertools for a little while back, I’ll link that here for you and hopefully it can help some. Have an awesome weekend! 😎 Video - kzbin.info/www/bejne/hIbUipmrr8SrrNU
@sxolelemafuleka4468
@sxolelemafuleka4468 3 күн бұрын
@@codewithjoshoffical Awesome 😎, have a great weekend as well. I’ll definitely check out the video on itertools. 👊🏾
@ГенрихКраус-ч7г
@ГенрихКраус-ч7г 3 күн бұрын
Very cool! I know English very badly, but this video I understand! Like, subscribe
@codewithjoshoffical
@codewithjoshoffical 3 күн бұрын
Thank you! I’m happy to have you here 😁
@PowellRandolph-k4c
@PowellRandolph-k4c 4 күн бұрын
Robinson Karen Davis John Williams Donna
@agentm10
@agentm10 4 күн бұрын
Do you plan on doing any livestreams? It would be great to have a livestream where you show your python setup: How you set up your docker containers, repositories, environments, project file structure, test files (pytest/unittest), etc. Love your videos and your explanations!
@codewithjoshoffical
@codewithjoshoffical 7 сағат бұрын
Possibly! I haven't yet because most of my audience isn't in my timezone so it gets hectic as I want to get everyone at the right time. Glad to hear you're wanting that cause it's crossed my mind 😁
@CapDavyJons
@CapDavyJons 5 күн бұрын
Im glad to see you as energetic as how you used to be before your injury. Welcome back Josh
@codewithjoshoffical
@codewithjoshoffical 4 күн бұрын
Thanks, feels good to be back at it! 😁
@imperialTech
@imperialTech 5 күн бұрын
I'm new to programming
@codewithjoshoffical
@codewithjoshoffical 5 күн бұрын
Welcome, happy to have you here! 😁
@ultimatesound8515
@ultimatesound8515 5 күн бұрын
Hey josh ✌🏼. Cool video, the datetime part is new to me, the whole %c
@codewithjoshoffical
@codewithjoshoffical 5 күн бұрын
Always glad to help! 😄
@koukidonia4804
@koukidonia4804 5 күн бұрын
hey I'm trying to code the editor image app on windows 10 , even tho the code is correct , when I click on the button folder I cant see any images (my pc contiens image.png and others) what can I do
@codewithjoshoffical
@codewithjoshoffical 4 күн бұрын
Something with the os module might not be set up correctly, working on windows 10 is fine. When you click the folder button, you should be able to access your desktop. Click the folder containing photos once, don’t open it. Once you have selected the folder then you can click the open button. This should open the photos within your app
@MiaTheDreamer
@MiaTheDreamer 5 күн бұрын
Im a part time CS student, with a full time job.. You are better than my lecturers.. Studying part-time is literally self study.. Your explanations are crystal clear.. 😊 Thank you so much..
@codewithjoshoffical
@codewithjoshoffical 4 күн бұрын
Well I’m certainly happy to hear this haha 😁. I’m glad I can be of help! Keep it up 👍
@MiaTheDreamer
@MiaTheDreamer 4 күн бұрын
@codewithjoshoffical Thank you for delivery good work.. Keep it up..🫡
@kapibara2440
@kapibara2440 6 күн бұрын
Thank you Josh!
@codewithjoshoffical
@codewithjoshoffical 5 күн бұрын
My pleasure! 😁
@MaryLee-r2v
@MaryLee-r2v 6 күн бұрын
Perez Laura Thompson Mary Rodriguez Jason
@joshuavictor978
@joshuavictor978 6 күн бұрын
thank you very much for this course. sir am having challenges on how to get the images of the airplane and the desert images to my vs code. have downloaded them on my desk stop . please reply . thanks again
@codewithjoshoffical
@codewithjoshoffical 6 күн бұрын
I’d create a folder on your desktop, drag the pictures inside. Then drag and drop the folder onto the VS code icon that’s on your desktop. Easiest way
@joshuavictor978
@joshuavictor978 6 күн бұрын
@@codewithjoshoffical thanks alot
@joshuavictor978
@joshuavictor978 5 күн бұрын
thanks for your replies. also, am trying to get the files for the sound and images from last project, i can seem to see them in the description. how do i go about this?
@codewithjoshoffical
@codewithjoshoffical 6 күн бұрын
👉 Join my weekly Python Newsletter ~ thenerdnook.substack.com 👉 Get my free Python Courses ~ zerotoknowing.gumroad.com
@farhanfaraan1
@farhanfaraan1 6 күн бұрын
Wow great tutorial
@codewithjoshoffical
@codewithjoshoffical 6 күн бұрын
Glad you found it helpful, thanks!
@kapibara2440
@kapibara2440 7 күн бұрын
So very interesting. Wow. Good work sir. 🙂
@codewithjoshoffical
@codewithjoshoffical 6 күн бұрын
Thank you so much 🙏🏼
@geee7672
@geee7672 7 күн бұрын
Finally, only this code works for me by removing the "i" replaced it with underscore in range, using done on import. I also removed the forward slashes and integers. Just using comma and rgb. I am not sure why my PC doesn't respond to your code.
@abhinabgogoi2000
@abhinabgogoi2000 7 күн бұрын
23:24 best short definition on classes👍
@codewithjoshoffical
@codewithjoshoffical 6 күн бұрын
Thank you!
@kapibara2440
@kapibara2440 8 күн бұрын
I liked it, absolutely! One can learn a lot from those videos. Wish you 100k subscribers in the next months 👏
@codewithjoshoffical
@codewithjoshoffical 7 күн бұрын
Thank you! 😃
@MaryLee-r2v
@MaryLee-r2v 8 күн бұрын
Wilson Margaret Walker Kevin Martin Anna
@MaryLee-r2v
@MaryLee-r2v 8 күн бұрын
Lee Sharon Jones Jennifer Lewis Jason
@kapibara2440
@kapibara2440 8 күн бұрын
You ve got a Nice teaching style. Thank you!
@codewithjoshoffical
@codewithjoshoffical 8 күн бұрын
I’m glad you’re able to follow along, thanks for being here! 😁
@stephenharris3427
@stephenharris3427 8 күн бұрын
As a beginner in Python I find this course user friendly and helps me understand python. To many tutorials I watch are not explaining python for beginners in easy to understand language.This explanation on python can be suitable for very young people giving them confidence to move onto python with advanced features.
@codewithjoshoffical
@codewithjoshoffical 8 күн бұрын
So happy you found the course helpful! Thanks for being here 😄
@stephenharris3427
@stephenharris3427 8 күн бұрын
@@codewithjoshoffical Thanks for your reply i will be doing the exercises in your video because the examples are explained and made very clear. I am sure after doing this python course in your video i will have more confidence to try more advanced python but for now this one looks good for me at my level
@elquequieredarsuopinion5372
@elquequieredarsuopinion5372 8 күн бұрын
Thank you so much fot this course, it really help me and it´s very good
@codewithjoshoffical
@codewithjoshoffical 8 күн бұрын
I'm glad I am able to help, thanks for being here! 😁
@kapibara2440
@kapibara2440 9 күн бұрын
Nice video! Like button of course has been clicked 😊
@codewithjoshoffical
@codewithjoshoffical 8 күн бұрын
Thank you! 😁
@KishuSingh-re7cu
@KishuSingh-re7cu 9 күн бұрын
hey on deploying how are you creating the virtual env and whhat should i type there
@Website_TV_1
@Website_TV_1 9 күн бұрын
If you're new to Object-Oriented Programming (OOP) with Python, this is the perfect place to start! At 2:15:30, you'll learn the key concepts of inheritance and how it works in real-world projects-super important for mastering Python OOP. Don't miss it! 🚀 #PythonOOP #LearnCoding #PythonForBeginners
@codewithjoshoffical
@codewithjoshoffical 8 күн бұрын
I'm glad you are getting value in this course!
@Website_TV_1
@Website_TV_1 9 күн бұрын
If you're serious about learning Python, don't miss this section! Josh breaks down complex concepts with ease. Perfect for beginners looking to level up their skills in 2024! 💻🔥
@codewithjoshoffical
@codewithjoshoffical 8 күн бұрын
I'm glad you found my course valuable! 😁
@Jerrel.A
@Jerrel.A 10 күн бұрын
Thanks a lot man! Great job.
@codewithjoshoffical
@codewithjoshoffical 10 күн бұрын
Absolutely 💯. Thanks for being here, I’m glad you liked it!
@dhrambiragarwal3520
@dhrambiragarwal3520 10 күн бұрын
Sorry bro I couldn't give you like twice. KZbin is not allowing me 😢
@codewithjoshoffical
@codewithjoshoffical 10 күн бұрын
Haha. Thank you for your support!
@bryallen11
@bryallen11 11 күн бұрын
Fantastic!! Thank you
@codewithjoshoffical
@codewithjoshoffical 10 күн бұрын
Absolutely! 😄
@WahyuRamadhan-i7h
@WahyuRamadhan-i7h 11 күн бұрын
thanks to you! i'm falling in love with python! do you have full course video about pandas?
@codewithjoshoffical
@codewithjoshoffical 11 күн бұрын
So glad to hear that, I'm glad you're getting value in my content! I currently don't have a full course out but I do have my Data Analytics series out that had 9 episodes starting at the beginning! Then on my newsletter we just wrapped up a 12 week Data Analytics Series too! Data Analytics Playlist - kzbin.info/aero/PLEpRcxOmTFlP5cg2Xfa-QqiXC_FVI3xHm&si=sbqymEKsMdx7eMw- 12 Week Data Analytics Series - thenerdnook.substack.com/p/12-week-data-analytics
@Crisstark98
@Crisstark98 11 күн бұрын
Welcome baaaaaccckkk Jossshhhh!!!!! We miss your voice!!!!! Hope your jaw gets fully healed soon!!!! Lovelots!!!❤❤❤
@codewithjoshoffical
@codewithjoshoffical 11 күн бұрын
All the love, thanks for being here! 😁
@CapDavyJons
@CapDavyJons 11 күн бұрын
Glad to see ya again buddy, I hope you are well, take it easy on yourself please we always support you.
@codewithjoshoffical
@codewithjoshoffical 11 күн бұрын
Always love seeing your comments, getting well! Thanks 😁
@renatogordao
@renatogordao 11 күн бұрын
may god bless ya
@codewithjoshoffical
@codewithjoshoffical 11 күн бұрын
You too. Thanks!
@agentm10
@agentm10 12 күн бұрын
Oh man, that Jaw has really taken a toll on Josh.
@codewithjoshoffical
@codewithjoshoffical 11 күн бұрын
It did, today was a good day though. Getting better everyday 💪
@burgek1
@burgek1 12 күн бұрын
I like your videos but I do think you ask us to like and subscribe too many times 😂