4Geeks logo
4Geeks logo

Courses

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Coding Bootcamp

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Full-Stack Software Developer - 16w

Data Science and Machine Learning - 16 wks

Search from all Lessons


LoginGet Started

How To's

  • Javascript

  • Arrays

How to use the Javascript Array Clear method?

Learn how to effectively utilize the Clear method in JavaScript arrays to simplify array management. Discover the syntax, functionality, and practical examples.

Read article
  • Javascript

  • Arrays

How to get the last element of an Array in Javascript?

Learn different techniques to retrieve the last element of an array in JavaScript. You can access the last element by using the length property of arrays.

Read article
  • Javascript

  • Arrays

How to use the Javascript array some method?

Master the Javascript Array Some method with our comprehensive guide. Learn how to use this powerful tool for testing array elements and streamlining your code.

Read article
  • Python

  • strings

How to concatenate Strings on Python

Learn how to concatenate strings in Python efficiently. Explore string manipulation techniques and enhance your coding skills today!

Read article
  • Javascript

  • Regular Expression

  • Java

RegEx for whitespaces

On RegEx for whitespaces we'll be discussing the different ways to detect whitespaces using regular expressions. RegEx has more than one way to search in a given text for these characters and we'll be giving an example with the most used one

Read article
  • Data Science

  • Python

  • Machine Learning

What is float in python?

A float type variable is used to store real numbers with fractions (or floating point numbers). The float() method returns a float number from any received integer, numeric string or even a boolean!

Read article
  • GitHub

  • git

How to clone a github repository

Cloning is the fastest way to download a project or code, in this lessons we will explain how to clone and the difference it has with forking

Read article
  • Python

  • python-methods

How to Round in Python?

Learn different methods to round numbers in Python. Discover techniques to round to a specific decimal place, nearest integer, or with custom precision. The most common method used is the round() method.

Read article
  • Javascript

  • Arrays

How to use the Javascript Array method Every?

Learn how to effectively use the Every method in JavaScript arrays. Discover its features, syntax, and practical examples to optimize your coding skills and data manipulations.

Read article
  • Javascript

  • Arrays

How to find the interception of Arrays in Javascript?

Learn how to find the intersection of two or more arrays in Javascript. Discover different methods for finding common elements and optimizing your code.

Read article
  • Python

How to exit Python in terminal

Exiting Python from the terminal can be achieved in 3 different ways. The exit and quit commands will exit Python and you can as well exit by using keyboard shortcuts such as ctrl+z and ctrl+d on Windows and Unix Based Systems respectively

Read article
  • Conditions

  • Python

What does a double equal sign mean in Python?

Learn the meaning of the double equal sign in Python. Explore how it works for equality comparison and make your code more powerful.

Read article
  • Python

  • The Command Line

How to update Python version?

On this step-by-step guide you'll find how to update python version on all mayor Operating Systems (Windows, MacOS and Linux) making use of Chocolatey, Homebrew and Deadsnakes as well with the option to download and install from python.org

Read article
  • Node

  • nvm

  • windows

How to install NVM on Windows

Learn how to install NVM on Windows effortlessly! Switch between Node.js versions with ease. Master your development environment today!

Read article
  • Javascript

  • Arrays

How to use the Javascript Fill Method?

Learn how to effectively use the Fill method in JavaScript arrays. Explore its syntax, parameters, and practical examples to efficiently populate arrays.

Read article
  • Javascript

  • node.js

  • windows

How to install javascript?

Every good web developer needs to run Javacript on it's developing machine, here's how to make your System Javascript ready.

Read article
  • Javascript

  • jsx

How to use the slice method of Arrays in Javascript?

Master the art of slicing arrays in JavaScript with our comprehensive guide. Learn how to extract, copy, and modify array elements like a pro. Enroll now!

Read article
  • Python

How to square a number in python

On how to square a number in Python we explore different ways that includes pow(), math.pow, the power operator (**) as we create as well our own function to receive exactly this squared value

Read article
  • Python

  • git

How to comment multiple lines in Python

In Python, the # symbol is used for commenting a single line of code. It´s possible to use this character to comment multiple lines, but you'll need to put one by one. If we want to comment multiple lines in a more simple way, then we use the 'docstring' method.

Read article
  • Javascript

  • Java

What is the difference between Java and Javascript?

Java and Javascript are completely different programming languages even though people gets confused a lot.

Read article
Load more...