Posts

Showing posts from June, 2024

Jupyter Notebook

Image
  Introduction to Jupyter Notebook A Jupyter Notebook is an open source web application that allows data scientists to create and share documents that include live code, equations, and other multimedia resources. Use of Jupyter Notebook: Jupyter notebooks are used for all sorts of data science tasks such as exploratory data analysis (EDA), data cleaning and transformation, data visualization, statistical modeling, machine learning, and deep learning. Advantage of Using Jupyter Notebook: Useful for "showing the work" through a combination of code, markdown, links, and images. Jupyter notebooks can also be converted to a number of standard output formats (HTML, PowerPoint, LaTex, PDF, Restructured Text, Markdown, Python) Working of Jupyter Notebook Step 1) Open Jupyter Notebook from apps. step 2) In your default browser a web page will open like this and default directory will be C drive of your system.   Step 3) If you want to run and save your code in other directory then fol...

What is Python?

Image
What is Python?                                                                          Python is high-level, general-purpose and a very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting edge technology in Software Industry. Advantages of Python Works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Simple syntax similar to the English language. Syntax that allows developers to write programs with fewer lines than some other programming languages. Runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. Supports functional and structured programming methods as well as OOP. Provides very high-level...

Introduction to Data Science?

Image
Topics Introduction to Data Science Introduction to Programming Introduction to Python: Installation and Running Jupyter Notebook Running .py file from terminal Google Colab Introduction to Data Science?               Why Data Science? Every year, the world creates huge amounts of data that's only accelerating. Company now have access to unprecedented amounts of data, which they need to process and understand. Data scientists are responsible for transforming this growing ocean of data into valuable and actionable information. The Bureau of Labor Statistics projects 31.4 percent employment growth for data scientists between 2020 and 2023. In that period, an estimated 19,800 Jobs should open up. Top Skills for Data Scientists Programming DBMS ( Database Management System ) Mathematics and Statistics Data Visualization Machine learning Deep Learning Communication Skills Roles and Responsibilities On a more technical level, the core job resp...