Data types and casting in python

Опубликовано: 16 Апрель 2026
на канале: Code Stacks
70
11

Welcome back guys, In this video, we talked about different data types,
random module and some operations in strings

Check out the full playlist-
   • Python Full Stack Course For Beginners  

Link of W3schools for python-
https://www.w3schools.com/python/defa...

Mini Challenge Solution-
a = "Hello world"
There are 2 ways to print out the "Hello"
print(a[:5])#all items from 0 up un until 5 index(6th place) and not including 5 index
print(a[:-6])#Everything before -6 (i.e the blank space) will be printed


For any queries -
Either comment in the section below(which is not dead like me!!)
Contact me on my mail - [email protected]
Join my Discord Server -   / discord  

--Navneet



#pythontutorials #pythonforbeginners #pythonprogramming #pythongaming #pythonfullcourse #pythonprojects #pythonsnake #pythontutorialsforbeginners #pythoninterviewquestions #CodeStacks #PythonforBeginners #PythonComputerVision #PythonNLP #PythonSpeechRecognition #PythonTkinter #PythonGUI #PythonTurtle #PythonGames #PythonDataScience #Numpy #Pandas #MatplotLib