Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,583

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 37 Guest(s)
Bing, Google, AOL

Latest Threads
create ocr to detect lice...
Forum: General Coding Help
Last Post: bimosora
2 hours ago
» Replies: 3
» Views: 119
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
11 hours ago
» Replies: 4
» Views: 136
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 81
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,546
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 232
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,056
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 469
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,103
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,179
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 861

 
  pycharm cannt find dlib which is installed
Posted by: kevinlee325 - Oct-15-2019, 03:26 AM - Forum: General Coding Help - Replies (2)

I used "pip show dlib" and it shows the information of the dlib which I installed. However, when I used "import dlib" in pycharm, it shows "No Module ..... More

Print this item

  Define unit of measure of a number
Posted by: doug2019 - Oct-15-2019, 02:57 AM - Forum: General Coding Help - Replies (3)

I would like a function or command to define the unit of measure, either MPa (10 ^ 6) or GPa (10 ^ 9).e.g
20,000,000,000.00 > 20GPa
5,000,000.00 > 5..... More

Print this item

  Create dataset with (n) known biases
Posted by: JVoogt - Oct-15-2019, 02:22 AM - Forum: Data Science - No Replies

Hi All,

Every now and then I get asked to create a dataset with n number of specified biases, I normally do this is SQL manually with a lot of calc..... More

Print this item

  PyCharm can't find the interpreter
Posted by: veromi22 - Oct-15-2019, 01:13 AM - Forum: General Coding Help - No Replies

After I renamed my project name and project folder name, pyCharm can't find the interpreter.

How to fix it?

[img]<a href="https://ibb.co/D5SDbd..... More

Print this item

  Exporting list with dictionary to Excel
Posted by: veromi22 - Oct-15-2019, 12:54 AM - Forum: General Coding Help - No Replies

Hi. I'm just started with Python and trying to practicing.

I parse a website and creating a list with dictionaries and it works well, then I trying..... More

Print this item

  Enter Crosstab Data Directly
Posted by: moneyball - Oct-14-2019, 11:42 PM - Forum: Data Science - Replies (1)

Hi: The best way I know to ask this is to ask if Python has a similar way of entering crosstab data directly using a count variable and use it in a c..... More

Print this item

  pytube problem
Posted by: mariolopes - Oct-14-2019, 10:43 PM - Forum: General Coding Help - Replies (2)

Hi
the problem: HTTP Error 403: Forbidden
Any solution for this problem in pytube?
Some videos (music videos mostly) can't be downloaded with t..... More

Print this item

  Python Programming book
Posted by: khouzamm - Oct-14-2019, 09:16 PM - Forum: News and Discussions - Replies (3)

I used to study python some years ago but I want to study it serious now.
I need help to find a book to study. I want something that gives a general ..... More

Print this item

  Lists topic python
Posted by: Tjay - Oct-14-2019, 07:13 PM - Forum: Homework - Replies (6)

i been told to post it as new question in here. I am beginner on python and wanted some help to see if i am doing the right thing below and the next s..... More

Print this item

  Tranforming into .exe with Matplotlib (graphs)
Posted by: ericvrocha - Oct-14-2019, 06:54 PM - Forum: General Coding Help - No Replies

Hello everyone,

I am creating a small program based on an excel file and I could transform it into an .exe and run on other computers.
However now..... More

Print this item

  Adding a sqrt function syntax error and <build-in function sqrt> from tkinter import
Posted by: Kael - Oct-14-2019, 05:48 PM - Forum: Homework - No Replies

# so this is the calculator that I copied code from youtube and try to add a new function but it keeps getting errors like syntax error: invalid synta..... More

Print this item

  unicodedecodeerror:utf codec can't decode byte 0xe3 in position 1
Posted by: mariolopes - Oct-14-2019, 05:43 PM - Forum: General Coding Help - Replies (3)

Hi
The following program runs ok in idle mode python
[python]
from tkinter import *
from playsound import playsound
from pytube import YouTube
..... More

Print this item

  Pressing issue for these tasks
Posted by: unknown_bla_bla - Oct-14-2019, 04:47 PM - Forum: Homework - Replies (3)

Hi, I’m a newcomer of Python and still I’m in learning process. However, I bother myself with two tasks from Python because I even don’t know how to s..... More

Print this item

  Executable failed
Posted by: qrdbr - Oct-14-2019, 03:23 PM - Forum: General Coding Help - Replies (1)

Dear Friends,

I have 6 programs in python. I am using the cx_freeze library to generate these executables.
For 5 of them that are simple codes (fi..... More

Print this item

  Send SMS with gsm modem
Posted by: mariolopes - Oct-14-2019, 02:08 PM - Forum: General Coding Help - Replies (3)

Hi
I want to Make a Python program for Sending SMS Using my Vodafone Sim Card.
my idea is the following
I put my sim card on modem gsm
with the mo..... More

Print this item

  Understand task in this exercise
Posted by: RavCOder - Oct-14-2019, 01:55 PM - Forum: General Coding Help - Replies (3)

Hi,
I found this exercise to improve my knowlegde about list, but I don't understand the delivery of the exercise:
[python]
Given a two list. Creat..... More

Print this item

  Web scraping and java script
Posted by: yoz69100 - Oct-14-2019, 01:31 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I'm new in python and in web scraping, so sorry if my answer is stupid but i don't find anything to do that.

Is it possible to scrap data..... More

Print this item

  Marking everything as read
Posted by: baquerik - Oct-14-2019, 11:39 AM - Forum: Board - Replies (2)

Hallo,

Im new here, and that may be the reason I am not understanding this, but here it goes:

When I clicked on the "General Coding Help" forum..... More

Print this item

  kivy - packaging touchtracer syntax error
Posted by: cram - Oct-14-2019, 10:53 AM - Forum: General Coding Help - Replies (2)

I'm currently learning python and was looking a kivy as well in order to package an app but I'm getting an error. I've been going through the tutorial..... More

Print this item

  Applying row height to all rows including and after row 7
Posted by: curranjohn46 - Oct-14-2019, 10:35 AM - Forum: General Coding Help - Replies (2)

Using openpyxl, I cannot figure out how to apply a row height on an existing worksheet unless I do it one row at a time.

This works for a single ro..... More

Print this item

  Convert df column to datetime format
Posted by: LarsCordes - Oct-14-2019, 10:34 AM - Forum: Data Science - Replies (2)

Hi all,

I'm trying to convert a dataframe column to a datetime format using [python]pd.to_datetime(dataframe.column,infer_datetime_format=True)[/pyth..... More

Print this item

  Visual Studio Python 2.2 Source Project
Posted by: bobosamma - Oct-14-2019, 07:58 AM - Forum: General Coding Help - Replies (5)

I'm looking for the Python 2.2 Visual Studio Project, to be able to compile it on Windows as python22.dll. (Python 2.2.2)
As I also need to make modi..... More

Print this item

  Help to reduce time to execute the code
Posted by: prakash52kar - Oct-14-2019, 06:19 AM - Forum: General Coding Help - Replies (1)

Dear Sir,
I have written a code to calculate the magnetic field due to a current loop located in XY-plane. But the code takes 60 minutes to execute. ..... More

Print this item

  Replace string in many files in a folder
Posted by: metro17 - Oct-14-2019, 04:40 AM - Forum: General Coding Help - Replies (8)

This code changes a string in 1 text file in python
[python]s = open("sample.txt").read()
s = s.replace('abcd', 'efgh')
f = open("mount.txt", 'w')..... More

Print this item

  Beginner at Python. Trying to count certain integer from random string of code
Posted by: kiaspelleditwrong - Oct-14-2019, 03:24 AM - Forum: General Coding Help - Replies (3)

I hope my title wasn't too long. I have code to make a random string of numbers; 0 or 1. I want it to count and print how many times 1 appears in the ..... More

Print this item

  Determine if string is integer
Posted by: jrodencal - Oct-14-2019, 12:46 AM - Forum: Homework - Replies (12)

Got an assignment in my programming class that I'm having a hard time figuring out.
My teacher has created a .pyc file and it provides to me a variab..... More

Print this item

  Little Help With Graphs
Posted by: ericvrocha - Oct-13-2019, 10:29 PM - Forum: General Coding Help - Replies (5)

Hello everyone!
As a new programmer, I am still learning some stuff.
For a program that I am creating, I need to use graphs.
The graphs are for Pres..... More

Print this item

  Need help with "unsupported operand type(s)"
Posted by: _dave - Oct-13-2019, 09:42 PM - Forum: General Coding Help - Replies (6)

I am starting to learn python and I cannot figure out the following error "unsupported operand type(s) for -: 'str' and 'int'". Remember, I really don..... More

Print this item

  beginner and need help with python
Posted by: Tjay - Oct-13-2019, 07:35 PM - Forum: Homework - Replies (13)

Hi i just wanted some advice and some help with python

i am learning python and i have no confidence of solving a little problem or even writing a ..... More

Print this item

Music Iterate over data and sum
Posted by: Madame32 - Oct-13-2019, 07:23 PM - Forum: Data Science - Replies (8)

Hi guys.

Hope you can helped. I have been thinking about how to solve this problem, but I cant. Basically, I have a dataset of around 800 rows, wit..... More

Print this item

  Need to extract twitter location
Posted by: lianneheroux - Oct-13-2019, 07:09 PM - Forum: Homework - Replies (1)

Hello everyone,

My classmate and I are doing a homework and we need help (cause we are NOT familiar at all with coding)

In brief, we're trying t..... More

Print this item

  Prime numbers
Posted by: Anderi02 - Oct-13-2019, 04:14 PM - Forum: General Coding Help - Replies (1)

Hi!
Can someone please help me understand what is wrong with this code?
[python]print("The prime numbers are:")
num = 0
div = 1
check = 0
while ..... More

Print this item

  Simple problem. looking for an efficient way
Posted by: silverchicken24 - Oct-13-2019, 04:08 PM - Forum: General Coding Help - Replies (3)

I am absolutely new to python without any prior programming knowledge. my question is there an easy way to combine the categories given below in an ef..... More

Print this item

  error in fbprophet
Posted by: sveto4ka - Oct-13-2019, 03:49 PM - Forum: General Coding Help - Replies (1)

Please, help with the error
My code:

[python]df_train = pd.read_csv('C:\\train.csv', parse_dates=['date'])
df_train.rename(columns={'date': 'ds',..... More

Print this item

  Adding a new endpoint to pdoc3
Posted by: BBloggsbott - Oct-13-2019, 03:42 PM - Forum: General Coding Help - No Replies

I am using pdoc3 to generate documentation for my module. I prefer to run it as a http site. This is how I do it:

$ pdoc --http localhost:8080 MODU..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  create ocr to detect lice... 2 hours ago bimosora bimosora General Codin...
  print does not open conso... 11 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Weird failure in Selenium Yesterday, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API 10-02, 15:05 warrior42 Trickety Web Scraping ...
  Parse Markdown / get the ... 10-02, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
Most views
  The best Prog... 577493
  Tutorial Requ... 501455
  Web Scraping ... 441112
  Newbie with P... 385164
  New Users Int... 369963
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
lauren557 Yesterday
maribita Yesterday
AnalystRobert Yesterday
Safariscampoea Yesterday
DataAnalytics021 Yesterday

User Panel Messages

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