Home » About

Pankaj Singh

Sr. Technical Content Writer @ IncludeHelp

His submissions

Python

  1. Python | Input two integers and find their addition
  2. Python | Printing different messages by using different variations of print() method
  3. Python | Printing different values (integer, float, string, Boolean)
  4. Python | Declare different types of variables, print their values, types and Ids
  5. Python | Input age and check eligibility for voting
  6. Python | Calculate discount based on the sale amount
  7. Python | Some of the examples of simple if else
  8. Python | Find largest of three number using nested if else
  9. Python | Calculate discount based on the sale amount using Nested if else
  10. Loops in Python
  11. Python | Example of Ternary Operator
  12. Python | Design a simple calculator using if elif (just like switch case)
  13. Python | Demonstrate an Example of break statement
  14. Python | Demonstrate an Example of continue statement
  15. Python | Demonstrate an example of for loop
  16. Python | Demonstrate an example of for each loop
  17. Python | Examples of loops (based on their control)
  18. Python | Some of the Examples of loops
  19. Python | Demonstrate an Example of pass statement
  20. Python | Different ways to define and call user-defined functions
  21. Python | Function classifications on the basis of parameters and return values
  22. Python | Types of function calling with Examples
  23. Python | Types of parameters
  24. Python | Function as data type (Explain: First class, Closure)
  25. Python | Lambda function with Example
  26. Python | Lambda and map() with Example
  27. Python | Lambda and filter() with Example
  28. Python | Lambda and reduce() with Example
  29. Python | Example of function as argument
  30. Python | Example of function as return value
  31. Python | Create Employee Class
  32. Python | Create Employee Class with Constructor and Destructor
  33. Python | How to create Modules (Example of Modules)?
  34. Python | How to create Packages (Example of Packages)?
  35. Python | Create Employee class with some attributes and methods
  36. Python | Example to implement destructor and constructors using __del__() and __init__()
  37. Python | Example to implement Getters and Setters in a class
  38. Python | Implementing setters and getters with the help of properties
  39. Python | Implement Abstraction using Abstract class
  40. Python | Implement Interface using class
  41. Python | print the file content along with the filename
  42. Python | Read file from given index (Example of tell() and seek())
  43. Python | Input data from the user, save to the file, read and print
  44. Example of single inheritance in Python
  45. Example of inheritance with two child (derived) classes in Python
  46. Example of multiple inheritance in Python
  47. Example of multilevel inheritance in Python
  48. Example of hierarchical inheritance in Python
  49. Python program to calculate student grade

JavaScript

  1. JavaScript | Code to declare an array and print using for loop
  2. JavaScript | Code to declare an array and print using for each loop
  3. JavaScript | Code to declare an array and assign the elements using array indexing
  4. JavaScript | Common properties and methods of Array
  5. JavaScript | Some of the examples of user-defined functions
  6. JavaScript | Demonstrate the example of call by value in function
  7. JavaScript | Function call example with given number of arguments and less arguments
  8. JavaScript | Function with default value
  9. JavaScript | Code to input age and check person is eligible for voting or not
  10. JavaScript | Example of Ternary Operator
  11. JavaScript | Looping Examples/Programs
  12. JavaScript | Example of jumping statement (break, continue)
  13. JavaScript | Example of if with else
  14. JavaScript | Example of if else if
  15. JavaScript | Input value from the user using prompt
  16. JavaScript | Example of Nested if

Django

  1. Django | How to create first Web Application?
  2. Django| How to create Landing Page (First Page)?
  3. Django | Creating and Using Templates
  4. Django | Creating and Using MasterPages
  5. How to use Static Data in Django?
  6. Implement CSS on an App | Django

C#

  1. C# | Print numbers from 1 to 15 using while loop
  2. C# | Print numbers from 1 to 15 using do while loop
  3. C# | print type, max and min value of various data types
  4. C# | Design a simple calculator using if else if statements
  5. C# | Design a simple calculator using switch case statement
  6. C# | different types of one dimensional array declarations
  7. C# | printing an integer array using foreach loop
  8. C# | different types of two dimensional array declarations
  9. C# | Two dimensional array with fixed row size and variable columns size



Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.