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,942
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,514

Full Statistics

Online Users
There are currently 52 online users.
» 1 Member(s) | 45 Guest(s)
Bing, Google, AOL, Applebot, AOL, Anunderling

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: Anunderling
2 minutes ago
» Replies: 5
» Views: 165
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
34 minutes ago
» Replies: 0
» Views: 18
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,390
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 808
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,659
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,160
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,671
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,482
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,674
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,596

 
  Website scrapping and download
Posted by: santoshrane - Apr-13-2021, 05:41 PM - Forum: Web Scraping & Web Development - Replies (3)

Dear coders,

I am new to this forum and my first post. I have started with python for dummies and trying to give few hours a week.

This is what ..... More

Print this item

  Reducing JSON character count in Python for a Twitter Bot
Posted by: johnmitchell85 - Apr-13-2021, 05:06 PM - Forum: General Coding Help - Replies (2)

Redacted - Please delete.

Print this item

  monitoring the temperature of the CPU with Python
Posted by: apollo - Apr-13-2021, 04:30 PM - Forum: General Coding Help - Replies (2)

dear fellows,  Wink

 

what is aimed: on Raspberry Pi i want monitor the CPU temp at a command line, there is the vcgencmd command.


Wel..... More

Print this item

  arrow key selection for menu
Posted by: knoxvilles_joker - Apr-13-2021, 03:09 PM - Forum: GUI - Replies (6)

I have the initial layout built. I will have to rebuild the menu as a subclass app definition as I was advised in my other thread to get key bind inp..... More

Print this item

  Mouse lib keeps dropping same error
Posted by: MLGpotato - Apr-13-2021, 02:43 PM - Forum: General Coding Help - Replies (7)

Hi. I have lost all my hopes fixing this issiue. Can anyone help?

[python]
import mouse
from tkinter import *
import time
import os

run = ty..... More

Print this item

  A "problems at work" kinda post (nothing really constructive)
Posted by: Mustey - Apr-13-2021, 12:27 PM - Forum: Bar - Replies (1)

Part of my deal with autism is that, while I have this weird drive to understand things very fundamentally (and that has given me lots of upsides, in ..... More

Print this item

  How to input & output parameters from command line argument
Posted by: shantanu97 - Apr-13-2021, 12:11 PM - Forum: General Coding Help - Replies (1)

Want to give two parameters to this python code. Where is my input files and where to save my output file. This code is taking any excel file and conv..... More

Print this item

  Time.sleep: stop appending item to the list if time is early
Posted by: quest - Apr-13-2021, 11:44 AM - Forum: General Coding Help - No Replies

Hello,

I have a timing problem. I want to stop appending item to the list, if time is early.
Here is my code lines:
self.tq is the arriving item ..... More

Print this item

  Bartender Tip out help
Posted by: edgarrv624 - Apr-13-2021, 07:53 AM - Forum: Homework - Replies (3)

Hello, I'm trying to create a program that generates an hourly wage per person and their total tip out for the day. I really need help, I just work to..... More

Print this item

  web scraping learn
Posted by: Mujhyana - Apr-12-2021, 09:06 PM - Forum: Web Scraping & Web Development - Replies (3)

Dears,
i want to learn web scraping with python, so any body tell me complete source from begining to expert level ???? waiting your positive re..... More

Print this item

  Pandas replace function not working on datafram with floats
Posted by: bcrypto - Apr-12-2021, 05:23 PM - Forum: Data Science - Replies (1)

Hi,

I am using Pandas' replace function and it works on one DataFrame but not on another and I don't understand why. I have tried many different s..... More

Print this item

  Problem with pexpect.exception.TimeOUT
Posted by: korenron - Apr-12-2021, 03:24 PM - Forum: General Coding Help - No Replies

Hello ,
I'm trying to write a simple python code that scan bluetooth devices
once evey 10 seconds

but I get this error after 30 seconds - when he f..... More

Print this item

  Installing auto-sklearn on Windows 10
Posted by: Led_Zeppelin - Apr-12-2021, 02:32 PM - Forum: News and Discussions - Replies (1)

I want to install and use auto-sklearn. At present I am told there is no Windows 10 version.

I know that with a few modifications to Windows 10, th..... More

Print this item

  Pyforest
Posted by: Led_Zeppelin - Apr-12-2021, 02:20 PM - Forum: General Coding Help - Replies (3)

My question is simple. Does Pyforest really work? It seems to be something that is too good to be true. I am also confused when I read the instruction..... More

Print this item

  Error : "can't multiply sequence by non-int of type 'float' "
Posted by: Ala - Apr-12-2021, 01:46 PM - Forum: General Coding Help - Replies (3)

Hello ! Please can someone help me to resolve this error, this is the One-electron approximate form. I need to applicate this equation for all orbital..... More

Print this item

  TypeError: __str__ returned non-string (type tuple)
Posted by: Anldra12 - Apr-12-2021, 12:59 PM - Forum: General Coding Help - Replies (1)

TypeError: __str__ returned non-string (type tuple)
The code are follow
[python]from BTreeWordFinder import *
from BalancedBTree import *
class Balanc..... More

Print this item

  I have an problem related to ujson in python
Posted by: dixitaditya248 - Apr-12-2021, 07:23 AM - Forum: General Coding Help - Replies (2)

import ujson
[error]Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /home/aditya/.local/lib/..... More

Print this item

  file Problem
Posted by: faraz_h - Apr-12-2021, 06:51 AM - Forum: General Coding Help - Replies (2)

hi
I can not create a file or write anything inside the file on mac OS

my cod is :

[python]test = open("test.txt","w")
test.write('te..... More

Print this item

  Parse String between 2 Delimiters and add as single list items
Posted by: lastyle - Apr-11-2021, 09:24 PM - Forum: General Coding Help - Replies (5)

Hi all.

I`ve got a big string that contains multiple different data. The dataitems are seperated by {data}

I want to grab the data between thee..... More

Print this item

  Can I get a clue about testing please?
Posted by: Mustey - Apr-11-2021, 08:05 PM - Forum: General Coding Help - Replies (8)

I am picking up Python in a serious way, these days.
While reading through the syntax and standard libraries, I am also super-curious about the Python..... More

Print this item

  Similarity function for couple system
Posted by: sunnydayxo - Apr-11-2021, 07:59 PM - Forum: Homework - Replies (1)

I need to write a similarity function for the finished system and build graphs for it. But I'm having trouble writing it. Perhaps someone knows how to..... More

Print this item

  Compiling (PyInstaller issues)
Posted by: TheHolyPyGrenade - Apr-11-2021, 07:55 PM - Forum: General Coding Help - Replies (1)

I am using a Windows 10 computer which does not seem to be the most helpful when I am trying to compile the programs that I am writing.

Firstly it ..... More

Print this item

Photo Feedback about GUI
Posted by: Mustey - Apr-11-2021, 07:52 PM - Forum: Board - Replies (1)

Hi maybe I should start with that I have autism and I tend to get annoyed by things that people don't usually spend time on :)
Also, I don't always m..... More

Print this item

  Network with currently hiring studios: Ubisoft, Codemasters and more!
Posted by: WanderingOwl - Apr-11-2021, 07:40 PM - Forum: Jobs - No Replies

Games Jobs Live: Midlands is happening on Wednesday 14th April: a FREE online livestream with gamedev studios in the Midlands who are currently hiring..... More

Print this item

  looping a dictionary
Posted by: harmans14 - Apr-11-2021, 07:15 PM - Forum: General Coding Help - Replies (1)

Hi,

Trying to understand this piece of code. Would appreciate any help
[python]
job_args = dict()
if args.job_args:
job_args_tu..... More

Print this item

  Aggregate
Posted by: krisrajz - Apr-11-2021, 06:29 PM - Forum: General Coding Help - Replies (1)

I have a document with id, timestamp and a value field. How can I use aggregate function to get avg, min and max grouped by id and everyday? Here’s th..... More

Print this item

  Logic behind BeautifulSoup data-parsing
Posted by: jimsxxl - Apr-11-2021, 01:38 PM - Forum: Web Scraping & Web Development - Replies (7)

Hello guys,
Im messing around abit with bs4, im trying to parse some data from Youtube as a "learning-project".
What im finding difficult to underst..... More

Print this item

  Start loop from different points
Posted by: TheHolyPyGrenade - Apr-11-2021, 01:11 PM - Forum: General Coding Help - Replies (3)

Hi everybody,

I am new to python and have been coming up with different little projects to develop, and currently working of a shift calculator.
..... More

Print this item

  How might I use classes in my code
Posted by: snakes - Apr-11-2021, 10:07 AM - Forum: GUI - Replies (2)

After learning a little bit of Python I wrote a short program, then used tkinter to make a simple gui but I know if I'm going to get anywhere with Pyt..... More

Print this item

  Beautify dictionary without converting to string.
Posted by: sharoon - Apr-11-2021, 06:37 AM - Forum: General Coding Help - Replies (6)

I m trying to beatuify dicitonary using json.dumps , but as soon as it beautify , the data type changes from dictionary to string. Chnage of datatype ..... More

Print this item

Question Flask, Self-hosted deployment, which server ?
Posted by: SpongeB0B - Apr-11-2021, 06:30 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi everyone,

On the official Flask support we can see listed under the ..... More

Print this item

  I am trying to space the registration forms using css. But it is not working.
Posted by: tree - Apr-11-2021, 03:31 AM - Forum: Web Scraping & Web Development - No Replies

Can someone explain how to fix it? I am using python flask and wtf forms.

link to wtf forms

..... More

Print this item

  python vs perl
Posted by: jruderwier - Apr-11-2021, 03:25 AM - Forum: Homework - Replies (1)

Probably a little different to the threads usually posted here.

I am doing a presentation on Scripting Languages, and comparing the strengths/weakn..... More

Print this item

  bind lambda keypress counter
Posted by: knoxvilles_joker - Apr-11-2021, 01:02 AM - Forum: GUI - Replies (15)

I am trying to recreate a flash piece in python:
This is a link to a thread that contains the flash based sentry gun program: http://forum.alienslega..... More

Print this item

  Confused with 'flags'
Posted by: tester_V - Apr-10-2021, 08:31 PM - Forum: General Coding Help - Replies (10)

Greetings!
I'm confused about how to use 'flag', I read I can use it instead of 'ELSE'.
I'm playing with the code below to see how I can use "flags"..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 2 minutes ago Anunderling Anunderling General Codin...
  A coding beginner needs h... 34 minutes ago Littlefish Littlefish General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
Most views
  The best Prog... 576512
  Tutorial Requ... 498442
  Web Scraping ... 440401
  Newbie with P... 384298
  New Users Int... 367449
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+ 12087
buran 8175
snippsat 7368
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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