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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,283
» Latest member: alexferrina
» Forum threads: 38,793
» Forum posts: 175,876

Full Statistics

Online Users
There are currently 33 online users.
» 1 Member(s) | 28 Guest(s)
Google, Bing, AOL, Mojeek, lovedeep

Latest Threads
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
1 hour ago
» Replies: 0
» Views: 7
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
11 hours ago
» Replies: 5
» Views: 110
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 47
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,482
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 139
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 62
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,065
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,298
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 365
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 206

 
  Family Tree Project on Python?
Posted by: nuplix - Feb-10-2020, 09:50 PM - Forum: General Coding Help - Replies (1)

Hello,

I am new to programming. I have no idea of how coding works, except for the "Hello World!" program.

I am thinking of learn programming p..... More

Print this item

  Uber API, UberIllegalState(error_message)
Posted by: m10988 - Feb-10-2020, 09:47 PM - Forum: Web Scraping & Web Development - No Replies

Hello, I am trying to create a database with the Uber api that tracks my trip history.

[python]
#! python3
import openpyxl, os, pprint, requests..... More

Print this item

  Program not executable after installation
Posted by: mpmackenna - Feb-10-2020, 09:45 PM - Forum: General Coding Help - No Replies

I am using poetry to manage my project. When I am in my dev environment and I do a poetry install my project is executable without issue. When I do a ..... More

Print this item

  Getting MemoryError frames.write(buffer)
Posted by: kunwarsingh - Feb-10-2020, 09:38 PM - Forum: General Coding Help - No Replies

I am trying to use the code given in below link: https://pypi.org/project/SpeechRecognition/1.2.3/

Below is the code:


[python]import speech_re..... More

Print this item

  How to run multiple threads with selenium?
Posted by: julio2000 - Feb-10-2020, 08:53 PM - Forum: Web Scraping & Web Development - Replies (1)

Hey,

So I've created a piece of code where my script goes to a given product url and it checks (about every second) if the product is in stock. As ..... More

Print this item

  timer makes my qmessagebox crash
Posted by: darktitan - Feb-10-2020, 08:13 PM - Forum: GUI - Replies (17)

Hi
I made a timer program. Where you write the time in some text boxes and when the clock hits that time
it should show a messagebox. But my problem..... More

Print this item

  Getting duplicate column values but same row values from a csv
Posted by: smidtol - Feb-10-2020, 07:43 PM - Forum: General Coding Help - Replies (1)

I am SO STUCK and its driving me mad. I have a CSV like so:

[quote]
date, order_id, sku, transaction_type, payment_type, payment_detail, amount, quan..... More

Print this item

  Class problem
Posted by: duckduck23 - Feb-10-2020, 06:15 PM - Forum: General Coding Help - Replies (2)

Does anyone help me fix bugs here?
It works well when I type a.seqtosymbols() first and then a.periods().
But what I want to do is to call a.periods..... More

Print this item

  Ploting polar chart with circumference as Zero
Posted by: ibaad1406 - Feb-10-2020, 05:53 PM - Forum: General Coding Help - No Replies

I want to create a polar plot in which value of r is in increasing direction from circumference to center of circle.
Code for decreasing direction is..... More

Print this item

  understanding basic loop behaviour
Posted by: vinci - Feb-10-2020, 05:48 PM - Forum: General Coding Help - Replies (5)

Hello,

I'm finding it difficult to understand the behaviour of the while loop inside the for loop. To be more exact, I don't understand why the out..... More

Print this item

  Blob object
Posted by: Man_from_India - Feb-10-2020, 05:11 PM - Forum: Web Scraping & Web Development - Replies (8)

While scraping an webpage I found that the src of a video link is supplied as a blob object. Like this: src = blob:"www.xyz...."

Now how to deal wi..... More

Print this item

  elif vs. if
Posted by: mortarm - Feb-10-2020, 03:32 PM - Forum: Homework - Replies (4)

Greetings:

Not a problem, just a query. Why should I use elif instead of multiple ifs? I wrote a simple program that u..... More

Print this item

  execute linux command with arguments
Posted by: sivareddy - Feb-10-2020, 02:56 PM - Forum: General Coding Help - Replies (2)

import subprocess
myname=raw_input("myname=")
subprocess.call(["pvcreate","/dev/",myname])
[output][root@xxx siva]# python test1.py
..... More

Print this item

  Difficulty installing Pycrypto
Posted by: KipCarter - Feb-10-2020, 01:22 PM - Forum: General Coding Help - Replies (4)

I have a dependency, which calls for Pycrypto. I have downloaded the gz for version 2.6.1 and copied the folder to pycrypto-2.6.1. Upon executing ‘py..... More

Print this item

  Need help to upgrade Python 3.X
Posted by: Ritesh - Feb-10-2020, 01:14 PM - Forum: News and Discussions - Replies (3)

Hello Team,

As we are using Python 2.7 since last 2 years and it has already been announced that Python 2.7 is already deprecated since January end..... More

Print this item

  How can i limit length string?
Posted by: perrfect - Feb-10-2020, 12:05 PM - Forum: General Coding Help - Replies (3)

Hi.
I'm not python developer, but i need change some python script.
I use this script in my zabbix-server for rabbitMQ
https://github.com/jasonmcin..... More

Print this item

  Unicode problem
Posted by: Hobson - Feb-10-2020, 10:47 AM - Forum: General Coding Help - Replies (4)

I need to update one system with data from another. The source file uses utf-8 encoding and the destination system requires iso-8859-1 encoding. No ..... More

Print this item

  TypeError: size; expecting a recognized type filling string dict
Posted by: a11_m11 - Feb-10-2020, 08:26 AM - Forum: General Coding Help - No Replies

I have been working on Python script for Abaqus and it has to do with dynamic changes in the parameters of the model. The script opens up a [b].txt fi..... More

Print this item

  [split] need help with the code
Posted by: CERO123 - Feb-10-2020, 07:46 AM - Forum: General Coding Help - Replies (2)

Hello I need help with the code
Where is the mistake?
[python]
class Dijak:
def_init_(self,imeInPriimek,odelek,stDosezenihTock,vrstaOcene):
..... More

Print this item

  How to Hire a Python Programmer? It's hard because I don't know
Posted by: pythonforumuser - Feb-10-2020, 07:07 AM - Forum: News and Discussions - Replies (1)

I have several candidates who are all very interested in working on a project but I do not know if they know how to program and how good they are.

..... More

Print this item

  Memory consumption grows during execution only on single machine
Posted by: Jendker - Feb-10-2020, 06:11 AM - Forum: General Coding Help - Replies (2)

I have a strange problem. I've spent the whole weekend trying to find the root cause of the unrestricted growth of memory consumption of my Python pro..... More

Print this item

  Random fortune
Posted by: jackthechampion - Feb-10-2020, 05:23 AM - Forum: General Coding Help - Replies (1)

Im making a random fortune teller for my class this is what I have so far can someone fix it for me? Also if you could make it 10 fortunes it needs to..... More

Print this item

  Sorting a DataFrame - Best Practice?
Posted by: lummers - Feb-10-2020, 03:42 AM - Forum: Homework - Replies (1)

Hello,

I am using Jupyer and SQL magic to create a dataframe from my query:

df = query_from_magic.DataFrame()
I then wanted t..... More

Print this item

  Remove a sentence if it contains a word.
Posted by: lokhtar - Feb-10-2020, 03:11 AM - Forum: General Coding Help - Replies (6)

I have a paragraph, contained in a string variable, that looks like this:

[quote]
This is an example of a paragraph that I have. I would like to ..... More

Print this item

  sorted function example mystery
Posted by: sabaidii2 - Feb-10-2020, 02:23 AM - Forum: General Coding Help - Replies (4)

The following code works, but I don't know why (I'm using python v 3.7.3)

print(f'{"".join(sorted("foo", key="of".index))}')
..... More

Print this item

  Help with modules
Posted by: dock1926 - Feb-10-2020, 02:23 AM - Forum: Homework - Replies (2)

I have 2 separate python files one is my code for print statements and other code the other file is for my functions. I import the Mylib file. I'm hav..... More

Print this item

  Building from source on MacOS: installing certificates
Posted by: ardim - Feb-09-2020, 08:50 PM - Forum: General Coding Help - Replies (1)

I successfully built Python 3.8 on MacOS Sierra, by following the advice at the developer docs (via configure, make, make test, and make install). It'..... More

Print this item

  Error: variable can not be defined
Posted by: julio2000 - Feb-09-2020, 07:24 PM - Forum: General Coding Help - Replies (2)

[python]
THE OTHER PART OF MY CODE ABOVE IS NOT NECASSERY

size_1 = driver.find_element_by_css_selector('#productSizeStock .btn-default:nth-child(1..... More

Print this item

  Python can't import Django and it's in the site-packages directory
Posted by: karkas - Feb-09-2020, 05:15 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello,

I'm trying to play around with the Django tutorial in the Django website, but I ran into an error and don't understand why I am getting it. ..... More

Print this item

  Compute complex solutions in quadratic equations
Posted by: liam - Feb-09-2020, 04:06 PM - Forum: Homework - Replies (1)

Hi, my homework is to solve quadratic equations and compute complex solutions(the solutions to the quadratic equations are not real numbers). Furtherm..... More

Print this item

  Why replace treats an integer value 999 as 999.0?
Posted by: new_to_python - Feb-09-2020, 03:06 PM - Forum: General Coding Help - Replies (10)

Hi, I came across an example to replace sentinel values -999 by NaN. -999 is an integer. How come it can be used to replace those -999.0 elements in t..... More

Print this item

  Why any(0) does not work here?
Posted by: new_to_python - Feb-09-2020, 02:54 PM - Forum: General Coding Help - Replies (2)

Hello, I know that to select all rows having a value exceeding 2 or less than -2, we can use the any method on a boolean DataFrame. Considering the fo..... More

Print this item

  Can't install Python 3.7.6
Posted by: Tomda - Feb-09-2020, 12:41 PM - Forum: News and Discussions - No Replies

Hello Python Community,

I'm trying to install 3.7.6 on a old MacBook with OS 10.6.8, but the installer don't launch - I get the following error mes..... More

Print this item

  Want to dynamically update numbers using tkinter in pygame script
Posted by: k0gane - Feb-09-2020, 09:01 AM - Forum: GUI - No Replies

Hi, everyone.

I want to create a program that updates the number of times entered in real time after entering the controller.

This is the interf..... More

Print this item

  Chrome instead of IE
Posted by: Friend - Feb-09-2020, 06:22 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all,

i just read a little bit about the webbrowser and tried open google for example. so i did:
[python]
import webbrowser
webbrowser.open('h..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LhanePulse 1 hour ago Gichardaxora Gichardaxora General Codin...
  data fetching for indian ... 11 hours ago drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
Most views
  The best Prog... 579255
  Tutorial Requ... 512102
  Web Scraping ... 442185
  Newbie with P... 386294
  New Users Int... 379594
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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