Open in app
Home
Notifications
Lists
Stories

Write
Aditya Daria
Aditya Daria

Home
About

May 21

Git commands cheatsheet for your next interview

In the article below I will be covering the basic commands to get started with git. These are mostly asked in the interviews as well. Common Commands (All commands should be run without the <> brackets) git log shows commit ids. The latest commit is at the top. git log…

Git

5 min read

Git commands cheatsheet for your next interview
Git commands cheatsheet for your next interview

May 14

100+ Linux commands and their explanation

Basic Linux commands → ls-al: Lists files and directories with detailed information like permissions, size, owner, etc. → ls: Lists all files and directories in the present working directory → ls-R: Lists files in sub-directories as well → ls-a: Lists hidden files as well → cd or cd ~: Navigate…

Linux

4 min read

100+ Linux commands and their explanation
100+ Linux commands and their explanation

May 14

Python for Data Science — List Operations and Methods

List Methods I covered creating, accessing, and slicing lists in my previous article. You can access the article here. You haven’t gained an understanding of list methods yet, but it is essential to cover them now. …

Python

4 min read

Python for Data Science — List Operations and Methods
Python for Data Science — List Operations and Methods

Apr 17

Python for Data Science — All about Lists

Learning About Lists Lists are the most commonly used data structure. Think of it as a sequence of data that is enclosed in square brackets and data are separated by a comma. Each of these data can be accessed by calling its index value. A list is a mutable sequence that is typically…

Python

4 min read

Python for Data Science — All about Lists
Python for Data Science — All about Lists

Apr 17

Basics of Python for Data Science — Part Two

I have covered Python Basics — Part One here so if you have not read it already please do before you go through this article. Bitwise Operators :

Python Basics

3 min read

Python Basics — Part Two
Python Basics — Part Two

Apr 10

Basics of Python for Data Science— Part One

Hello and welcome to Python Basics. Hope the sessions help you understand why so many professional developers are inclined towards Python and how you can use it for your own projects. These lessons are targeted at beginners who are either starting with no programming experience whatsoever or who know a…

Python

3 min read

Python Basics — Part One
Python Basics — Part One
Aditya Daria

Aditya Daria

Data Science Enthusiast. https://www.linkedin.com/in/adityadaria/

Following
  • TDS Editors

    TDS Editors

  • Sigli Mumuni

    Sigli Mumuni

  • Dario Radečić

    Dario Radečić

  • Destin Gong

    Destin Gong

  • V Hanuman Kumar, PhD

    V Hanuman Kumar, PhD

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable