Skip to content
Logo of ComputerScienceHub.io
Search
  • Home
  • Topics
    • Python
    • javaScript
    • C# Programming Language
    • SQL Programming Language
    • .Net Framework
    • Data Science
    • Machine Learning
    • Software
    • Coding MCQ
    • Interview Preparation
      • Data Science Interview
      • Python Interview
      • Numpy Interview
      • Pandas Interview
      • Scipy Interview
      • Matplotlib Interview
  • About Computer Science Hub
  • Contact

Posts by Gagan

link to Python | Swapping Characters in a String

Python | Swapping Characters in a String

Strings in Python are just sequence of characters, but these are immutable meaning once created cannot be changed. For example - A string "ComputerScienceHub" once created in the program, characters...

Continue Reading
link to Python | Swapping Two Strings

Python | Swapping Two Strings

If you've string variables let's say x, y having values as "Computer" and "Science" respectively.x = "Computer"y = "Science"Now you want to swap x string with y string. Means now you want x to be...

Continue Reading
link to Python | Swapping Elements in a List

Python | Swapping Elements in a List

Python Lists are Mutable Objects, meaning these once created can be changed. For example - In a Python Program if there is a list [10, 29, 28] then it can be changed to [10, 28] or to some other...

Continue Reading
link to Swapping Two Variables Using Python

Swapping Two Variables Using Python

In Python values of two variables can be easily swapped with each other. For example - If there is a variable x = 10 and other one y = 5 then swapping values of x, y variables with each other and...

Continue Reading
link to Python | Solve Quadratic Equation If Determinant is Negative

Python | Solve Quadratic Equation If Determinant is Negative

Quadratic equations are defined as ax2 + bx + c = 0 where a, b, c are Real Numbers(or Complex Numbers) and x is a variable. In High School for solving quadratic equations a formula is...

Continue Reading
link to Solving Quadratic Equation Using Python

Solving Quadratic Equation Using Python

Quadratic equations are defined as ax2 + bx + c = 0 where a, b, c are Real Numbers(or Complex Numbers) and x is a variable. In High School for solving quadratic equations a formula is taught to...

Continue Reading
« PREV Page 1 … Page 5 Page 6 Page 7 Page 8 Page 9 … Page 17 NEXT »

About the Author

Hi, there I'm founder of ComputerScienceHub(Started this to bring useful Computer Science information just at one place). Personally I've been doing JavaScript, Python development since 2015(Been long) - Worked upon couple of Web Development Projects, Did some Data Science stuff using Python. Nowadays primarily I work as Freelance JavaScript Developer(Web Developer) and on side-by-side managing team of Computer Science specialists at ComputerScienceHub.io

  • Privacy Policy
© 2021 Copyright Computer Science Hub