file structure #34
Replies: 1 comment
-
Hi @AmbassadorWEB3, Welcome to the python world! You will see that it is one of the programming language with the most developped library ecosystem. Here is a small step by step tutorial for you. Anaconda installationTo manage differents environnements (ide different python version and/or potentially conflicting libraries) most begginners tends to use Anaconda as it is simple to use. Environement creationto create a new environment that we will name scanwatch_env, enter the command in a terminal:
to use this environment, you will need to activate it every time you open a new terminal. Let's do that now:
You should see the name of the environment on the left of your terminal. ScanWatch intstallationInstall the package with pip:
Jupyter installationTo play around with the data, I would recommand using a jupyter notebook, it would be easier to begin with.
Package utilisationCopy the file shared at the bottom of this message, uncompress and past it in a folder of your choice.
After some wait time, a browser page will open and you should see your file. And that's it! Don't hesitate to ask me other question if you need NoteIf you want to execute my package in a *.py file, there is also an example in the zip file and you can execute it like this
|
Beta Was this translation helpful? Give feedback.
-
I found your program and installed it, unfortunately I am just beginning to understand how Python works, because I studied Pascal and Delphi back in 1998, but then I started working with servers and gave up programming. Now I wanted to get back into programming so I'm studying Solidity.
Your program is an interesting tool, but unfortunately I ran into a problem: I can't figure out how/where I should put the data from section 3. Manager - I understood correctly that it should be the file Manager.py with the code?:
Then what should partition 4 look like? Is it a *.py file, too? What about section 5? 6?
Please help me understand the file structure, if possible send me a screenshot of your files or write me a more detailed explanation of what I have to do?
I will be very grateful to you!
Beta Was this translation helpful? Give feedback.
All reactions