Latest questions in Python

0 votes
2 answers

Explain OOPs concept in python with programatic examples

OOP reflects the real world behavior of ...READ MORE

Jun 24, 2020 in Python by rahul
• 360 points
1,545 views
0 votes
1 answer

formatting_info=true for xlsx file handling

There are 2 libraries used to handle ...READ MORE

Mar 19, 2019 in Python by Omkar
• 69,230 points
1,080 views
0 votes
1 answer

how to convert a group of strings to integer?

a = ['1','2','3','4'] b = list(map(int,a)) print(b) this is how ...READ MORE

Mar 18, 2019 in Python by Mohammad
• 3,230 points
818 views
0 votes
1 answer

how to delete a file in python?

to delete a file import os os.remove('filename') this will delete ...READ MORE

Mar 18, 2019 in Python by Mohammad
• 3,230 points
650 views
0 votes
1 answer

Using IDE on AWS EC2

You can try Eclipse (its Python IDE ...READ MORE

Mar 18, 2019 in Python by SDeb
• 13,300 points
1,562 views
0 votes
1 answer

Flask-PageDown and MathJax

If you want to use the MATHJAX ...READ MORE

Mar 18, 2019 in Python by SDeb
• 13,300 points
926 views
0 votes
1 answer

I have a code that I want to use alter values between two columns in my dataset

Hi @elvin. I read your script and ...READ MORE

Mar 17, 2019 in Python by Omkar
• 69,230 points
585 views
0 votes
0 answers

how to do subsetting in python list?

how do i access values while subsetting ...READ MORE

Mar 15, 2019 in Python by Mohammad
• 3,230 points
777 views
0 votes
5 answers

what is the difference between append and insert in python lists?

There is a simple difference between append ...READ MORE

Jun 23, 2019 in Python by Harshdeep Khatke
68,330 views
0 votes
1 answer

Speeding up a numpy loop

You are allocating 10000 lists of size ...READ MORE

Mar 15, 2019 in Python by SDeb
• 13,300 points
1,005 views
0 votes
1 answer

Display details of importer

Yes, you can perform the same by ...READ MORE

Mar 15, 2019 in Python by SDeb
• 13,300 points
433 views
+1 vote
4 answers

In Python, what is difference between Array and List?

Lists and arrays are used in Python ...READ MORE

Mar 15, 2019 in Python by Taj
• 1,080 points

edited Mar 18, 2019 by Omkar 151,605 views
0 votes
1 answer

What packages to install in Atom editor?

Setting up Atom as an IDE might ...READ MORE

Mar 14, 2019 in Python by SDeb
• 13,300 points
1,947 views
0 votes
1 answer

How do I check if a list is empty?

You can try the following: if not a:   print("List ...READ MORE

Mar 14, 2019 in Python by SDeb
• 13,300 points
609 views
0 votes
0 answers

Beautiful soap Python

Need to ignore <a> with <img> tag ...READ MORE

Mar 14, 2019 in Python by Suresh
• 120 points
436 views
0 votes
1 answer

how do i print only the last two letters in a string using regular expression in python?

$ to match the end of the ...READ MORE

Mar 15, 2019 in Python by Waseem
• 4,540 points
713 views
0 votes
1 answer

what is an else if statement in python?

if condition:    statement elif condition:     statement #this is how you use ...READ MORE

Mar 15, 2019 in Python by Waseem
• 4,540 points
662 views
0 votes
1 answer

How to merge two dictionaries in a single expression?

In Python 3.5 or greater: z = {**x, ...READ MORE

Mar 13, 2019 in Python by Trisha
395 views
0 votes
1 answer

How do I sort a dictionary by value?

If you construct a dictionary with the ...READ MORE

Mar 13, 2019 in Python by Trisha
493 views
0 votes
1 answer

Accessing the index in 'for' loops?

Use enumerate to get the index with ...READ MORE

Mar 13, 2019 in Python by Trisha
496 views
0 votes
1 answer

how do I check the length of an array in a python program?

lets say we have a list mylist = ...READ MORE

Mar 12, 2019 in Python by Mohammad
• 3,230 points
965 views
0 votes
2 answers

Do we have pointers in python like other programming languages?

From one point of view, everything is a pointer in Python. Your ...READ MORE

Dec 16, 2020 in Python by Gitika
• 65,910 points

edited Jul 8, 2021 by Sarfaraz 61,764 views
0 votes
0 answers

how to print all the roles used by windows instances.

Mar 12, 2019 in Python by Smith
399 views
0 votes
1 answer

how do i check for exceptions in python?

use self.assertRaises method as a context manager. def ...READ MORE

Mar 12, 2019 in Python by Mohammad
• 3,230 points
467 views
0 votes
2 answers

what is a class method in python?

Class Method  class method is the method which is ...READ MORE

Apr 8, 2019 in Python by MrBoot
• 1,190 points
993 views
0 votes
1 answer

datetime.datetime.now() + 1

You can write the code as follows ...READ MORE

Mar 11, 2019 in Python by SDeb
• 13,300 points
511 views
0 votes
1 answer

LDAP Query in Python

You can use the "ldap" module. The ...READ MORE

Mar 11, 2019 in Python by SDeb
• 13,300 points
2,265 views
0 votes
1 answer

No module name scikitplot

To overcome this issue, you need to ...READ MORE

Mar 9, 2019 in Python by Siri
4,621 views
0 votes
1 answer

Does python support the concept of global variables?

In Python, a variable declared outside of ...READ MORE

Mar 12, 2019 in Python by rajesh kumar
678 views
0 votes
2 answers

what is null in python?

In python no primitive data types. python treats as ...READ MORE

Mar 13, 2019 in Python by rajesh kumar
1,115 views
0 votes
1 answer

what is a type error in python?

you get a type error when you ...READ MORE

Mar 8, 2019 in Python by Waseem
• 4,540 points
1,209 views
0 votes
0 answers

what is a name error in python?

why am i getting a name error ...READ MORE

Mar 8, 2019 in Python by anonymous
908 views
0 votes
1 answer

No module named __future__

In your /PATH/Python-2.7.x/Lib should be all your ...READ MORE

Mar 7, 2019 in Python by SDeb
• 13,300 points
4,433 views
0 votes
1 answer

Pygtk color for drag_highlight

To make the line around the EventBox, ...READ MORE

Mar 7, 2019 in Python by SDeb
• 13,300 points
661 views
0 votes
0 answers

inv_ypred mean in python

Mar 7, 2019 in Python by anonymous

recategorized Mar 7, 2019 by Vardhan 625 views
0 votes
1 answer

Which is better if we compare C vs Python?

It depends on what do you expect ...READ MORE

Mar 6, 2019 in Python by SDeb
• 13,300 points
338 views
0 votes
1 answer

how to find files and skip directories in os.listdir

You need to filter out directories; os.listdir() ...READ MORE

Mar 6, 2019 in Python by SDeb
• 13,300 points
9,056 views
0 votes
1 answer

Why am I getting a error when I am printing two different data types in python?

different data type is being used. that ...READ MORE

Mar 6, 2019 in Python by Mohammad
• 3,230 points
811 views
0 votes
1 answer

How to extract values from a string or a sequence?

you could use the statements like name[index value ...READ MORE

Mar 6, 2019 in Python by Waseem
• 4,540 points
946 views
0 votes
0 answers

try except is not working while using hdfs command

Hi,  I am trying to run following things ...READ MORE

Mar 6, 2019 in Python by anonymous
954 views
0 votes
1 answer

how to install pandas in python

it is very basic to install pandas if ...READ MORE

Mar 6, 2019 in Python by Waseem
• 4,540 points
1,069 views
0 votes
0 answers

cannot read a csv file in python

i am getting an error reading a ...READ MORE

Mar 6, 2019 in Python by Mohammad
• 3,230 points
506 views
0 votes
1 answer

How do I do monkeypatching in python?

A print statement does its IO through ...READ MORE

Mar 5, 2019 in Python by SDeb
• 13,300 points
689 views
0 votes
1 answer

Open-Source Forum with API

phpBB would be the first that comes ...READ MORE

Mar 5, 2019 in Python by SDeb
• 13,300 points
562 views
0 votes
1 answer

Difference between Python float and numpy float32

Python's standard float type is a C ...READ MORE

Mar 4, 2019 in Python by SDeb
• 13,300 points
6,046 views
0 votes
1 answer

Read MP3 in Python3

It is easier to convert the file ...READ MORE

Mar 4, 2019 in Python by SDeb
• 13,300 points
3,428 views
0 votes
1 answer

What is a dictionary in Python?

Dictionary can be understood as a key-value ...READ MORE

Mar 4, 2019 in Python by Priyaj
• 58,090 points
440 views
0 votes
4 answers

What is a Tuple in Python and how to use it?

Tuples  are a  Unchanging sequence of values, ...READ MORE

Jun 21, 2020 in Python by sahil
• 580 points
1,467 views
0 votes
1 answer

How to access list in Python?

A list is created by adding comma ...READ MORE

Mar 4, 2019 in Python by Priyaj
• 58,090 points
532 views
0 votes
1 answer

How to use for loop in Python?

There are multiple ways of using for ...READ MORE

Mar 4, 2019 in Python by Priyaj
• 58,090 points
514 views