Skip to content

rotes for learn Python class taught at to fellow women at Princeton OIT

Notifications You must be signed in to change notification settings

akinom/learn-prgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resources

Python Docs

https://docs.python.org/3/#

make sure to choose right version in upper left corner

in upper right you can search (eg string)

Working with Strings

Search for String on the python Doc page. It is a big long page. Most useful to start with:

  1. split
  2. join
  3. find and its variants
  4. index (since a string is an array)
  5. replace
  6. strip and variants
  7. isnumeric
  8. isspace

About

rotes for learn Python class taught at to fellow women at Princeton OIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published