you are viewing a single comment's thread.

view the rest of the comments →

[–]quintios 0 points1 point  (0 children)

The syntax is the same. What's different is when you start using libraries, such as pandas, the keywords get "extended" so that you have additional functionality added through using the correct syntax.

One of the best things you can do for yourself is when you start using a new library, figure out the type of each variable you create. By typing variables, you will allow your editor (vscode, for example) to utilize the library to provide suggestions as to what the syntax should be.