Job description
I am looking for a person who would write 7 lessons on programming in Python 3. They should be structured in such a way that first there is a theory with detailed examples which would take about 90 minutes to show, and then some programming exercises also for about 90 minutes of work.
Lessons should first cover the basics of Python, assuming a person sees it for the first time, and end with elements of statistical data analysis and natural language processing in a business context. Sample topics could be (but need not be) as follows:
- introduction to Python - basics
- conditional instructions
- iterative instructions
- Statistical analysis of data - introduction
- Statistical data analysis - further part (I suggest using some libraries and introducing visualization, maybe also some predicates?)
- introduction to NLP - maybe NLTK and Spacy library
- sentiment analysis - maybe based on sales comments ?