Skip to content
  • Home
  • Contact Us
  • About Us
  • Privacy Policy
  • DMCA
  • Linkedin
  • Pinterest
  • Facebook
thecscience

TheCScience

TheCScience is a blog that publishes daily tutorials and guides on engineering subjects and everything that related to computer science and technology

  • Home
  • Human values
  • Microprocessor
  • Digital communication
  • Linux
  • outsystems guide
  • Toggle search form

Category: coding problems

How to Delete a git branch remote/local branch

In this article, we are going to learn about how to delete a git branch Locally and Remotely. How to Delete a remote branch To delete a branch on the origin remote repository, you can use Git version 1.5.0 and newer. git push origin : <branchName> you can delete a remote branch using git push…

Read More “How to Delete a git branch remote/local branch” »

coding problems

How to use for loop inside a list in python

In this article, we will understand using the for loop inside the list in python programming. Let’s understand this concept step by step. Let’s say we have a list “squares_values = []” and we want to append some data. let’s say wish to add 10 square values to it. so using the code we can…

Read More “How to use for loop inside a list in python” »

coding problems

Copyright © 2023 TheCScience.

Powered by PressBook Grid Blogs theme