Kaggle Python Course
Description
This course covers the key Python skills you’ll need so you can start using Python for data science. The course is ideal for someone with some previous coding experience who wants to add Python to their repertoire.
Who's it for?
This course is for students and working professionals looking for a free course who want to learn python from scratch but with some previous experience of coding.
Table of Content
1) A quick introduction to Python syntax, variable assignment, and numbersHello, Pythonlocal_librarycode
2) Calling functions and defining our own, and using Python's builtin documentationFunctions and Getting Helplocal_librarycode
3) Using booleans for branching logicBooleans and Conditionalslocal_librarycode
4) Lists and the things you can do with them. Includes indexing, slicing and mutatingListslocal_librarycode
5) For and while loops, and a much-loved Python feature: list comprehensionsLoops and List Comprehensionslocal_librarycode
6) Working with strings and dictionaries, two fundamental Python data typesStrings and Dictionarieslocal_librarycode
nice