Material for the talk on Python language basics
##Resource list to get you started :
- [Automate the Boring Stuff with Python] (https://automatetheboringstuff.com/) - (Personally, this is the best resource out there. Trust me.)
##Videos :
- [Google's Python developer class] (https://www.youtube.com/watch?v=tKTZoB2Vjuk&list=PLC8825D0450647509)
##Practice Problems
##IDE and Text Editors :
- PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- Sublime Text - Sublime Text is a sophisticated text editor for code, markup and prose.
- Anaconda- Anaconda is a completely free Python distribution.It includes more than 300 of the most popular Python packages for science, math, engineering, and data analysis.
##VirtualEnv ( HIGHLY reccommended you start using this ASAP)
##Other Curated Lists :