Day 12 - Feb 24 - Saturday
github handle - stevesanjay
gitbook public - https://stevejoe1412s-personal.gitbook.io/mylearning/
kaggle handle - /stevesanjay/
how to create gist github
crazy time for teaching python (20 mins) (content a session) creating a variable , how to print a value , Assignment Operator,arithmetic operator, datatypes .
collected founder cruncherbase URL in 20 mins(non technical )
Create a Variable
The Assignment Operator
How to Write a Comment
Strings and String Methods
• Concatenation strings (+)
• Indexing string [1]
• Slicing string [:3]
Manipulate Strings With Methods
• Removing Whitespace From a String(l,r,strip)
• Determine If a String Starts or Ends With a Particular String(startswith("ed")>true or false)
• Converting String Case(.lower(),upper().(eg STEVE, steve))
• Using Strings With Arithmetic Operators(+,-,*,/)
• Converting Strings to Numbers(using casting eg...,int("12"))
• Converting Numbers to Strings(eg,....num_pancakes = 10 "I am going to eat " + str(num_pancakes) + " pancakes.")
• Find a value(word) in a String(.find(value))
Hours spent: 7.5hrs
Last updated