Python Forum
Best way to get data from 2D array
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best way to get data from 2D array
#21
Main.py:
from Team_data import team_data_function
from Comparison import comparison_function
from Team_calc import team_calc_function

team_data_function()

comparison_function()
team_calc_function()
Team_data.py:
class Teams:


import os
import string


class Teams:

    def __init__(self, legaue ="", name = "", strength = 0, form = 0, injuries = 0, motivation = 0, city="", date="" ):
Team_calc.py_
import os
import string
from Team_data import team_data_function
from Team_data import Teams

def team_calc_function():

   print(dict_teams["Fulham"].name)
Reply


Messages In This Thread
Best way to get data from 2D array - by tobbs - Nov-11-2018, 03:13 PM
RE: Best way to get data from 2D array - by Larz60+ - Nov-11-2018, 05:31 PM
RE: Best way to get data from 2D array - by tobbs - Nov-11-2018, 06:36 PM
RE: Best way to get data from 2D array - by tobbs - Nov-13-2018, 05:39 PM
RE: Best way to get data from 2D array - by tobbs - Nov-16-2018, 06:22 PM
RE: Best way to get data from 2D array - by tobbs - Nov-18-2018, 01:10 PM
RE: Best way to get data from 2D array - by tobbs - Nov-18-2018, 05:53 PM
RE: Best way to get data from 2D array - by tobbs - Nov-20-2018, 06:12 PM
RE: Best way to get data from 2D array - by tobbs - Nov-21-2018, 08:04 PM
RE: Best way to get data from 2D array - by tobbs - Nov-22-2018, 06:44 PM
RE: Best way to get data from 2D array - by tobbs - Dec-12-2018, 08:36 PM
RE: Best way to get data from 2D array - by tobbs - Dec-13-2018, 07:04 PM
RE: Best way to get data from 2D array - by tobbs - Dec-13-2018, 08:27 PM
RE: Best way to get data from 2D array - by tobbs - Feb-19-2019, 04:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Seeing al the data in a dataframe or numpy.array Led_Zeppelin 1 1,226 Jul-11-2022, 08:54 PM
Last Post: Larz60+
Question Change elements of array based on position of input data Cola_Reb 6 2,247 May-13-2022, 12:57 PM
Last Post: Cola_Reb
  how to print all data from all data array? korenron 3 2,532 Dec-30-2020, 01:54 PM
Last Post: korenron
  Import CSV data into array and turn into integers DoctorSmiles 5 3,362 Jul-16-2020, 10:47 AM
Last Post: perfringo
  Issue with creating an array of pixel data for PNG files in Google Colab The_Sarco 1 1,996 Apr-29-2020, 12:03 AM
Last Post: bowlofred
  python3 List to array or string to extract data batchenr 4 3,388 May-28-2019, 01:44 PM
Last Post: buran
  Reading data from serial port as byte array vlad93 1 12,235 May-18-2019, 05:26 AM
Last Post: heiner55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020