All Questions

Python

Follow
Showing 61 - 70 out of 173 Questions
82 Views

What are Python Modules in python language

Nitin Mereddy 24th Oct, 2021

Files containing Python codes are referred to as python modulesThis code can either be classes,functions or variables and saves the programmer time by providing the predefined functionalities when needed.It is a file with .py extension containing an executable code.

Commonly used built modules are listed below:

  • os
  • sys
  • data time
174 Views

explain how is memory managed in python?

Nitin Mereddy 24th Oct, 2021
  • Memory in Python is managed by Python private heap space. All Python objects and data structures are located in a private heap. This private heap is taken care of by Python Interpreter itself, and a programmer doesn’t have access to this private heap.
  • Python memory manager takes care of the
84 Views

what is pep8 in python language

Nitin Mereddy 24th Oct, 2021

PEP in Python stands for Python Enhancement Proposal.It is a set of rules that specify how to write and design Python code for maximum readability.

258 Views

python is an interpreted language explain its interpretation

Nitin Mereddy 24th Oct, 2021

An interpreted language is any programming language which executes its statements line by line.Programs written in Python run directly from the source code, with no intermediary compilation step.

301 Views

Which programming languages should I learn in computer science with python?(As I started learning python from class 11)

Vedang Ranmale 10th Oct, 2021

Hello student,

My first and foremost suggestion to you is that start learning C language. It is first programming language to be in existence and the base of almost all the programming languages. Thus, learning and practicing this language will help to build your foundation quite clearly and help you

383 Views

Im weak in maths but good in computer science(python) in 12th standard. If I dont take maths in my college will it be hard for me to learn computer science or I can manage without taking maths in college?

Sohana Khan 7th Oct, 2021

Hello Rajatava,

Hope you are doing fine.

It's good to know that you have a grip on some computer language. Generally it won't affect your studies if you don't take maths as your subject because I did the same thing. But for general knowledge you cannot skip maths in some

1228 Views

is java fullstack better or python fullstack better

Bhawana Kumar 16th Sep, 2021

I think python full stack is better. But it's on what you want to work with, and then choose what to go with either python or Java. Both have different application and different working, so choose one that fits you.

38 Views

where do I get python course for study in Hyderabad (any institutes)

Supriya Omi 12th Sep, 2021
Hello there!
These days there are several online portals which provide you with the required course for the same.
You need to just visit the official website for the same.
Even top colleges and universities provide you with the same courses good for CV purpose.
Good Luck!
193 Views

which is better java or python

Bhavesh gupta 12th Sep, 2021

Hello aspirant

hope you are doing well and safe. With reference to your query,  I would glad inform you that both are languages very good and interesting to opt for coding . If you want to prepare for placements ,then go for java clear concepts and fundamental and then shifting

51 Views

difference between java and python

Nitin Mereddy 12th Sep, 2021

Java is old. Java is a general-purpose programming language that utilizes classes and, like Python, is object-oriented.

Java was developed by James Gosling at Sun Microsystems, released in 1995 as a part of Sun Microsystem’s Java Platform. Java transformed the web experience from simple text pages to pages with video

The question have been saved in answer later, you can access it from your profile anytime. Access now