Запуск та завершення роботи


Малюнок 1

Anaconda Navigator landing page


Малюнок 2

JupyterLab landing page


Малюнок 3

JupyterLab Menu Bar


Малюнок 4

JupyterLab Left Side Bar


Малюнок 5

JupyterLab Main Work Area


Малюнок 6

Example Jupyter Notebook


Малюнок 7

Multi-panel JupyterLab


Змінні та присвоєння


Малюнок 1

Рядок кода Python, print(atom_name[0]), демонструє, що використання нульового індексу виведе лише початкову літеру, у цьому випадку ‘h’ для ‘helium’.
Рядок кода Python, print(atom_name[0]), демонструє, що використання нульового індексу виведе лише початкову літеру, у цьому випадку ‘h’ для ‘helium’.

Типи даних та їх перетворення


Вбудовані функції та довідка


Ранкова кава


Бібліотеки


Reading Tabular Data into DataFrames


Pandas DataFrames


Plotting


Малюнок 1

A line chart showing time (hr) relative to position (km), using the values provided in the code block above. By default, the plotted line is blue against a white background, and the axes have been scaled automatically to fit the range of the input data.

Малюнок 2

GDP plot for Australia

Малюнок 3

GDP plot for Australia and New Zealand

Малюнок 4

GDP barplot for Australia

Малюнок 5

GDP formatted plot for Australia

Малюнок 6

GDP formatted plot for Australia and New Zealand

Малюнок 7

GDP correlation using plt.scatter

Малюнок 8

GDP correlation using data.T.plot.scatter

Малюнок 9

Minima Maxima Solution

Малюнок 10

Correlations Solution 1

Малюнок 11

Correlations Solution 2

Малюнок 12

More Correlations Solution

Ланч


Lists


For Loops


Conditionals


Looping Over Data Sets


Післяобідня кава


Writing Functions


Variable Scope


Стиль програмування


Wrap-Up


Feedback