• Profile
  • Resume
  • Portfolio
  • Blog
Avatar

Nelson Silva

A human. Being. Coffee lover.

Blog

I Write My Thoughts Here

September 29, 2021 Python

while Loop in Python

In this post, you will learn how to work with the while loop so that you can use that same knowledge and thus evolve. a cycle allows executing an instruction or a set of instructions several times; the while loop iterates according to a certain...

September 28, 2021 Python

for Loop in Python

In this post, you will learn how to work with the for loop so that you can use that same knowledge and thus evolve. a cycle allows executing an instruction or a set of instructions several times; the for loop iterates depending on the items...

September 27, 2021 Python

Comparison Operators in Python

In this post, you will learn how to work with comparison operators so that you can use that same knowledge and thus evolve. == Equal != Different > Greater < Smaller >= Greater and equal <= Smaller and equal and And or Or x =...

September 24, 2021 Python

if, elif and else in Python

In this post, you will learn how to work with decisions (if, elif and else) so that you can use that same knowledge and thus evolve. ''' (if) condition is true: the code inside the if is executed (elif) condition is true (elif only occurs...

September 23, 2021 Python

Lists in Python

In this post, you will learn how to work with lists so that you can use that same knowledge and thus evolve. a list is an ordered set of values, where each value is identified by an index; the values that make up a list...

September 22, 2021 Python

input() function in Python

In this post, you will learn how to work with the input() function so that you can use that same knowledge and thus evolve. the input() function has as main objective to “extract” information given by the user; in short, this same function serves to...

← Page 26 of 28 →

Categories

  • Announcements
  • Python
  • C#
  • Java
  • Go

Latest Posts

  • for Loop in Go
    May 5, 2022
  • Switch in Go
    May 4, 2022
  • Comparison Operators in Go
    May 3, 2022
+351913416022
contact@nelsonsilvadev.com
Porto, Portugal
Nelson Silva © 2022 All Rights Reserved