Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: python PCAP exam Preparation
Post: python PCAP exam Preparation

Dear alll I am planning to write python PCAP and PCEP exam . i would like to know which resources are good to prepare for the examination. kindly guide here. https://www.udemy.com/course/python-exam....
ajitnayak1987 Homework 1 1,974 Aug-02-2021, 02:18 PM
    Thread: extracting data
Post: extracting data

I am new bie. I have written small code here. how can I print first name from function directly from instance class Test: def __init__(self,first,last): self.first=first self.la...
ajitnayak1987 General Coding Help 1 1,541 Jul-29-2021, 04:58 AM
    Thread: Extracting and printing data
Post: Extracting and printing data

I am a newbie here. I have written simple code for reading purposes. I wanted to how can print the value from the Base class itself I have a Breed class for trial purposes. If I create an object then...
ajitnayak1987 General Coding Help 0 1,412 Jul-28-2021, 09:30 AM
    Thread: Simple Method to calculate average and grade
Post: RE: Simple Method to calculate average and grade

I have tried like this . But i wanted to return grade for both student_average import numpy myList=[[85,80,98,94],[87,9,75,60]] New_grade=[] def print_student_average(myList): students_avg = num...
ajitnayak1987 Homework 8 6,269 Jun-08-2021, 05:40 AM
    Thread: Simple Method to calculate average and grade
Post: Simple Method to calculate average and grade

Dear all I have list of items a=[[90 90 80 87 85],[60 70 80 7 85]] having list of item in as above arrange in 2 row and 5 column ist I wanted to calculate grade using input. First need to take ave...
ajitnayak1987 Homework 8 6,269 Jun-07-2021, 12:33 PM
    Thread: Importing module in jupyter Noteboook
Post: Importing module in jupyter Noteboook

Dear all I have 2 files one is main.jpynb and keys.jpynb I have set of keyvalues which i am going to use in main function. In pyscripter we used to create file main.py and keys. py. We used to def...
ajitnayak1987 General Coding Help 0 1,758 Jun-04-2021, 12:26 PM
    Thread: Python Compile error
Post: RE: Python Compile error

Thanks It worked. I have similar example complexnumber.py class Complex: def __init__(self,real,imaginary): self.real=real self.imaginary=imaginary def __add__(self,right): ...
ajitnayak1987 General Coding Help 4 3,662 Jun-03-2021, 10:16 AM
    Thread: Python Compile error
Post: Python Compile error

I have simple program running on pyscripter 2.5 and similar code tried on jupyter notebook. How to resolve below error reference code taken from https://codeigo.com/python/import-class-...-directory ...
ajitnayak1987 General Coding Help 4 3,662 Jun-03-2021, 09:28 AM

User Panel Messages

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