|
via Udemy |
Go to Course: https://www.udemy.com/course/python-for-beginners-smart-cheat-sheet/
OK, in this course we are going to dive deeply into the Python fundamentals, but with a lot of examples and challenges.After completing each section, you will receive an exercise pack, contains real world challenges. So, you can check your learning progress along the way.Also, this course is packed with Smart Cheat Sheet. I have explained it completely in the first video.So, even if you have taken other Python courses, you can still get benefits from the exercises alone in this course and also get the benefits of my idea, the Smart Cheat Sheet.Here is a complete curriculum of this course:IntroductionDownload the Smart Cheat Sheet FileInstalling Tools on WindowsInstalling Tools on macOSInstalling Tools on UbuntuAre You Ready?Print() FunctionSequence CharactersVariablesConstantsString ReplicationReading InputPython Data TypesArithmetic OperatorsOperator PrecedenceType CastingException Handling in PythonDecision MakingBuilt-In Functions vs. User-Defined FunctionsString Built-In FunctionsDeclaring a User-Defined FunctionUser -Defined Functions with Parameter(s)Date FormatSolutionMaximum NumberSolution #1Solution #2Odd or EvenSolutionValidate a Zip CodeSolutionFree Shipping CalculationSolutionWrite a Simple CalculatorSolutionMultiple Variable AssignmentAccessing Characters by Index NumberString SlicingReturning Information From a FunctionReturning Multiple Values From a FunctionDefault Argument ValuePass StatementNested If StatementsPalindromeSolutionIgnore Case-SensitivitySolutionGet the File ExtensionSolutionSecure the Card NumberSolutionString ComparisonSolutionATM Pin Code ValidationSolutionFor Looprange() FunctionWhile LoopBreak a LoopElse Clause on LoopsNested LoopsList in PythonBuilt-In Functions Related to ListsIterating Over a ListTuplesIterating Over a TupleSets in PythonOperations on SetsDictionary in PythonIterating Over a DictionaryPassing a List as Argument to a ListReturning a List From a FunctionGenerating a Random ListDraw a TriangleSolutionDraw a Triangle by Using a While LoopSolutionDraw a Triangle by Using a While Loop - Version 2SolutionDivisible Numbers by 5 (For Loop)SolutionDivisible Numbers by 5 (While Loop)SolutionUser-Defined Divisible Numbers (For Loop)SolutionUser-Defined Divisible Numbers (While Loop)SolutionCheck If a List is EmptySolutionAppend a List to Another OneSolutionReturning a Random Item From a ListSolutionFind Common ItemsSolutionFind Even ItemsSolutionFind the Smallest Number in a ListSolutionReverse a String Without String SlicingSolution//-------------------------------------------Here is a complete Smart Cheat Sheet codes:Smart Cheat Sheet Code: Table-String-DeclarationSmart Cheat Sheet Code: Table-Sequence-CharactersSmart Cheat Sheet Code: Example-Sequence-CharactersSmart Cheat Sheet Code: Table-Variable-Naming-RulesSmart Cheat Sheet Code: Table-Keywords-ListSmart Cheat Sheet Code: Table-Arithmetic-OperatorsSmart Cheat Sheet Code: Example-Arithmetic-OperatorsSmart Cheat Sheet Code: Example-ConstantSmart Cheat Sheet Code: Example-String-ReplicationSmart Cheat Sheet Code: Example-Input-FunctionSmart Cheat Sheet Code: Example-DataTypesSmart Cheat Sheet Code: Table-Operator-PrecedenceSmart Cheat Sheet Code: Example-Operator-PrecedenceSmart Cheat Sheet Code: Example-Type-CastingSmart Cheat Sheet Code: Syntax_Exception_HandlingSmart Cheat Sheet Code: Syntax-IfSmart Cheat Sheet Code: Syntax-If-ElseSmart Cheat Sheet Code: Syntax-If-ElifSmart Cheat Sheet Code: Syntax-If-Elif-ElseSmart Cheat Sheet Code: Example-Exception-HandlingSmart Cheat Sheet Code: Example-If-StatementSmart Cheat Sheet Code: Table-Comparison-OperatorsSmart Cheat Sheet Code: Table-Logical-OperatorsSmart Cheat Sheet Code: Syntax-If-StatementSmart Cheat Sheet Code: Table-String-FunctionsSmart Cheat Sheet Code: Example-Len-FunctionSmart Cheat Sheet Code: Example-Capitalize-FunctionSmart Cheat Sheet Code: Example-Count-FunctionSmart Cheat Sheet Code: Example-Lower-Upper-FunctionSmart Cheat Sheet Code: Example-isSpace-FunctionSmart Cheat Sheet Code: Example-Replace-FunctionSmart Cheat Sheet Code: Example-Calculate_Circle_AreaSmart Cheat Sheet Code: Example-Calculate_Circle_Area_With_ParameterSmart Cheat Sheet Code: Example-Print_Personal_InfoSolution Code: Solution-A3Solution Code: Solution-A4Solution Code: Solution-A5Solution Code: Solution-A6Solution Code: Solution-A7Solution Code: Solution-A8Solution Code: Solution-A9Smart Cheat Sheet Code: Example-Multiple-Variable-AssignmentSmart Cheat Sheet Code: Example-Reverse-StringSmart Cheat Sheet Code: Example-Return-Value-1Smart Cheat Sheet Code: Example-Return-Value-2Smart Cheat Sheet Code: Example-Return-Value-3Smart Cheat Sheet Code: Example-Return-Multiple-ValuesSmart Cheat Sheet Code: Example-Default-Argument-ValueSmart Cheat Sheet Code: Example-Nested-IfSolution Code: Solution-A10Solution Code: Solution-A11Solution Code: Solution-A12Solution Code: Solution-A13Solution Code: Solution-A15Solution Code: Solution-A16Smart Cheat Sheet Code: Example-For-LoopSmart Cheat Sheet Code: Example-Max-Ten-NumbersSmart Cheat Sheet Code: Example-Range-Function-2Smart Cheat Sheet Code: Example-Range-Function-3Smart Cheat Sheet Code: Example-While-LoopSmart Cheat Sheet Code: Example-While-LoopSmart Cheat Sheet Code: Example-Loop-Else-ClauseSmart Cheat Sheet Code: Example-Loop-Else-Clause-2Smart Cheat Sheet Code: Example-Multiplication-TableSmart Cheat Sheet Code: Example-Access-List-IndexSmart Cheat Sheet Code: Example-Check_Item_In_ListSmart Cheat Sheet Code: Example-List-SlicingSmart Cheat Sheet Code: Example-List-LengthSmart Cheat Sheet Code: Example-Inner-ListSmart Cheat Sheet Code: Example-List-ConcatenateSmart Cheat Sheet Code: Example-List-UpdateSmart Cheat Sheet Code: Table-List-FunctionsSmart Cheat Sheet Code: Example-List-AllSmart Cheat Sheet Code: Example-List-AnySmart Cheat Sheet Code: Example-List-AppendSmart Cheat Sheet Code: Example-List-InsertSmart Cheat Sheet Code: Example-List-PopSmart Cheat Sheet Code: Example-List-ClearSmart Cheat Sheet Code: Example-List-ReverseSmart Cheat Sheet Code: Example-List-SortSmart Cheat Sheet Code: Example-List-Sort-2Smart Cheat Sheet Code: Example-List-Max-MinSmart Cheat Sheet Code: Example-List-Iterate-For-LoopSmart Cheat Sheet Code: Example-List-Iterate-While-LoopSmart Cheat Sheet Code: Example-List-Iterate-Inner-ListSmart Cheat Sheet Code: Example-TupleSmart Cheat Sheet Code: Example-Tuple-In-KeywordSmart Cheat Sheet Code: Example-Tuple-SlicingSmart Cheat Sheet Code: Example-Tuple-LengthSmart Cheat Sheet Code: Example-Tuple-ConcatenateSmart Cheat Sheet Code: Example-Tuple-Inner-ListSmart Cheat Sheet Code: Example-Tuple-UnpackSmart Cheat Sheet Code: Example-Tuple-For-LoopSmart Cheat Sheet Code: Example-Tuple-While-LoopSmart Cheat Sheet Code: Example-Set-DefineSmart Cheat Sheet Code: Example-Set-LengthSmart Cheat Sheet Code: Example-Set-For-LoopSmart Cheat Sheet Code: Example-Set-AddSmart Cheat Sheet Code: Example-Set-RemoveSmart Cheat Sheet Code: Example-Set-ClearSmart Cheat Sheet Code: Example-Set-In-Not-InSmart Cheat Sheet Code: Example-Set-UnionSmart Cheat Sheet Code: Example-Set-Union-PipeSmart Cheat Sheet Code: Example-Set-IntersectionSmart Cheat Sheet Code: Example-Set-Intersection-AmpersandSmart Cheat Sheet Code: Example-Set-DifferenceSmart Cheat Sheet Code: Example-Set-Difference-MinusSmart Cheat Sheet Code: Example-Dictionary-DeclarationSmart Cheat Sheet Code: Example-Dictionary-Access-ItemSmart Cheat Sheet Code: Example-Dictionary-Delete-ItemSmart Cheat Sheet Code: Example-Dictionary-LengthSmart Cheat Sheet Code: Example-Dictionary-KeysSmart Cheat Sheet Code: Example-Dictionary-ValuesSmart Cheat Sheet Code: Example-Function-Print-BooksSmart Cheat Sheet Code: Example-Function-Return-ListSmart Cheat Sheet Code: Example-Random_DiceSmart Cheat Sheet Code: Example-Random-ListSolution Code: Solution-A14Solution Code: Solution-A17Solution Code: Solution-A18Solution Code: Solution-A19Solution Code: Solution-A20Solution Code: Solution-A21Solution Code: Solution-A22Solution Code: Solution-A23Solution Code: Solution-A24Solution Code: Solution-A25Solution Code: Solution-A26Solution Code: Solution-A27Solution Code: Solution-A28Solution Code: Solution-A30Good Luck!Beh