Skip to content
logo
Read more about the article Big O Notation – Analysis of Time and Space Complexity

Big O Notation – Analysis of Time and Space Complexity

  • Post author:Anam
  • Post published:April 9, 2023
  • Post category:Python

When we develop an algorithm, we need to analyze its performance. We need to compare the efficiency of different solutions to a problem. There are two important criteria to analyze…

Continue ReadingBig O Notation – Analysis of Time and Space Complexity
Read more about the article Numbers in Python: Everything you should clearly know as a beginner.

Numbers in Python: Everything you should clearly know as a beginner.

  • Post author:Anam
  • Post published:March 3, 2023
  • Post category:Python

In Python, there are three types of numeric data: integers, floating-point numbers, and complex numbers. my_number = 7 # int my_float = 7.0 # float my_complex = 5+7j # complex…

Continue ReadingNumbers in Python: Everything you should clearly know as a beginner.
Read more about the article Strings in Python : Everything you should clearly know as a beginner.

Strings in Python : Everything you should clearly know as a beginner.

  • Post author:Anam
  • Post published:February 23, 2023
  • Post category:Python

Variables that hold text are of string data type. Strings are sequences of characters. For example, "coder" is a string containing sequence of characters 'c', 'o', 'd',' e' and 'r'.…

Continue ReadingStrings in Python : Everything you should clearly know as a beginner.
Read more about the article Variables in Python : Everything you should clearly know as a beginner.

Variables in Python : Everything you should clearly know as a beginner.

  • Post author:Anam
  • Post published:February 22, 2023
  • Post category:Python

What are variables? Variables are the most basic building block of a program. A program usually contains instructions to tell the computer what to do, as well as data that…

Continue ReadingVariables in Python : Everything you should clearly know as a beginner.
Read more about the article Python Project: Intelligent Voice Assistant in 30 mins using Speech Recognition

Python Project: Intelligent Voice Assistant in 30 mins using Speech Recognition

  • Post author:Anam
  • Post published:October 15, 2022
  • Post category:Python

A voice assistant is a form of artificial intelligence that recognizes and responds to voice commands. You can find them on smartphones, desktops, smartwatches, and other devices. Alexa, Siri, Google…

Continue ReadingPython Project: Intelligent Voice Assistant in 30 mins using Speech Recognition
  • Go to the previous page
  • 1
  • 2
Copyright - OceanWP Theme by OceanWP