Тёмный

30 Days of Python - Day 17 - Data Science Pipeline with Jupyter, Pandas & FastAPI - Python TUTORIAL 

CodingEntrepreneurs
Подписаться 363 тыс.
Просмотров 35 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
Day 12 - Web Scraping Box Office $$ Numbers - ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5u391bX9FVE.html Jupyter Notebook REST API Server: invictify.com/github Our code: cfe.sh/github Jupyter Docs: jupyter.org/documentation Pandas Docs: pandas.pydata.org/
@ELHAUKEZ
@ELHAUKEZ 4 года назад
Dude you rock even though I know all that stuff I like seeing shown by you :)
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
Thank you!!
@rajnishsingh-bq3yi
@rajnishsingh-bq3yi 4 года назад
mitchel sir will you please update ur udemy course of e-commoerce i want to purchase that course but django version is 1.11
@ygcjayalal
@ygcjayalal 4 года назад
the greatest teacher i have ever seen. i don't know why some people don't like this channel
@charlesludwig8672
@charlesludwig8672 2 года назад
Haters gonna hate
@juanmoctezuma9225
@juanmoctezuma9225 3 года назад
Thank you for the video! your masterpiece tutorial allowed me to build an ETL and RESTapi for my personal data project.. gracias!
@antonbashkin6706
@antonbashkin6706 2 года назад
This is such a perfect tutorial thank you! Such an overwhelming discipline but this makes it seem doable...
@CodingEntrepreneurs
@CodingEntrepreneurs 2 года назад
It’s doable! Just keep practicing
@jahangircs
@jahangircs 4 года назад
Python Ninja 😍 Love u bossss
@arturocdb
@arturocdb 2 года назад
Great project and explanation. Thank you!
@ygcjayalal
@ygcjayalal 4 года назад
the greatest teacher i have ever seen.
@tonyd2776
@tonyd2776 4 года назад
This series is fantastic
@steelwolf180
@steelwolf180 4 года назад
Awesome content I wanted to learn more FastAPI with this tutorial.
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
Thanks. I’m saving that for a dedicated series on FastAPI
@ajithshenoy5566
@ajithshenoy5566 4 года назад
+1 requesting for a detailed fastapi course
@abhiverma24
@abhiverma24 4 года назад
The best Quarantine days are going on👌
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
We do what we can while we can. Right?
@abhiverma24
@abhiverma24 4 года назад
@@CodingEntrepreneurs Yup😁
@mphoza9
@mphoza9 4 года назад
You helped me a lot with django, I learned everything from you
@rezaandreawan4832
@rezaandreawan4832 4 года назад
yeah he is a nice person
@abednegowambua7990
@abednegowambua7990 4 года назад
Hello @CodingEntrepreneurs some one recommended for me this channel i definitely now know it is a good batton passing great teaching , great examples i can't wait for more from you sir. My subscribe button is so ON
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
It’s coming I promise!
@abednegowambua7990
@abednegowambua7990 4 года назад
thank you i will be watching out. I on my way to becoming a data scientist and i will be checking regulary on stuff that concern this topic here
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
@@abednegowambua7990 Sounds great! Love that idea! Data Science is such a fascinating area of study!
@Ninjaphil24
@Ninjaphil24 3 года назад
Excellent!! It comes together perfectly and I have to say... if you decide 3 or 4 years from now to do a new version of 30 days of Python... may I suggest that you start with jupyter... or bring it in earlier in the game. Especially since it's offered on VSC, you don't even have to do the whole download spiel for beginners... and introduce that later. A truly fantastic series, both now and in 2016.
@maccoskuni8646
@maccoskuni8646 4 года назад
Holy shit i feel like i died and Landed in heaven a home of god of Python Ninja...I have been looking for this..I feel that people are missing out but I am going to expose this creativity chanel
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
Haha
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
Thanks!
@bluzane
@bluzane 3 года назад
I am glad to be the 300th liker !!!
@greendsnow
@greendsnow 2 года назад
59:00 Fast API
@user-or7ji5hv8y
@user-or7ji5hv8y 4 года назад
what are your thoughts of using Pyenv?
@torque2123
@torque2123 4 года назад
Hey Please make 30 day series on datastructure and algorithms using python
@TrashHeap64
@TrashHeap64 Год назад
I know this video is old but I have a question if anybody sees it. Resource wise, is it bet to read the CSV file into a DF every time the function is ran or would it be better to establish the DF at the start of the script and just reference it every time? Seems to me like reading in a big huge dataset every time somebody hits that API call would not be performant. Am I wrong here?
@liveyourlife998
@liveyourlife998 2 года назад
how to get the github link to data frame? like i can download 1 csv how to make all csv into notebook?
@jprince2453
@jprince2453 3 года назад
Bruh i watch this 10× and each time i watch i was like how the hell mine not working then after the 7 time i was ok let me do my own think the do some few touch but thank to you i was able to do scraping i might take sum look into later in near future
@shikharmathur3362
@shikharmathur3362 4 года назад
Thanks a lot for the video. I am unable to run pipenv on the iterminal. It gives error command not found. Can you resolve
@JuanBorque
@JuanBorque 4 года назад
Thank you sir for the tutorials, very helpful. I could not run the chmod +x run.ps1 command from the terminal, it returned the following error: chmod : The term 'chmod' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + chmod +x run.ps1 + ~~~~~ + CategoryInfo : ObjectNotFound: (chmod:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Is there a difference between running this command on Apple vs Windows?
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
You won’t need to do chmod
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
Just ./run.ps1
@yunfeiyang4382
@yunfeiyang4382 4 года назад
waiting toooooo long new videos
@CodingEntrepreneurs
@CodingEntrepreneurs 4 года назад
It’s coming I promise!
@sulemanali7268
@sulemanali7268 4 года назад
Hi sir @CodingEntrepreneurs i need your help i follow you to create my django project and almost fully developed and i need to shift on linux from windows i collect my latest requirements files from my virtual env of window and same version of python 3.7.4 install on my linux os but when i create virtual env and install my libraries and start my development server it start giving error . i will send you screenshots of that. please give me your email and solve my problem please
@xDeemanOne
@xDeemanOne 4 года назад
indians lol
@sulemanali7268
@sulemanali7268 4 года назад
@@xDeemanOne its not matter dear
@manishgarg6880
@manishgarg6880 4 года назад
sir just completed my racing bar chart coding and scraping with your help , THANKS A LOT. please tell sir can we also make these ( ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zUrl0Da2t64.html , ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZltYvKwTvyE.html ) types of video in python if yes then please tell how. it would be helpful in my college project which would be something different . Thanks
Далее
Learning Pandas for Data Analysis? Start Here.
22:50
Просмотров 102 тыс.
🦊🔥
00:16
Просмотров 765 тыс.
LOLLIPOP-SCHUTZ-GADGET 🍭 DAS BRAUCHST DU!
00:28
Women’s Free Kicks + Men’s 😳🚀
00:20
Просмотров 3 млн
Matplotlib Full Python Course - Data Science Fundamentals
1:02:41
ETL with Python
57:19
Просмотров 65 тыс.
Exploratory Data Analysis with Pandas Python
40:22
Просмотров 477 тыс.
LSTM Time Series Forecasting Tutorial in Python
29:53
Просмотров 213 тыс.