Python, Java,C#, C++ & C Programming Practices For Beginners
Supercharge your software programming skill with best practices in Python, Java, C#, C++ & C. 5 Programming Courses in 1
Created by Emenwa Global, Zoolord Academy
30-Day Money-Back Guarantee
What you'll learn
- You will build lots of projects that will help to strengthen your skill in C, C++, C#, Java and Python language programming in this course
- You will implement programs to master operators such as Arithmetic, Relational, Logical, Bitwise operators and so on
- You will implement programs to master decision statements such as if statement, if else statement, else if statement etc
- You will implement programs to master loop systems such as for loop, while loop and do while loop
- Go through the course curriculum to see the rich projects you will execute in this course
Course content
5 sections • 547 lectures • 60h 13m total length
- Preview03:27
- Preview04:13
- Preview04:23
- 04:21Python Practice 3. How to check for Greatest of 3 Numbers
- 03:30Python Practice Practice 4. How to check for divisibility of a Number
- 03:10Python Practice 5. How to convert from Celsius to Fahrenheit
- 02:55Python Practice 6. How to convert from Fahrenheit to Celsius
- 06:47Python Practice 7. How to create a simple Thermometer
- 06:48Python Practice 8. How to calculate Mass, Density and Volume
- 07:05Python Practice 9 How to determine the quadrant of a point
- 05:02Python Practice 10. How to determine if a Triangle exist
- 02:28Python Practice 11. How to check for Leap year
- 05:26Python Practice 12. How to check if a point belongs to Circle
- 07:43Python Practice 13. How to create quadratic Equation
- 08:07Python Practice 14. How to make guess of Random number
- 02:15Python Practice 15. How to print out the ASCII Table
- 03:14Python Practice 16. How to create a Multiplication Table using while loop
- 02:01Python Practice 17. How to create Multiplication Table using for loop
- 04:17Python Practice 18. How to convert from base 2 to 9
- 09:50Python Practice 19. How to build a simple Calculator
- 03:11Python Practice 20. Number of digits in an Integer
- 04:16Python Practice 21. How to get Sum and Product of digits
- 10:52Python Practice 22. How to make a Binary search of number in an array
- 04:40Python Practice 23. How to sum of N series of an element
- 04:24Python Practice 24. How to get value of Even and Odd digits
- 02:31Python Practice 25. How to get a Factorial using a while loop
- 03:06Python Practice 26. How to get Factorial using for loop
- 03:15Python Practice 27. How to create a Fibonacci Sequence
- 04:10Python Practice 28. How to get the value of Fibonacci Element
- 03:43Python Practice 29. How to get find the Greatest Common Divisor
- 06:04Python Practice 30. How to maximum value of a floating point number
- 06:27Python Practice 31. How to get Prime and Complex Numbers
- 09:41Python Practice 32. Quadratic Equations at specified Range of Coefficient
- 04:08Python Practice 33. How to Reverse Numbers
- 03:15Python Practice 34. How to expand Strings of Alphabet
- 05:26Python Practice 35. How to Replace a Substring of a String
- 07:14Python Practice 36. How to select Integers from String
- 07:07Python Practice 37. How to sort words according to their length
- 04:12Python Practice 38. How to find the longest word in a String
- 04:48Python Practice 39. How to get Percentage of Uppercase and Lowercase
- 03:19Python Practice 40. How to check for String Palindrome
- 03:34Python Practice 41. How to generate Random numbers using Arrays
- 04:22Python Practice 42. How to get the Maximum Element in an Array
- 03:31Python Practice 43. How to get the Minimum Element in an Array
- 04:12Python Practice 44. How to get the Number of Even and Odd numbers
- 05:22Python Practice 45. How to get Positive numbers out of Negative Numbers
- 05:29Python Practice 46. How to get numbers greater than the average of an Array
- 05:00Python Practice 47. How to Replace listitems with -1, 0, 1
- 05:04Python Practice 48. How to check for File Extension
- 07:32Python Practice 49. How to remove symbols from Text
- 02:20Python Practice 50. How to get Intersection of list using for loop
- 02:17Python Practice 51. Simple Intersection of List
- 06:52Python Practice 52. Longest ordered sequence in ascending order
- 05:52Python Practice 53. How to get the most occurrent Element
- 04:40Python Practice 54. How to bubble sort elements of an Array
- 05:46Python Practice 55. How to sort Array using Selection sorting
- 04:30Python Practice 56. How to generate Matrix of Random numbers
- 09:42Python Practice 57. How to get the rows & columns with maximum sum of elements
- 08:10Python Practice 58. Sum items in rows and columns of elements
- 06:26Python Practice 59. How to sum diagonals of a Matrix
- 06:48Python Practice 60. How to interchange the principal diagonals of matrix
- 07:24Python Practice 61. How to sort columns of element by sorting the first row
- 10:47Python Practice 62. How to check rows and columns that has particular element
- 04:04Python Practice 63. How to generate beautiful Unicode
- 06:43Python Practice 64. How to get prices of products
- 03:34Python Practice 65. How to make list of dictionary using 2 Lists
- 02:38Python Practice 66. How to delete dictionary item
- 03:52Python Practice 67. Return value of 2 Arguments using function
- 04:54Python Practice 68. How to fill List
- 05:40Python Practice 69. How to get the Arithmetic mean of a List
- 04:14Python Practice 70. How to generate Fibonacci sequence using Function
- 02:52Python Practice 71. How to get Fibonacci value using recursion
- 02:29Python Practice 72. How to get Factorial using recursion
- 04:06Python Practice 73. How to get the LCM
- 03:06Python Practice 74. How to Reverse Word Sequence
- 07:31Python Practice 75. How to search for Binary numbers
- 05:35Python Practice 76. How to make a ring shift or recycle items of a list
- 05:20Python Practice 77. How to Read Text
- 04:03Python Practice 78. How to use Read Method
- 04:50Python Practice 79. How to use ReadLine Method
- 02:38Python Practice 80. How to use ReadLines Method
- 07:36Python Practice 81. How to Write to File
- 08:13Python Practice 82. How to Read Text from File to Dictionary
- 07:18Python Practice 83. How to count Number of Lines, Words & Letters in a text file
- 03:48Python Practice 84. How to capture String Errors
- 03:55Python Practice 85. How to check for non existence of number
- 04:56Python Practice 86. How to display Error message for non existed files
- 03:17Python Practice 87. How to get Division by Zero error
- 05:14Python Practice 88. How to get Index out of Exception
- 03:33Python Practice 89. How to Raise Exceptions
- 06:51Python Practice 90. How to use classes and constructor
- 01:51Python Practice 91. How to fill a list with natural Numbers
- 03:57Python Practice 92. How to fill a list with Random Numbers
- 02:12Python Practice 93. How to select Even Numbers from list
- 02:15Python Practice 94. How to create List from Dictionary
- 01:43Python Practice 95. How to unpack Matrix into one level list
- 02:56Python Practice 96. Read Data from file into Lines and Characters
- 04:20Python Practice 97. How to calculate the Orbital speed
- 04:07Python Practice 98. Sum of a Random of 3 digit numbers
- 04:54Python Practice 99. How to calculate Area & Perimeter of Right Angle Triangle
- 03:55Python Practice 100. How to get Total Surface Area of a Cylinder