technologyCult
technologyCult
  • Видео 250
  • Просмотров 1 028 053
Python 3 Basics # 16.2 | How to print Subscript and Superscript with Python
Python 3 Basics # 16.2 | How to print Subscript and Superscript with Python
Topics to be covered:
1. Negative values
2. Positive values
3. Double digit and more
Github link - github.com/technologycult/PythonBasics/tree/master/Dictionary
All Playlist of this youtube channel
==============================
1. Data Preprocessing in Machine Learning
ruclips.net/p/PLE-8p-CwnFPuOjFcbnXLFvSQaHFK3ymUW
2. Confusion Matrix in Machine Learning, ML, AI
ruclips.net/p/PLE-8p-CwnFPvXzvsEcgb0IZtNsw_0vUzr
3. Anaconda, Python Installation, Spyder, Jupyter Notebook, PyCharm, Graphviz
ruclips.net/p/PLE-8p-CwnFPsBCsWwz_BvbZZHIVQ6wSZK
4. Cross Validation, Sampling, train test split in Machine Learning
ruclips.net/p/PLE-8p-C...
Просмотров: 2 492

Видео

How to load and run python .py files in jupyter notebook?
Просмотров 36 тыс.2 года назад
How to load and run python .py files in jupyter notebook? Topics to be covered 1. %env 2. %run .py file 3. %load .py file 4. %save .py file 5. %history 6. %%writefile .py file All Playlist of this youtube channel 1. Data Preprocessing in Machine Learning ruclips.net/p/PLE-8p-CwnFPuOjFcbnXLFvSQaHFK3ymUW 2. Confusion Matrix in Machine Learning, ML, AI ruclips.net/p/PLE-8p-CwnFPvXzvsEcgb0IZtNsw_0v...
Python 3 Basics # 3.4 | How to check empty string in Python
Просмотров 1 тыс.2 года назад
Python 3 Basics # 3.4 | How to check empty string in Python
Python 3 Basics # 11.3 | Python List Comprehensions
Просмотров 1352 года назад
Python 3 Basics # 11.3 | Python List Comprehensions
How to use Jupyter Notebook nbextension plugins to Hide Menu, Hide Cells?
Просмотров 5 тыс.2 года назад
How to use Jupyter Notebook nbextension plugins to Hide Menu, Hide Cells?
How to Install and Uninstall nbextension in Jupyter Notebook?
Просмотров 12 тыс.2 года назад
How to Install and Uninstall nbextension in Jupyter Notebook?
Python 3 Basics # 4.3 | How to reverse Python Lists?
Просмотров 1782 года назад
Python 3 Basics # 4.3 | How to reverse Python Lists?
Python 3 Basics # 4.2 | How to add all the elements of a Python List?
Просмотров 1312 года назад
Python 3 Basics # 4.2 | How to add all the elements of a Python List?
Python 3 Basics # 4.1 | How to multiply all the elements of a Python List?
Просмотров 7552 года назад
Python 3 Basics # 4.1 | How to multiply all the elements of a Python List?
Python 3 Basics # 11.4 : How to check whether an Object is Iterable in Python
Просмотров 2112 года назад
Python 3 Basics # 11.4 : How to check whether an Object is Iterable in Python
How to Change Default Browser of Jupyter Notebook in Windows?
Просмотров 35 тыс.2 года назад
How to Change Default Browser of Jupyter Notebook in Windows?
Python 3 Basics # 1.0.1 | Python Print Function Parameters
Просмотров 5 тыс.2 года назад
Python 3 Basics # 1.0.1 | Python Print Function Parameters
How to change default directory of Jupyter Notebook using Configuration File?
Просмотров 4,3 тыс.2 года назад
How to change default directory of Jupyter Notebook using Configuration File?
How to change the default directory of jupyter notebook using manual command?
Просмотров 3,3 тыс.2 года назад
How to change the default directory of jupyter notebook using manual command?
How to change default directory of Jupyter Notebook using Jupyter Notebook Command?
Просмотров 20 тыс.2 года назад
How to change default directory of Jupyter Notebook using Jupyter Notebook Command?
How to change default directory of Jupyter Notebook using USERPROFILES?
Просмотров 18 тыс.2 года назад
How to change default directory of Jupyter Notebook using USERPROFILES?
Python 3 Basics # 3.3 : Python Find and Replace Method
Просмотров 1,6 тыс.2 года назад
Python 3 Basics # 3.3 : Python Find and Replace Method
How to Comment Single line and Multiple line of Python Code in Visual Studio Editor?
Просмотров 14 тыс.2 года назад
How to Comment Single line and Multiple line of Python Code in Visual Studio Editor?
Python 3 Basics # 6.5 | Python Numpy Unique Method
Просмотров 1,2 тыс.2 года назад
Python 3 Basics # 6.5 | Python Numpy Unique Method
Python 3 Basics # 3.2 | Python Center Method
Просмотров 4092 года назад
Python 3 Basics # 3.2 | Python Center Method
Logistic Regression with no Predictor variable | Machine Learning - P6A
Просмотров 3522 года назад
Logistic Regression with no Predictor variable | Machine Learning - P6A
How to print Subscript and Superscript in Python using unicode character?
Просмотров 7 тыс.2 года назад
How to print Subscript and Superscript in Python using unicode character?
KNNImputer or IterativeImputer to Impute the missing values | fancyimpute
Просмотров 5 тыс.2 года назад
KNNImputer or IterativeImputer to Impute the missing values | fancyimpute
Mathematics in KNN Imputer explained with step by step details | KNN Imputer | Handle missing values
Просмотров 1,6 тыс.2 года назад
Mathematics in KNN Imputer explained with step by step details | KNN Imputer | Handle missing values
Machine Learning | Handling Missing Values | None Vs Nan
Просмотров 1,1 тыс.2 года назад
Machine Learning | Handling Missing Values | None Vs Nan
How to Convert Python Tuples To String | join() | map() | reduce() | Python Basics
Просмотров 9752 года назад
How to Convert Python Tuples To String | join() | map() | reduce() | Python Basics
What does numpy reshape(-1,1) and (1,-1) means?
Просмотров 7 тыс.2 года назад
What does numpy reshape(-1,1) and (1,-1) means?
How to remove empty tuples from a list of tuples | List Comprehension | Filter | Python Basics
Просмотров 1,5 тыс.2 года назад
How to remove empty tuples from a list of tuples | List Comprehension | Filter | Python Basics
How to Uninstall Jupyter Notebook via .bat file in Windows 10
Просмотров 14 тыс.2 года назад
How to Uninstall Jupyter Notebook via .bat file in Windows 10
How to Trigger Jupyter Notebook via .bat file in Windows 10?
Просмотров 4 тыс.2 года назад
How to Trigger Jupyter Notebook via .bat file in Windows 10?

Комментарии

  • @rameshh3821
    @rameshh3821 6 дней назад

    I have a question. Suppose I want to impute the value for Column C in a row. If three nearest neighbors are identified based on Euclidean distance, what should be done if all those neighbors have NaN values in Column C? Additionally, what if only one or two of the three neighbors have NaN values in Column C? In this case what will be the value for imputation?

  • @1gamerx767
    @1gamerx767 7 дней назад

    Sir its showing,jupyter is not recognised internal or external cammand

  • @salikhanan
    @salikhanan 7 дней назад

    How do you compare two pyspark dataframes?

    • @technologyCult
      @technologyCult День назад

      stackoverflow.com/questions/60279160/compare-two-dataframes-pyspark

  • @debaleenaghosh2577
    @debaleenaghosh2577 9 дней назад

    why is this so underrated? Awesome channel with proper explanation

  • @muhammadfaizannaeem8244
    @muhammadfaizannaeem8244 Месяц назад

    For micro-average-precision in A class TP = 32 but FP = 10+8 = 18 and so on for all the classes and for micro-average-recall in A class TP = 32 but FP = 9+12 = 21 and so on for all the classes. You made a mistake here and do opposite of this i think you un-intentionally do this mistake. I am telling this here for all the students who come to this video to avoid this mistake. Anyways good and informative video 🙂Thanks

  • @tomshahu
    @tomshahu Месяц назад

    people like you maintain the professionalism and humanity, thanks for existing.

  • @Mr.Phantom001
    @Mr.Phantom001 Месяц назад

    It was really helpful, thanks homie❤

  • @saisudheshna763
    @saisudheshna763 Месяц назад

    After doing this My all old files are not visible😢 how to access those files can you please reply me

  • @balubalaji9956
    @balubalaji9956 Месяц назад

    exactly what i am looking for . i did not know what the thumbnail meant . but found the right video . Thank you

  • @kasunchamikaraweerakoon4293
    @kasunchamikaraweerakoon4293 Месяц назад

    Thank you really helpful

  • @subratapaul061325
    @subratapaul061325 Месяц назад

    Yeah bro, its work good. thanks a lot

  • @pankajkumar-zw5oy
    @pankajkumar-zw5oy 2 месяца назад

    Thank You So Much Sir..

  • @Developer-o4j
    @Developer-o4j 2 месяца назад

    i am very irritate you changed my file location now it is not opening in any browser .....

  • @chriskeo392
    @chriskeo392 3 месяца назад

    I have access to the nb extensions but it doesn't do anything

  • @ehsamproduction
    @ehsamproduction 3 месяца назад

    I tried editing using notepad++ but it doesn't work for some reason. Doing it with notepad along with copying the folder address AND adding "\\" (without the " ") before adding the browser .exe file works. Also the %s is important too

  • @rubenc4696
    @rubenc4696 4 месяца назад

    there was another video for this which is 10 minutes long. thanks for making it very short

  • @mayankmahajan8406
    @mayankmahajan8406 4 месяца назад

    Other than C drive please 🥺

  • @ronaldo-ir2iz
    @ronaldo-ir2iz 4 месяца назад

    C:\Users\syadi>jupyter notebook --generate-config Script file 'C:\Users\syadi\OneDrive\Documents\anaconda\Scripts\jupyter-script.py' is not present?

  • @Playcool18
    @Playcool18 5 месяцев назад

    Didnt work, I defaulted the browser I wanted to open jupiter with, for everything web related, and it worked.

  • @siyapnkwayepnoejosias5833
    @siyapnkwayepnoejosias5833 5 месяцев назад

    Thanks for your help bro

  • @shubhamkumarprakash4671
    @shubhamkumarprakash4671 5 месяцев назад

    Sir, In my laptop it is not working. I have windows 11, can you please help me how to install?I have run all commands still it is not working.

  • @user-wm6bb4cb2s
    @user-wm6bb4cb2s 5 месяцев назад

    Shift+tab doesnt work in jupyter Lab , if someone can please help

    • @schnulli79
      @schnulli79 5 месяцев назад

      Same for me. The ? doesnt work either. I don't understand what I'm doing wrong.

  • @Chippin-luv
    @Chippin-luv 5 месяцев назад

    great work

  • @rodrigoramos9800
    @rodrigoramos9800 5 месяцев назад

    thank you for saving me my punjabi king, may god bless your day

  • @PravallikaDadi-lj6eg
    @PravallikaDadi-lj6eg 6 месяцев назад

    When ever I am opening the anaconda and click on jupyter notebook.it will opened in notepad.i want to change it for Google Chrome or Microsoft edge

  • @user-qt8ox4fl8h
    @user-qt8ox4fl8h 6 месяцев назад

    After 40 hours of running through hells on various internet pages, finally your tactics solved my headache! Thanks a lot.

  • @teafalmatanim705
    @teafalmatanim705 6 месяцев назад

    😍😍😍😍😍😍😍😍

  • @trisha7218
    @trisha7218 6 месяцев назад

    thank you!

  • @info2satish
    @info2satish 6 месяцев назад

    I am a new python learner, your this video has helped me a lot.

  • @user-uu2wk6eu6l
    @user-uu2wk6eu6l 6 месяцев назад

    nice explaination bro

  • @g.akshaykumar483
    @g.akshaykumar483 7 месяцев назад

    thank you very much

  • @ItsCloudHub
    @ItsCloudHub 7 месяцев назад

    Very good tutorial.if we want to access previous row inside apply function, how can we do that. ? If I have index defined, can I do row.index-1 or if I dont have index defined , how do we know current location of current row?

  • @joel-zr2br
    @joel-zr2br 7 месяцев назад

    k thanks , be quiet

  • @davidtarvin8858
    @davidtarvin8858 7 месяцев назад

    Dude! I've been trying to get this to work for a solid 24 hours before catching your video. In the end, the solution was super simple. lol Thanks for your video!

  • @finalyearprojectscse
    @finalyearprojectscse 8 месяцев назад

    thank you.

  • @JBAhmad-vu2lr
    @JBAhmad-vu2lr 8 месяцев назад

    I get an error (i.e. SyntaxError : EOL while scanning string literal) if I try this: print(R"C:\Users\User1\Downloads\") # where there is a back-slash at the end of the string. Could please you help me on this?

  • @alleefattah8045
    @alleefattah8045 8 месяцев назад

    Thanks a lot

  • @asherleukhardt6622
    @asherleukhardt6622 8 месяцев назад

    i love you

  • @brunovalente3065
    @brunovalente3065 9 месяцев назад

    I really needed this to save time. Thx brother!

  • @crafty-cravings
    @crafty-cravings 9 месяцев назад

    SAVIOUR!!❤‍🩹

  • @b048peyyettipavankartikpra4
    @b048peyyettipavankartikpra4 9 месяцев назад

    Thankyou! This worked perfectly for me!

  • @thinvivu3811
    @thinvivu3811 10 месяцев назад

    I just watched your clip, really thank you, I'm very excited to just click on the .bat file to run Jupyter, without having to turn on cmd, cd to the folder then type jupyter notebook. Very impressive

  • @Ali_Alhamaly
    @Ali_Alhamaly 10 месяцев назад

    This one works for Jupyter Lab as well, we just need to replace the "notebook" with the "lab"

  • @mr.RAND5584
    @mr.RAND5584 10 месяцев назад

    print(r'\ ') it is working I just put a space after the \.

  • @mr.RAND5584
    @mr.RAND5584 10 месяцев назад

    print(r'\') why there is an error?

  • @motoph6942
    @motoph6942 10 месяцев назад

    From the shortcut in the thumbnail given i tested the code and it works! So now i click the video to comment and like. Thanks Bro!

  • @someshsharma5426
    @someshsharma5426 10 месяцев назад

    Thank you so much.

  • @himansusekharbehera7175
    @himansusekharbehera7175 10 месяцев назад

    I think as learning this video Another Short way to change Microsoft Edge to open the Jupyter Notebook in Google Chrome Step1:GO TO SETTING Step2:APPS Step3:DEFAULT APPS Step4:TYPE IN SEARCH CHROME AND CHANGE THE BROWSER I think it is helpful to all of you, but this video isn't bad... I am telling you a short path.

    • @technologyCult
      @technologyCult 10 месяцев назад

      Thankyou for sharing the shortcut 🙏

    • @himansusekharbehera7175
      @himansusekharbehera7175 10 месяцев назад

      @@technologyCult Wellcome brother I think you can make a video on this way that's helpful for your all subscribers and i am also. Keep it up❤❤..

    • @kailashchowdhury2162
      @kailashchowdhury2162 2 месяца назад

      Thank you buddy.. 😍The shortcut was amazing and it did the work...❤💥

    • @islamicdesiretv
      @islamicdesiretv Месяц назад

      @himansusekharbehera7175 I've tried your shortcut and it worked thanks for sharing😊😊😊😊

  • @rklug8736
    @rklug8736 10 месяцев назад

    Sorry - but accent is so bad and speaker speaks so fast.. I cant really follow.. but the content is very good

  • @aaralux3052
    @aaralux3052 10 месяцев назад

    😊