dime-python-training
dime-python-training copied to clipboard
DIME's Python Training for advanced R/Stata users
https://github.com/worldbank/dime-python-training/blob/31ed34d7053eedbf5b73bc4af22c2f819ca607a9/I%20-%20Introduction/slides/intro-to-python-CE-part2.tex#L110 Practically there are some considerations when it comes to scraping that might worth highlighting: - Error handling – if unhandled, this could stop/crash scraper scripts and lose data already...
https://github.com/worldbank/dime-python-training/blob/31ed34d7053eedbf5b73bc4af22c2f819ca607a9/I%20-%20Introduction/slides/intro-to-python-CE-part1.tex#L566-L635 Given how commonly [list comprehension](https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions) is used in python, I think it's worth introducing the syntax – the objective is perhaps not for the audience to write in such...
@BelenMichel @kbjarkefur I'm drafting here some ideas of what we should include in the Intro II session. This is after having reviewed the Intro I session as of March 03...