4Geeks logo
About us

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.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

Social & live learning

The most efficient way to learn: Join a cohort with classmates just like you, live streams, impromptu coding sessions, live tutorials with real experts, and stay motivated.

Learn String concatenation

Lessons, exercises, and projects about String concatenation

Browse our list of curated database of projects, exercises, and lessons to learn String Concatenation

  • python

  • string-concatenation

How to Split a String in Python

Knowing how to manipulate strings this way will be of great use to us in our programming journey. In this article, we will dive into the many ways how to split a string in Python.

Read article
  • python

  • string-concatenation

Working with or manipulating strings with Python

String concatenation is the Web Developer's bread and butter, our job is to concatenate strings to create HTML/CSS documents programmatically

Read lesson