Skip to main content
Ice Bear's user avatar
Ice Bear's user avatar
Ice Bear's user avatar
Ice Bear
I just write some characters to make a computer do stuffs.
  • Member for 5 years, 4 months
  • Last seen more than a month ago
  • Philippines
366 votes
Accepted

How to solve "error: Microsoft Visual C++ 14.0 or greater is required" when installing Python packages?

5 votes

Python While loop breakout issues

2 votes

How to return every kth element of input file in output file?

2 votes

TypeError while using *args in Python

2 votes

Difference between re.split(" ", string) and re.split("\s+", string)?

2 votes
Accepted

Attempting to make countdown timer with Tkinter

2 votes
Accepted

Why does import package.module.function fail in python?

1 vote
Accepted

How can i avoid making two tkinter windows?

1 vote

python: how to check if a value exist in any element of a dict while the values of the dict are lists?

1 vote
Accepted

Winsound causing my tkinter GUI to open slowly

1 vote

Web Scraping - Extract list of text from multiple pages

1 vote

Tinder API Authentication Token Retrieval

1 vote

python.failure.Failure OpenSSL.SSL.Error in Scrapy (version 1.0.4)

1 vote

Got errors, while running exe file built with pyinstaller and Google Cloud API integration in python

1 vote

Python, First list index - previous list index then print

1 vote

Python - Data Scraping - Sam's Club web scraper code seems to be working fine but is printing N/A fill values where it shouldn't be?

1 vote

Duplicate Tab Python when printing

1 vote

Splitting strings inside of list in Python

1 vote
Accepted

'tuple' object is not callable on my code

1 vote

Beginner Q: How to use variables declared in if/else indentation

1 vote

Python: Define own function called "randomcall"

1 vote
Accepted

Unable to find div class on page

1 vote

How do I print what the user picks?

0 votes

Remove specific strings from dataframe

0 votes

Scraping html for img src in Python bs4

0 votes

how to loop through a list of strings and print in Tabula form

0 votes

Concatenate List PYTHON

0 votes

how to insert a substring in a string with a index from a list

0 votes

What is the fastest way to get list of filenames created in certain time period

0 votes

Create a final Python package from two packages