├── 1_Python Basic_1_The Python Interface.py ├── 1_Python Basic_2_Any comments.py ├── 1_Python Basic_3_Python as a calculator.py ├── 1_Python Basic_4_Variable Assignment.py ├── 1_Python Basic_5_Calculations with variables.py ├── 1_Python Basic_6_Other variable types.py ├── 1_Python Basic_7_Operations with other types.py ├── 1_Python Basic_8_Type conversion.py ├── 2_Python List_10_Inner workings of lists.py ├── 2_Python List_1_Create a list.py ├── 2_Python List_2_Create list with different types.py ├── 2_Python List_3_List of lists.py ├── 2_Python List_4_Subset and conquer.py ├── 2_Python List_5_Subset and calculate.py ├── 2_Python List_6_Slicing and dicing.py ├── 2_Python List_7_Slicing and dicing (2).py ├── 2_Python List_8_Replace list elements.py ├── 2_Python List_9_Extend a list.py ├── 3_Functions-and-packages_1_Familiar functions.py ├── 3_Functions-and-packages_2_Multiple arguments.py ├── 3_Functions-and-packages_3_String Methods.py ├── 3_Functions-and-packages_4_List Methods.py ├── 3_Functions-and-packages_5_List Methods (2).py ├── 3_Functions-and-packages_6_Import package.py ├── 3_Functions-and-packages_7_Selective import.py ├── 4_NumPy_10_Average versus median.py ├── 4_NumPy_11_Explore the baseball data.py ├── 4_NumPy_12_Blend it all together.py ├── 4_NumPy_1_First NumPy Array.py ├── 4_NumPy_2_Baseball players' height.py ├── 4_NumPy_3_Baseball player's BMI.py ├── 4_NumPy_4_Lightweight baseball players.py ├── 4_NumPy_5_Subsetting NumPy Arrays.py ├── 4_NumPy_6_First 2D NumPy Array.py ├── 4_NumPy_7_Baseball data in 2D form.py ├── 4_NumPy_8_Subsetting 2D NumPy Arrays.py ├── 4_NumPy_9_2D Arithmetic.py └── README.md /1_Python Basic_1_The Python Interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_1_The Python Interface.py -------------------------------------------------------------------------------- /1_Python Basic_2_Any comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_2_Any comments.py -------------------------------------------------------------------------------- /1_Python Basic_3_Python as a calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_3_Python as a calculator.py -------------------------------------------------------------------------------- /1_Python Basic_4_Variable Assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_4_Variable Assignment.py -------------------------------------------------------------------------------- /1_Python Basic_5_Calculations with variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_5_Calculations with variables.py -------------------------------------------------------------------------------- /1_Python Basic_6_Other variable types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_6_Other variable types.py -------------------------------------------------------------------------------- /1_Python Basic_7_Operations with other types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_7_Operations with other types.py -------------------------------------------------------------------------------- /1_Python Basic_8_Type conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/1_Python Basic_8_Type conversion.py -------------------------------------------------------------------------------- /2_Python List_10_Inner workings of lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_10_Inner workings of lists.py -------------------------------------------------------------------------------- /2_Python List_1_Create a list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_1_Create a list.py -------------------------------------------------------------------------------- /2_Python List_2_Create list with different types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_2_Create list with different types.py -------------------------------------------------------------------------------- /2_Python List_3_List of lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_3_List of lists.py -------------------------------------------------------------------------------- /2_Python List_4_Subset and conquer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_4_Subset and conquer.py -------------------------------------------------------------------------------- /2_Python List_5_Subset and calculate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_5_Subset and calculate.py -------------------------------------------------------------------------------- /2_Python List_6_Slicing and dicing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_6_Slicing and dicing.py -------------------------------------------------------------------------------- /2_Python List_7_Slicing and dicing (2).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_7_Slicing and dicing (2).py -------------------------------------------------------------------------------- /2_Python List_8_Replace list elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_8_Replace list elements.py -------------------------------------------------------------------------------- /2_Python List_9_Extend a list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/2_Python List_9_Extend a list.py -------------------------------------------------------------------------------- /3_Functions-and-packages_1_Familiar functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_1_Familiar functions.py -------------------------------------------------------------------------------- /3_Functions-and-packages_2_Multiple arguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_2_Multiple arguments.py -------------------------------------------------------------------------------- /3_Functions-and-packages_3_String Methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_3_String Methods.py -------------------------------------------------------------------------------- /3_Functions-and-packages_4_List Methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_4_List Methods.py -------------------------------------------------------------------------------- /3_Functions-and-packages_5_List Methods (2).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_5_List Methods (2).py -------------------------------------------------------------------------------- /3_Functions-and-packages_6_Import package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_6_Import package.py -------------------------------------------------------------------------------- /3_Functions-and-packages_7_Selective import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/3_Functions-and-packages_7_Selective import.py -------------------------------------------------------------------------------- /4_NumPy_10_Average versus median.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_10_Average versus median.py -------------------------------------------------------------------------------- /4_NumPy_11_Explore the baseball data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_11_Explore the baseball data.py -------------------------------------------------------------------------------- /4_NumPy_12_Blend it all together.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_12_Blend it all together.py -------------------------------------------------------------------------------- /4_NumPy_1_First NumPy Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_1_First NumPy Array.py -------------------------------------------------------------------------------- /4_NumPy_2_Baseball players' height.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_2_Baseball players' height.py -------------------------------------------------------------------------------- /4_NumPy_3_Baseball player's BMI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_3_Baseball player's BMI.py -------------------------------------------------------------------------------- /4_NumPy_4_Lightweight baseball players.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_4_Lightweight baseball players.py -------------------------------------------------------------------------------- /4_NumPy_5_Subsetting NumPy Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_5_Subsetting NumPy Arrays.py -------------------------------------------------------------------------------- /4_NumPy_6_First 2D NumPy Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_6_First 2D NumPy Array.py -------------------------------------------------------------------------------- /4_NumPy_7_Baseball data in 2D form.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_7_Baseball data in 2D form.py -------------------------------------------------------------------------------- /4_NumPy_8_Subsetting 2D NumPy Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_8_Subsetting 2D NumPy Arrays.py -------------------------------------------------------------------------------- /4_NumPy_9_2D Arithmetic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wnagesh/Datacamp-Intro-to-Python-For-Data-Science/HEAD/4_NumPy_9_2D Arithmetic.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Datacamp-Intro-to-Python-For-Data-Science --------------------------------------------------------------------------------