• Profile
  • Resume
  • Portfolio
  • Blog
Avatar

Nelson Silva

A human. Being. Coffee lover.

Blog

I Write My Thoughts Here

November 4, 2021 C#

Creation and Structure in C#

In this post, you will not learn how to create a project and/or make the entire structure of it understandable, however, all this knowledge is fully available in the video below (everything is very detailed so you can understand everything). explain the creation of a...

November 3, 2021 C#

Introduction to C#

An IDE (Integrated Development Environment), which translated means, Integrated Development Environment, is a program that integrates the various tools needed for software development helping this entire process. in short, its main function is to help the programmer edit the code that will be used to...

November 2, 2021 Python

Bitwise Operators in Python

In this post, you will learn how to work with bitwise operators so that you can use that same knowledge and thus evolve. bitwise operators operate one bit at a time and having a sense of what the binary code is is important; 1 True...

October 29, 2021 Python

map in Python

In this post, you will learn how to work with map so that you can use that same knowledge and thus evolve. the map function aims to map several data at once, returning a list referring to that same mapping. ''' print(pow(2, 12)) print(pow(3, 13))...

October 28, 2021 Python

Lambda in Python

In this post, you will learn how to work with lambda so that you can use that same knowledge and thus evolve. lambda is used in the creation of anonymous functions and these are so called because they are not declared with the term β€œdef”;...

October 27, 2021 Python

Multiple Inheritance in Python

In this post, you will learn how to work with multiple inheritance so that you can use that same knowledge and thus evolve. inheritance is a mechanism by which a class (subclass) can extend another class (superclass) to take advantage of its possible variables (attributes)...

← Page 22 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