Python 3.11 is out! All new features
3:38
31 ESSENTIAL Python String Methods
11:20
Super Quick Python Refactoring Tips
5:13
Пікірлер
@dnlgrhm
@dnlgrhm Күн бұрын
Really helpful - many thanks! I wish you would do something similar with Texture and Pydantic.
@chrisder1814
@chrisder1814 2 күн бұрын
hello fdsvjc
@chrisder1814
@chrisder1814 2 күн бұрын
hello
@leodark_animations2084
@leodark_animations2084 2 күн бұрын
Just curious, could this approach allow to build a virtual assistant by binding some functions to keywords?
@Ianwolf-u8h
@Ianwolf-u8h 4 күн бұрын
Damn,am a freelancer and each time after completing a project ,i let engineers in or their computer using remote access,next time i want them to test apps,i will use this.....
@AhamedathilKhan-x7c
@AhamedathilKhan-x7c 4 күн бұрын
The best course that I've seen thank you
@anttiop
@anttiop 6 күн бұрын
Thanks for the indepth, yet easy to follow-along tutorial. However, I guess that there has been some updates in Docker network as the connection to Redis server does not work. Has anyone run in to same issues and are there any pointers for solutions?
@ebtesamel-hossiny5631
@ebtesamel-hossiny5631 6 күн бұрын
good video but kindly attach the source code to facilitate learning and experience
@alaa-f5y7j
@alaa-f5y7j 7 күн бұрын
Thank you so much I want to add voice chatbot can I? how?
@lathikawathsara2649
@lathikawathsara2649 7 күн бұрын
@zainali501
@zainali501 8 күн бұрын
can we get the contents of closed caption of each video used for langchain RAG to generate an app which gives the videos in the streamlit app?
@iNTERnazionaleNotizia589
@iNTERnazionaleNotizia589 9 күн бұрын
Hi I want to ask, Is it possible to load a Pretrained model from other Dataset (such as BTCV or BraTS2021) , and use it for inference to a different dataset (such as ISLES 2022)?
@manuelj.4610
@manuelj.4610 9 күн бұрын
What color theme is this?? Thanks
@lucasacchiricciardi
@lucasacchiricciardi 10 күн бұрын
Thanks for this video!
@polavarapudurgesh3937
@polavarapudurgesh3937 10 күн бұрын
can you give me dataset for this.
@hansdayo
@hansdayo 13 күн бұрын
Thank you for making this video. It's very Informative and gonna help me a lot in my future project
@donfeto7636
@donfeto7636 16 күн бұрын
Great content bro
@kentemaley667
@kentemaley667 17 күн бұрын
hey have watched all the episodes thanks!,,, here comes the twist apon implementation it wants me to paraphrase the intent i n intents.json else it returns the output " i dont understand... "
@elise8619
@elise8619 17 күн бұрын
For people using this with Jupyter notebooks/labs in a virtual environment, I had problems getting TensorBoard to connect. I had to run TensorBoard within the Jupyter notebook with: %load_ext tensorboard %tensorboard --logdir runs Which also opens the tensorboard within a jupyter cell.
@talentcutglobal
@talentcutglobal 17 күн бұрын
Such a trash tutorial
@TheAdityanand
@TheAdityanand 18 күн бұрын
thanks a lot Patrick. you are the best.
@zaiyrsharsheyev
@zaiyrsharsheyev 18 күн бұрын
Amazing explanation. Thank you so much!
@NostalgiaT
@NostalgiaT 18 күн бұрын
hello, any advice how I can prep for interview for this?
@NostalgiaT
@NostalgiaT 18 күн бұрын
what does resnet18 mean?
@shafqat1138
@shafqat1138 19 күн бұрын
Great tutorial but you kind of obfuscated it at the end.
@peilanhsu
@peilanhsu 19 күн бұрын
Thank you SO MUCH for making this video! I'm transitioning from TF to PyTorch and REALLY needed a "same model, both frameworks" video like this one!
@enockoloo3814
@enockoloo3814 20 күн бұрын
this is great indeed.
@Cheesestroker
@Cheesestroker 23 күн бұрын
What interface is he using for this? I am using jupyter notes but it doesn't show drop down list for all the commands when you type.
@kentemaley667
@kentemaley667 24 күн бұрын
hey good tutorial,, am using vs code but am unable to save file under the name nltk_utils,py
@PriyankaMC-cn7vp
@PriyankaMC-cn7vp 24 күн бұрын
post request is not working. its not taking input in frontend
@AlfonsoLopez-l9h
@AlfonsoLopez-l9h 24 күн бұрын
This is such a great video, thank you!
@jeff-badu
@jeff-badu 25 күн бұрын
I learned a lot. Thank you.
@NostalgiaT
@NostalgiaT 25 күн бұрын
what is numpy useful for
@max-0473
@max-0473 27 күн бұрын
Your first name reminds of someone😢😢
@alasnw
@alasnw 27 күн бұрын
this is literally a full course in 29 minutes! AMAZING :)
@AneeqaKhalil
@AneeqaKhalil 28 күн бұрын
very comprehensive
@maxpreobrazhensky7124
@maxpreobrazhensky7124 29 күн бұрын
IMO, Django is easily the worst Python framework. It's bloated and tightly-coupled. To start developing APIs you have to install a bunch of requirements (including DRF), because it isn't made for APIs-development out of the box. At the same time, out of the box, Django is full of tightly-couple stuff that you may never need in your project (Django Admin, etc). I also think that Django's ORM is much worse than SQLAlchemy, which can be used on its own and with other frameworks, while Django ORM is tightly-coupled with Django. Also, originally, its ORM was as far away from SQL as it could've been. Meaning, engineers, highly-proficient in SQL, had to learn it as a some sort of a second language, because their SQL knowledge wasn't applicable to Django ORM.
@SuzukiRoblox_12345
@SuzukiRoblox_12345 29 күн бұрын
I searched round and round we go tutorial…
@РодионЧаускин
@РодионЧаускин 29 күн бұрын
Martinez Jennifer Walker Thomas Williams Richard
@ak2k2
@ak2k2 29 күн бұрын
Hits good on 1.75x
@NostalgiaT
@NostalgiaT Ай бұрын
im getting this when installing pytorch UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:84.) cpu = _conversion_method_template(device=torch.device("cpu"))
@mtkoli
@mtkoli Ай бұрын
Very good video, thank you
@RatherBeCancelledThanHandled
@RatherBeCancelledThanHandled Ай бұрын
You’re a great teacher ❤ , thank you .
@christian-nag0007
@christian-nag0007 Ай бұрын
I learned a lot, cheers from Germany
@ultimateblue4568
@ultimateblue4568 Ай бұрын
great lectures, thanks
@HarshitChoudhary-g4k
@HarshitChoudhary-g4k Ай бұрын
15:51
@HarshitChoudhary-g4k
@HarshitChoudhary-g4k Ай бұрын
42:53
@taniya3686
@taniya3686 Ай бұрын
how to integrate this chatbot to our website?
@Yodad0110
@Yodad0110 Ай бұрын
mydic*?
@payman_azari
@payman_azari Ай бұрын
A must see series for people thinking they know Python but with not so much experience.
@gabrieleliuzzo7859
@gabrieleliuzzo7859 Ай бұрын
thankyou😀