Prof. Touchette
Prof. Touchette
  • Видео 127
  • Просмотров 276 690
Python Error (Exception) Handling
Basic exception handling in Python
Просмотров: 86

Видео

Python Read File
Просмотров 578 месяцев назад
Python read csv file and split into list for processing. Find highest wage value and overall wage average. Thumbnail csv icon attributed to freepik.com at www.freepik.com/icon/csv_9159105
Python File Read Write Clean Data
Просмотров 558 месяцев назад
Python read csv file, clean up data (remove spaces, title formatting), write csv. Thumbnail csv icon attributed to freepik.com at www.freepik.com/icon/csv_9159105
Python List (Store Example)
Просмотров 448 месяцев назад
Using Python List to add receipt type functionality to cheese store example.
Python Tuples (Store Example)
Просмотров 308 месяцев назад
Using Python (Lists and) Tuples in edit of previous store example.
Python Idle Debug Function
Просмотров 2169 месяцев назад
Using Python Idle debug to trace function call.
Python Debug (Function Trace)
Просмотров 1389 месяцев назад
Using debug to trace a function in Python to monitor local variables. Using block comment in VS Code and Replace Symbol.
Python Function (for Store Menu)
Просмотров 699 месяцев назад
Python Function for store menu to modularize previous store menu program.
Python Menu Selection (Shop Example)
Просмотров 1189 месяцев назад
Python item menu selection example for a cheese shop.
Python any number of store items
Просмотров 439 месяцев назад
Python program to input any number of grocery store items and calculate total, including a modification for sales tax and formatting using the Python format function.
Flowchart Loop for Any Number of Items
Просмотров 1089 месяцев назад
Flowchart Loop for Any Number of Items
Python Count and Average Numbers Loop
Просмотров 3369 месяцев назад
Python Counter Controlled While Loop to Count and to Average Numbers
Flowchart to Calculate Average
Просмотров 2,5 тыс.9 месяцев назад
Flowchart logic to calculate the average of a set of numbers.
Flowchart for Counter Controlled While Loop
Просмотров 2039 месяцев назад
Flowchart logic for counter controlled "while" loop / repetition structure
Python Weekly Pay Calculation 2.0 Including Possibility of Overtime
Просмотров 2009 месяцев назад
Python program to calculate weekly pay given hours worked and hourly pay rate with decision to determine if overtime is calculated.
Flowchart for Weekly Pay Including Possible Overtime
Просмотров 6119 месяцев назад
Flowchart for Weekly Pay Including Possible Overtime
Flowchart for Weekly Pay
Просмотров 4009 месяцев назад
Flowchart for Weekly Pay
Python Weekly Pay Calculation
Просмотров 1669 месяцев назад
Python Weekly Pay Calculation
Python First Program Hello World
Просмотров 1179 месяцев назад
Python First Program Hello World
Python Sum of Two Numbers
Просмотров 429 месяцев назад
Python Sum of Two Numbers
Python in Microsoft Visual Studio Code Install
Просмотров 8910 месяцев назад
Python in Microsoft Visual Studio Code Install
Install Python3 on Windows
Просмотров 3910 месяцев назад
Install Python3 on Windows
C++ Letter Number Substitution Logic Problem (part 2 coded solution)
Просмотров 1374 года назад
C Letter Number Substitution Logic Problem (part 2 coded solution)
Letter Number Substitution Logic Problem
Просмотров 7434 года назад
Letter Number Substitution Logic Problem
C++ Multiple Square Puzzle (3rd look with permutations)
Просмотров 704 года назад
C Multiple Square Puzzle (3rd look with permutations)
C++ Multiple Square Puzzle (2nd look)
Просмотров 714 года назад
C Multiple Square Puzzle (2nd look)
C++ Letter Count Puzzle (using functions)
Просмотров 2884 года назад
C Letter Count Puzzle (using functions)
C++ Cryptarithm (alphametic) Word Math Problem
Просмотров 7934 года назад
C Cryptarithm (alphametic) Word Math Problem
C++ Month Letter Count Problem
Просмотров 1654 года назад
C Month Letter Count Problem
3 Ball Triangle Puzzle
Просмотров 2514 года назад
3 Ball Triangle Puzzle

Комментарии

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

    I am wanting to add 2 columns, is that possible?

  • @marcothepenguin5394
    @marcothepenguin5394 19 дней назад

    Hi

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

    Thanks professor!

  • @stephaniechua-xj2vl
    @stephaniechua-xj2vl 6 месяцев назад

    how can I make it in philippines peso?

    • @prof.touchette
      @prof.touchette 6 месяцев назад

      I am not sure, but try the following line substituted in the code from the first comment: Globalization.CultureInfo("en-PH")

  • @AbdullahFathy-ui6lp
    @AbdullahFathy-ui6lp 7 месяцев назад

    Could u post the logisim files?

    • @prof.touchette
      @prof.touchette 6 месяцев назад

      It has been a while since the class I was teaching this in. Sorry to say I have not been able to find the file.

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

    Nice one. I found amazing videos on python and for the life of me i dont know why they dont increase their font size so people can read it better. Brilliant videos but the font size is just impossible to read for long periods. Yours is fine to read.

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

    Thanks for clear explanation on handling python exceptions.

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

    for Dev C++ just go to Tools -> Compiler options->Settings-> code generation options->language std->(here select ISO c++ 11) -> ok. Enjoy

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

    Excuse me sir, I'm still a beginner and I'm still new to programming so thank you for your knowledge😅

  • @adityakarki2914
    @adityakarki2914 Год назад

    Thank you sir

  • @bad-hedlya
    @bad-hedlya Год назад

    where i can find code for copy and paste ?

  • @Таня-л7ш
    @Таня-л7ш Год назад

    I connected the new version of mingw in the same way, but debugging programs in this new version does not start. The flag is to generate debugging information, I set it in the compiler settings, but debugging still does not work. Do you know how to solve this problem?

  • @smilenajobs
    @smilenajobs Год назад

    hello , where is the link

  • @selmamilena2503
    @selmamilena2503 Год назад

    the rand name its giving error

  • @Valar6679
    @Valar6679 Год назад

    not working

  • @wodeybrown1748
    @wodeybrown1748 2 года назад

    this is the only clear video that i have found on this lol thanks

  • @expansivegymnast1020
    @expansivegymnast1020 2 года назад

    Great explanation. Just started learning C++ after learning Python and honestly this is WILD to me.

  • @karasutsuki1733
    @karasutsuki1733 2 года назад

    fanks

  • @almmko7761
    @almmko7761 2 года назад

    👏👏

  • @insanitea6967
    @insanitea6967 2 года назад

    Thank you, this is part of our assignment and I was a bit lost at the middle and this video was right on target

  • @edpooler7435
    @edpooler7435 2 года назад

    with this type of Wordpad, is there any way to flip text into a mirror image?

  • @DreamingHearts
    @DreamingHearts 2 года назад

    My favorite writing software. xD Sucks it doesn't have pagebreaks, but you can just add your own with * * * or whatever symbol or letters you want.

  • @tayyabasadiq6107
    @tayyabasadiq6107 2 года назад

    Can you share this code right now? Plz

  • @estebanpg8580
    @estebanpg8580 2 года назад

    no me copien el codigo

  • @estebanpg8580
    @estebanpg8580 2 года назад

    te amo

  • @naderhumood
    @naderhumood 2 года назад

    Aptly its A amazing, Great job. SIR.

  • @naderhumood
    @naderhumood 2 года назад

    Thank you v much Sir Is a great Great job,

  • @cupe4564
    @cupe4564 2 года назад

    hi there, i was wondering if your services can assist me with decrypting a loader for call of duty?

  • @Moon_Mods
    @Moon_Mods 2 года назад

    Nice explanation

  • @souljarohill8795
    @souljarohill8795 2 года назад

    could you just have said nums[i] instead of nums[low] since low = i anyway?

  • @FPChris
    @FPChris 2 года назад

    int a=5; is still better IMO. The parentheses looks like a mangled function call and the curly braces looks like a bad block. Not a fan at all.

    • @prof.touchette
      @prof.touchette 2 года назад

      I tend to agree with you, but possibly because I am accustomed to the "old way". It does seem clearer.

    • @metal571
      @metal571 2 года назад

      The C++ core guidelines themselves recommend brace or as it is also called "uniform" initialization for exactly the reason that it does not allow implicit narrowing, and also you get a much more obvious view into what will be held in an initialized container e.g. with std::vector. Using = actually looks strange to me now, as another benefit of braces is to also clearly separate initialization of variables from assignment.

    • @prof.touchette
      @prof.touchette 2 года назад

      @@metal571 you are correct. It is also good that you are accustomed to the recommended way as it will become more common in the future ( in addition to being clearer). For myself, it will be a habit I will have to work to change.

  • @viperthedeadly2390
    @viperthedeadly2390 2 года назад

    what compiler did you use for this

    • @prof.touchette
      @prof.touchette 2 года назад

      The compiler was the default that came with Dev C++. I believe it was Mingw for this video, but it has been a while. TDM-GCC is another compiler option. Orwell Dev C++ also has an easy way to switch compilers with a drop down box (after they are configured).

  • @sharad3877
    @sharad3877 2 года назад

    Well it was helpful....but can we solve it in O(n) time?

    • @Deiadara
      @Deiadara 2 года назад

      well since you re doing it for each letter of the alphabet it'snot really O(n^2), it's 26*O(n), so for a big enough test with say, 10.000 characters this is O(n)

  • @alirconstanza3736
    @alirconstanza3736 2 года назад

    how can i make the zero not show as a positive nor a negative? please i need this

    • @prof.touchette
      @prof.touchette 2 года назад

      There is a video for neutral zero (not positive or negative) at ruclips.net/video/FdnGXoNHehk/видео.html

  • @franciscamulto2439
    @franciscamulto2439 2 года назад

    Write a program that asks the user for the hours worked for the week and the hourly rate. The basic salary is computed as: Basic salary = hours worked x hourly rate Bonuses are given by the following: No. of hours > 45 Bonus of 500 pesos No. of hours > 40 and <= 45 Bonus of 250 pesos No. of hours > 35 and <= 40 Bonus of 150 pesos Display the basic salary, bonus, and the gross salary (basic salary + bonus). Also compute the states income tax according to the following formula: Gross salary Tax deduction Below 8,000 pesos 3% of gross salary 8,001 to 15,000 pesos 5% of gross salary Above 15,000 pesos 8% of gross salary Display also the states income tax and the net income (gross salary minus tax deduction) of the employee.

  • @scitech9887
    @scitech9887 3 года назад

    When writing the process of incrementation, can we also write it as "count++" or "count+=1" in a flowchart?

  • @niquebon
    @niquebon 3 года назад

    You've made this a lot easier for me. Big thanks to you

  • @krazo2230
    @krazo2230 3 года назад

    can you do it with predefined process?

  • @romanempire3517
    @romanempire3517 3 года назад

    Hi what will happen if we leave int x{}; braces empty? Will it by default initialize with zero?

  • @prosenjitbiswas4569
    @prosenjitbiswas4569 3 года назад

    Thank you

  • @UrMom-kr9wk
    @UrMom-kr9wk 3 года назад

    Hey I don't if you read this but for me this video help me get some idea however it's doesn't mean it's good So I hope you will continue your life and maybe make new video with better version

  • @sachin73399
    @sachin73399 3 года назад

    Draw flowchart to check entered number is 5 or not. Plzzz

    • @prof.touchette
      @prof.touchette 3 года назад

      Pretty much the same flowchart except the if condition will be (number = 5) instead of (number >= 0). Also the outputs would say "is five" and "is not five" instead of "is positive" and "is negative". Note some languages use double equal for comparison so (number == 5) could be used for the if condition.

  • @ПользовательБезфамилии-к5ю

    Спасибо, братан! От души!

  • @jabinisaiahcabael7282
    @jabinisaiahcabael7282 3 года назад

    There is so many errors in me..i use dev c++ 5.11..and i copy sure codes.but it says error

  • @josi_o
    @josi_o 3 года назад

    Thank you!

  • @kiranpatel4462
    @kiranpatel4462 3 года назад

    Love you bro. Thanks for it. 🥰🥰😍

  • @aftereffects00
    @aftereffects00 3 года назад

    Thank you for your tutorial.. :)

  • @astracey1
    @astracey1 3 года назад

    my volume is turned ALL the way to 100 and I can't hear you

  • @FrankiDaTank
    @FrankiDaTank 3 года назад

    Thank you!

  • @harshdeepbhati465
    @harshdeepbhati465 3 года назад

    O(n^9) solution😍😍😍😍😍😍