MINDMAP Basic Python and SQL for Data Science

 The basics of python and SQL are the first and the main ones we have to learn.

For Python, I used    GREAT LEARNING PYHTON COURSE FREE


This course just covers all the fundamental topics to understand python.


For SQL you can choose free courses like these or many are available on youtube as well.



Mind map to study basic python for data science

   

              

         BASIC CONCEPTS

              |

     Variables and Data Types

              |

          Operators

              |

            Lists

              |

          Dictionaries

              |

            Tuples

              |

           Strings

              |

     CONTROL STRUCTURES

              |

           Conditionals

              |

             Loops

              |

           Functions

              |

           Libraries

              |

        NUMPY AND PANDAS

              |

              NumPy

              |

             Pandas

         

NOTE: Here we didn't cover more libraries such as matplotlib &seaborrn which we will cover in Exploratory data analysis (EDA).



Mind map to study basic SQL

           
                
        DATA MANIPULATION
                |
            SELECT 
                |
           FROM/JOIN
                |
           WHERE/AND/OR
                |
            GROUP BY
                |
            HAVING
                |
            ORDER BY
                |
            LIMIT/OFFSET
                |
         DATA DEFINITION
                |
            CREATE TABLE
                |
           ALTER TABLE
                |
           DROP TABLE
                |
           CONSTRAINTS
                |
         DATA CONTROL
                |
           INSERT INTO
                |
           UPDATE
                |
           DELETE FROM

Comments

Popular posts from this blog

EDA preprocessing using MYSQL steps

Mindmap for studying Fundamentals of Mathematics in Data Science

Where To Begin