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,981
» Latest member: Davidkiplimo
» Forum threads: 38,733
» Forum posts: 175,565

Full Statistics

Online Users
There are currently 42 online users.
» 1 Member(s) | 38 Guest(s)
Bing, Google, AOL, Pedroski55

Latest Threads
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
10 minutes ago
» Replies: 0
» Views: 9
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
5 hours ago
» Replies: 4
» Views: 1,988
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 409
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,044
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,100
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 769
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,074
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,518
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,094
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,554

 
  extract email addresses from gmail
Posted by: vigneshboolog - Feb-11-2020, 09:23 AM - Forum: General Coding Help - No Replies

hi
i just want to print all the email addresses present in my gmail contacts and have no idea
about how to do it.These email addresses are stored ..... More

Print this item

  Industrial application
Posted by: CyrilDB - Feb-11-2020, 09:21 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I'm working on a project to detect the welding joint on a square tube.
For this I wrote a python 3 script using openCV, numpy and ..... More

Print this item

  Is my Tree code too long?
Posted by: BladedSupernova - Feb-11-2020, 06:43 AM - Forum: General Coding Help - Replies (5)

So I'm building my foundation for strong AI (a data compressor/predictor). You can see my code below (output is below it). It builds a tree made of 2 ..... More

Print this item

  Looking for string/s in video transcript
Posted by: jehoshua - Feb-11-2020, 06:41 AM - Forum: General Coding Help - Replies (1)

I have just installed the python module at https://github.com/jdepoix/youtube-transcript-api

Noticed that pip3 did give some errors, however just t..... More

Print this item

  Difficulty in understanding transpose with a tuple of axis numbers in 3-D
Posted by: new_to_python - Feb-11-2020, 06:01 AM - Forum: General Coding Help - No Replies

Hi, I know transpose from Linear Algebra courses. Basically just flip columns to rows and vice versa. However, I don't quite understand what is mean b..... More

Print this item

  pygetwindow help
Posted by: metro17 - Feb-11-2020, 05:53 AM - Forum: General Coding Help - No Replies

[python]>>> import pyautogui as pag
>>> import pygetwindow as gw
>>> import os
>>> pag.pause = 2
>>> pag.FAILSAFE = True
>>> os.startfile(r"C:\Pr..... More

Print this item

  Problem with Generator
Posted by: palladium - Feb-11-2020, 03:43 AM - Forum: General Coding Help - Replies (5)

Hi all

I am trying to learn about generators. The code below is showing some strange behaviours (the aim is to calculate the average raised Amt for e..... More

Print this item

  ZetCode selenium tutorial
Posted by: Larz60+ - Feb-11-2020, 02:59 AM - Forum: News and Discussions - Replies (4)

Zetcode has just released a selenium tutorial here: http://zetcode.com/python/selenium/
I haven't reviewed it, so just an FYI

Print this item

  Read Yaml configuration file in Python
Posted by: binhduonggttn - Feb-11-2020, 02:43 AM - Forum: General Coding Help - Replies (1)

I wrote a program to read a Yaml configuration file and display it to the terminal. Now I want to try something like checking if the database (db) in ..... More

Print this item

  Error Message Coming Up When Running Code
Posted by: eddywinch82 - Feb-10-2020, 11:22 PM - Forum: General Coding Help - No Replies

Hi there,

I have an Traceback Error, associated with the following line, of the Python Code I have :-

[python]groupby_venue_date = selected.grou..... More

Print this item

  How to install the latest version of Python on RHEL 8?
Posted by: devlocalca - Feb-10-2020, 10:38 PM - Forum: News and Discussions - Replies (7)

This is really frustrating.

I am looking for the 'installation and configuration' forum on this site, and cannot seem to find it.

Is it that no ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Parse Markdown / get the ... 10 minutes ago SpongeB0B SpongeB0B General Codin...
  Error: cannot mix str wit... 5 hours ago ngregistrations Joliekeva General Codin...
  Integer Factorization Too... Yesterday, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Yesterday, 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...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577434
  Tutorial Requ... 500926
  Web Scraping ... 441074
  Newbie with P... 385139
  New Users Int... 369688
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Davidkiplimo Today
Joliekeva Today
silversimon2 Yesterday
alissapena8 Yesterday
hoki1881 Yesterday

User Panel Messages

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