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,588

Full Statistics

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

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
2 hours ago
» Replies: 1
» Views: 1,809
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
2 hours ago
» Replies: 3
» Views: 1,110
real community
Forum: News and Discussions
Last Post: Biks
2 hours ago
» Replies: 4
» Views: 3,062
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
4 hours ago
» Replies: 5
» Views: 153
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
6 hours ago
» Replies: 4
» Views: 134
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 86
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,552
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 239
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,060
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 474

 
  python GUI - which to use ?
Posted by: Johnse - Sep-10-2019, 02:23 AM - Forum: News and Discussions - Replies (19)

Hello,

Could someone advise me on what software or package that is free
and easy to use to build python GUI ?

I have use pyQT before and it w..... More

Print this item

  i want a simple fast string change command
Posted by: Skaperen - Sep-10-2019, 01:36 AM - Forum: Bar - No Replies

i guess i'll need to write this. i would a simple fast string change command. yes, there is sed, and i use it a lot. it took years, but it now has ..... More

Print this item

  Help Wrapping C Library
Posted by: LeftyGuitar - Sep-10-2019, 01:20 AM - Forum: General Coding Help - Replies (2)

Hello,

I am trying to wrap the Sigil library, which was written in C. I have had success wrapping it in other languages such as Ruby and Euphoria, ho..... More

Print this item

  pi camera stream is upside down
Posted by: delta1071 - Sep-09-2019, 09:48 PM - Forum: General Coding Help - Replies (3)

Hello,
I'm running the following script to stream Raspberry Pi camera video to a web browser. The script runs properly, but I don't know how to add c..... More

Print this item

  Invalid argument error thrown.
Posted by: pyseeker - Sep-09-2019, 09:44 PM - Forum: General Coding Help - Replies (4)

Hello,

While running the following code an error thrown with "invalid argument". Appreciate your thoughts.

[python]with open(dataFile, 'r') as urlFi..... More

Print this item

  Change mouse move speed in guibot script
Posted by: rulltartan - Sep-09-2019, 09:26 PM - Forum: General Coding Help - Replies (1)

Hi, i ran this test script from guibot and was wondering if there is a way to speed up the mouse or just skip the move and just click on the found ima..... More

Print this item

  Working with Random Generated Numbers
Posted by: YoungGrassHopper - Sep-09-2019, 08:26 PM - Forum: General Coding Help - Replies (4)

Hey guys. I have a task that's about working with Random Generated Numbers.
So basically I need to:
Create a program that allows the user to play the..... More

Print this item

  Hash command works differently for me in CMD and Spyder
Posted by: ZweiDCG - Sep-09-2019, 08:20 PM - Forum: General Coding Help - Replies (3)

I have a problem, my code uses the hash command to "encrypt" a number, the problem is that when I run the process through the Spyder program it gives ..... More

Print this item

  New programmer using GROK
Posted by: AmineLS - Sep-09-2019, 07:51 PM - Forum: General Coding Help - Replies (2)

[python]cats = int(input("Estimated total cats: "))
total = int(input("How many cats already glowing? "))
if cats > total:
print("Not all the cat..... More

Print this item

  Mathematical function input
Posted by: Tiiill - Sep-09-2019, 07:12 PM - Forum: General Coding Help - Replies (2)

What is the best way to input a mathematical function (for example 5x^3+2x-5) in python? Also, can I somehow get a random number of polynoms? (for exa..... More

Print this item

  while loop stumbling block
Posted by: YoungGrassHopper - Sep-09-2019, 06:27 PM - Forum: General Coding Help - Replies (5)

Hey guys, I am very new to coding so please bare with me. I am busy with a python bootcamp trying to learn as much as quick as I can. I am currently b..... More

Print this item

  Running files using random
Posted by: ebolisa - Sep-09-2019, 05:50 PM - Forum: General Coding Help - Replies (5)

Hi,

The following code plays a mp3 file from a folder randomly. After few days running, it stops but I just cannot find the problem/cause. What kin..... More

Print this item

  Manipulation a file for translation
Posted by: apsyrtos - Sep-09-2019, 05:21 PM - Forum: General Coding Help - Replies (1)

[size=medium]Hello Everyone!
I want to translate game files, but first i need to separate stuff than needs translation from the rest of the code.
He..... More

Print this item

  How to call function
Posted by: SriRajesh - Sep-09-2019, 04:28 PM - Forum: General Coding Help - Replies (1)

Hi,
I defined two function in a forloop, and on each iteration both function should trigger. I use below code, and I am not getting any output.

[p..... More

Print this item

  Solving Equations with Python
Posted by: japrap - Sep-09-2019, 04:22 PM - Forum: General Coding Help - Replies (8)

Hello Everyone,

I am new to python and I was wondering if we can solve the following equation with python using numpy/scipy libraries:

[python]x = n..... More

Print this item

  Limitation in inserting DF
Posted by: Johnse - Sep-09-2019, 04:21 PM - Forum: Data Science - Replies (3)

Hello,

There is a limitation in inserting to a data frame.

For example, I have data frame as:

[python]ndf = pd.DataFrame(columns=[‘A’, ‘B’])..... More

Print this item

  Too big CSV file management
Posted by: CaptainCsaba - Sep-09-2019, 02:30 PM - Forum: General Coding Help - Replies (3)

Hey!

I am pretty new to "pandas" in python and I would like to ask for some help. I don't think it's complicated, I just can't figure it out. I hav..... More

Print this item

  Excel issues please help!
Posted by: Patriot1017 - Sep-09-2019, 02:24 PM - Forum: General Coding Help - No Replies

It has come time where I need some guidance on a use case I have. I have 3 different .xlsx workbooks and what I am trying to do is add a column and co..... More

Print this item

  insert into python DF by position
Posted by: Johnse - Sep-09-2019, 02:24 PM - Forum: Data Science - Replies (1)

Hello,

Can someone show me example on how to insert values store in variable into python data frame by position ?

Thank you

Print this item

  Display a tree
Posted by: binhxp - Sep-09-2019, 01:17 PM - Forum: Data Science - No Replies

Hi everyone,

I am writing a small app using Python and PyQt5 and have a input data that shows a tree as below:

Level 0
--Level 1
--Level 1
--..... More

Print this item

  Visual Studio Code does not print desired output but only prints "..."
Posted by: vincentolivers - Sep-09-2019, 09:52 AM - Forum: General Coding Help - Replies (11)

Hi all,

I'm a Python rookie (doing an online Python for Beginners course via edX) and I'm struggling with the following.
When I want to execute th..... More

Print this item

  returns index of list if contains a word
Posted by: zarize - Sep-09-2019, 09:29 AM - Forum: General Coding Help - No Replies

Hi,

how can i return index from the list if it contains special character + values?

example:

line1: [word1], [word2], [$300]

line2: [$4000..... More

Print this item

  Multiple Replacement
Posted by: millpond - Sep-09-2019, 05:10 AM - Forum: Homework - Replies (5)

I would like to be able to do in Python what is so simple in Perl:

[python]
$name = $filename_in_loop_input
$name =~ s/ epub//ig;
$name =~ s/ pd..... More

Print this item

  Google API OAuth v2 Python
Posted by: oneclick - Sep-09-2019, 05:02 AM - Forum: General Coding Help - No Replies

I have been trying to find a way to automate blogger Post, i was able to access normal data of my blog with a API Key, For Posting I need to have a OA..... More

Print this item

  [split] calling external exe with subprocess (maybe)
Posted by: himbehl - Sep-09-2019, 04:12 AM - Forum: General Coding Help - Replies (2)

[python]
import subprocess

# runExe takes two parameters and runs CrackMe.exe. It will return the result of CrackMe.exe as a string
username=str..... More

Print this item

Sad [Learning] Calendar without modules or list
Posted by: KoFu - Sep-09-2019, 03:55 AM - Forum: Homework - Replies (5)

EXERCISE:
The following function allows you to find out the day of the week for a specific date.
The date is supplied in the form of t..... More

Print this item

  Read csv file from Yahoo Finance
Posted by: ian - Sep-09-2019, 02:30 AM - Forum: Data Science - Replies (3)

I am trying use of url as below with error. But I tried url manually ok. Please advise. Thanks

[python]
import pandas as pd
import numpy as np
u..... More

Print this item

  Python-selenium script for automated web-login does not work
Posted by: hectorKJ - Sep-09-2019, 12:39 AM - Forum: Web Scraping & Web Development - Replies (2)

Objective is to login into a website, pass some search parameters and open top 3 results.
However, I am stuck at the first step. Using Python 3.7 on ..... More

Print this item

  Trying to query e-mail server
Posted by: b4iknew - Sep-08-2019, 11:55 PM - Forum: Networking - Replies (3)

Hello,
I'm fairly new to python and still learning. I wrote what I thought was a simple script trying to query my email server for NEW eamil. My p..... More

Print this item

  Trying to save array results to a csv
Posted by: jos88 - Sep-08-2019, 08:01 PM - Forum: General Coding Help - No Replies

Hi,

Basically I'm trying to use the following scraper to scrape data, then save to csv however the examples given are for prints and I can't figure..... More

Print this item

  Django for beginners
Posted by: Riccardo - Sep-08-2019, 07:28 PM - Forum: News and Discussions - Replies (1)

Hi, lately im interested in web framework. I red that the most popular are Django and Flask, and that Flask is more easy but has less functionality th..... More

Print this item

  spliting quoted and/or escaped tokens in a string
Posted by: Skaperen - Sep-08-2019, 06:07 PM - Forum: News and Discussions - Replies (1)

i think i asked this a while back because i remember a "can't find anything" answer. so i wonder if any answers have popped up. i want to do a gener..... More

Print this item

  psutil network speed stuck
Posted by: mikla90 - Sep-08-2019, 06:00 PM - Forum: Networking - No Replies

Hi everyone. For a test bench, I'm trying to write a simple piece of code that monitors the network speed on a specific adapter. I'm running on Window..... More

Print this item

  Question about YAMLLoadWarning (PyYAML error / deprecated)
Posted by: UniKlixX - Sep-08-2019, 02:39 PM - Forum: General Coding Help - Replies (4)

Hello everyone..

I have to be honest with you: I am totally new to Python and programming in general.

The other day my teacher at university told us..... More

Print this item

  How to continue code after .show() in matplotlib?
Posted by: jasper100125 - Sep-08-2019, 02:26 PM - Forum: General Coding Help - Replies (1)

How can i continue my code thats written after .show() in the matplotlib library?
There needs to come an input from the user after the plot shown bas..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 2 hours ago decuser Biks News and Disc...
  My goal to be hired worki... 2 hours ago GnomeSweetGnome Biks News and Disc...
  real community 2 hours ago decuser Biks News and Disc...
  print does not open conso... 4 hours ago Tycho_2025 Tycho_2025 General Codin...
  create ocr to detect lice... 6 hours ago bimosora Pedroski55 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
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
Most views
  The best Prog... 577503
  Tutorial Requ... 501527
  Web Scraping ... 441114
  Newbie with P... 385164
  New Users Int... 369997
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