Jump to content
JohnLM

How do I "Import" Libraries using Python4Delphi?

Recommended Posts

As part of my learning of Python and using Python4Delphi as the learning real-time GUI tool, I came across a youtube tutorial video where the person was calling the following Import libraries: 

import pandas as pd
import matplotlib.pyplot as plt
import networkx as nx

In other learning python projects I have imported some libraries successfully.   The ones above are not avail on my laptop.  So I am guessing that I have to download them. 

 

1. Where can I download them from?

2. and where (hdd folder) do I download them to on my laptop?

 

Please note: that I am not using any official Python IDE GUI app.  I am using Python4Delphi and building a small IDE for it and am using that as the IDE GUI app to run python code and/or test and run python lessons with. 

 

Edited by JohnLM

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×