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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

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

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 35
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,464
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 118
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 47
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,033
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,290
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 331
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 170
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 233
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,125

 
  Display text 3 words at a time
Posted by: algae - May-04-2020, 09:11 AM - Forum: GUI - Replies (5)

Hi,
I want to display 3 words on screen at a time from some textfile/pdf. At a specified rate (user to select time 1/100 to 300 sec).

I also want ..... More

Print this item

  What does ty(val) mean?
Posted by: liagym - May-04-2020, 09:09 AM - Forum: Homework - Replies (2)

In the following code:
[python]>>> line='yosi, 1, 3.14'
>>> types=[str, int, float]
>>> raw=line.split(',')
>>> raw
['yosi', ' 1', ' 3.14']
>>> ..... More

Print this item

  Senior Python Developer, 6h/day, remote
Posted by: agatagasiorowska - May-04-2020, 08:34 AM - Forum: Jobs - Replies (1)

?️‍♂️ Senior Python Developer, 6h/day, remote
? Salary
40-50 USD per hour, or
4800-6000 USD a month at 6 hours per day (for optimal work-life balan..... More

Print this item

  a function to look for dates in a string
Posted by: Skaperen - May-04-2020, 07:01 AM - Forum: News and Discussions - Replies (6)

i'm looking for a function that would be better than what i could write. i need to locate a valid date somewhere in a string. the way i would do it ..... More

Print this item

  Help: list comprehension for loop with double if statement
Posted by: mart79 - May-04-2020, 06:12 AM - Forum: General Coding Help - Replies (3)

Hi,

I have the following piece if code which I want to write more cleanly using list comprehension.
However, I am struggling with the list compre..... More

Print this item

  Tkinter adding entry values
Posted by: scratchmyhead - May-04-2020, 02:10 AM - Forum: GUI - Replies (1)

I know this may be a stupid post but I don't know what I'm missing. I'm trying to add two entry box values and put the result in another entry box. Bu..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to convert a python file into a dll?
Posted by: Abilash - May-04-2020, 01:37 AM - Forum: News and Discussions - Replies (2)

Hi can anyone help me to convert a python file into a dll

Print this item

  Dropdown interact
Posted by: moisesfelipee - May-04-2020, 01:11 AM - Forum: Web Scraping & Web Development - No Replies

Basically this for loop is supposed to work if a dropdown menu is shown on the page. I could've made it work just for one item of the list, but could ..... More

Print this item

  Multilayer Perceptron Help (Regression Problem)
Posted by: mberge - May-04-2020, 12:52 AM - Forum: Data Science - No Replies

Hello everyone,

I'm working on a project for my machine learning class and I really need help understanding what happens during backpropagation wi..... More

Print this item

  turtle.Screen() not working
Posted by: Jdawgg531 - May-04-2020, 12:43 AM - Forum: General Coding Help - No Replies

so in the python shell i imported turtle(I had tkinter installed don't worry) and then typed in the following:

[python]wn = turtle.Screen()[/python..... More

Print this item

  regular expression
Posted by: pramod - May-03-2020, 11:10 PM - Forum: Data Science - Replies (2)

Str1 = [Math1] Total marks [ End Math1] [Data] Total data [ End Data ]
I am trying to extract the paragraph like using re.

json..... More

Print this item

  if conditions in the for indentation doesnt work ?
Posted by: Sutsro - May-03-2020, 10:08 PM - Forum: General Coding Help - Replies (6)

Hello Everyone,

I am trying to get the lines that contain test string or if its not found i want to print not found message. However this doesnt seem..... More

Print this item

  STATA/Python Integration
Posted by: jprender - May-03-2020, 09:34 PM - Forum: General Coding Help - No Replies

Hello,

I'm running Spyder Python 3.3.6 from Stata/IC 16.1 for Mac (64-bit Intel):

[output]
. python query
----------------------------------..... More

Print this item

  Parsing Date/Time from Metar Reports with 6 hourly weather information
Posted by: Lawrence - May-03-2020, 08:15 PM - Forum: General Coding Help - No Replies

I am trying to create a parsing function that will generate the Date and Time of METAR reports which contain 6 hourly weather information. Based on th..... More

Print this item

  Specifying Keys in txt file Dictionary
Posted by: catsrule - May-03-2020, 07:57 PM - Forum: Data Science - Replies (1)

So I am trying to build a dictionary that maps the key value to a specific value in a txt file. Its a txt file about movie reviews and I am trying to ..... More

Print this item

  help with python mouse clicks and Pygame
Posted by: programmer229193 - May-03-2020, 07:40 PM - Forum: Game Development - Replies (5)

I want to be able to draw lines between my mouse clicks, for example, click 1(put a dot, draws a line from 0,0 to point 1) click 2( puts dot, draws a ..... More

Print this item

  Exception handling in regex using python
Posted by: ShruthiLS - May-03-2020, 05:46 PM - Forum: General Coding Help - Replies (1)

Hi all,

I am having a regular expression to be read from the file.

regex = '(START\s*([a-zA-Z]\w*)\s*([a-zA-Z]\w*)\s*([a-zA-Z]\w*)\s*([a-zA-Z]\..... More

Print this item

  ODE Code Help needed
Posted by: Gman21 - May-03-2020, 05:25 PM - Forum: Homework - Replies (2)

I dont know how to code the following ODE

Output:
dU/dR = -k*R^2*V(R)[j(kR)-y(kR)U(R)]^2
When i find U®
, i have: [output]nl®=arct..... More

Print this item

  How to exctract this json to csv
Posted by: kahlenberg - May-03-2020, 05:25 PM - Forum: General Coding Help - Replies (6)

Hi,
I have a json file and I want to convert it to csv. What I found is it depends on json format.
JSON file contains:
[python]

{"all-services":..... More

Print this item

  invitation to an open source community discord server
Posted by: ronblue77 - May-03-2020, 03:17 PM - Forum: News and Discussions - Replies (2)

hello everyone.

i would like to invite you to an open source community discord server which has a python section in it.

here is the invitation h..... More

Print this item

  I am a newbie.Please help me!
Posted by: feynarun - May-03-2020, 02:18 PM - Forum: General Coding Help - Replies (2)

[python]numbers = [2,2,5]

for x_count in numbers:
output = ''
for count in range(x_count):
output += 'x'
print(output)[..... More

Print this item

  project shopping cart
Posted by: pkmnmewtwo - May-03-2020, 12:34 PM - Forum: Homework - Replies (1)

I need to do three enhancement on this program and i'm not sure where to start the enhancement are
(2) Enhancement 2. The quantity of each item sele..... More

Print this item

  finding lines from a text entry
Posted by: Sutsro - May-03-2020, 11:12 AM - Forum: GUI - Replies (2)

Hey everyone i made a code to find lines that starts with adres however it doesnt work, any ideas would be appreciated.
[python]

def verial():
..... More

Print this item

  Problem with the input
Posted by: marios - May-03-2020, 11:08 AM - Forum: General Coding Help - Replies (4)

Hello everyone!

I'm making a script with allows my users to visualize what they are typing.
I need to ask them to write down their emails and I'm hav..... More

Print this item

  For loop with 2 elements. No zip
Posted by: amassotti - May-03-2020, 07:48 AM - Forum: General Coding Help - Replies (10)

Hello everybody.

I've a doubt about the for loop with two elements like this:

[python]d1 = (1,2)
d2 = (3,4)

for item in (d1, d2):
print..... More

Print this item

  Dictionary (next)
Posted by: DPaul - May-03-2020, 07:15 AM - Forum: General Coding Help - Replies (6)

Hi,
I am developing an app that will convert Roman numbers into Arabic and vice versa.
Roman to Arabic is easy, the other way around is not so stra..... More

Print this item

  Python script - search Apache access_log.txt for all of the JavaScript (.js)
Posted by: jnovak - May-03-2020, 05:19 AM - Forum: General Coding Help - Replies (7)

What is expected from the python script:
1. read all the lines from given file access_log.txt and look for any presence of JavaScript files .js
2...... More

Print this item

  stopwatch
Posted by: amschueller - May-03-2020, 03:44 AM - Forum: GUI - Replies (5)

This is my stopwatch from using Tkinter. I was wondering if there was a way to save the times after you stop the stopwatch to some sort of list that w..... More

Print this item

  Tkinter calendar widget
Posted by: scratchmyhead - May-03-2020, 02:14 AM - Forum: GUI - Replies (4)

Hello. I'm new to Python and just started using Tkinter. I'm trying to use a calendar widget and I found this code from google search. The code works ..... More


Attached Files

Thumbnail(s)
       
Print this item

  zigzag example
Posted by: shabux - May-03-2020, 02:09 AM - Forum: General Coding Help - Replies (10)

windows 10, python 3.8

Trying to do zigzag example but not getting right result. I type following code, which I think is identical to the lesson's..... More

Print this item

  bulk import in arangodb from a dataframe
Posted by: ovidius80 - May-03-2020, 12:42 AM - Forum: Data Science - No Replies

Hello

I am trying to bulk import documents to an arangodb collection from dataframes. The code I use is like this:
[python]
import pandas as pd
..... More

Print this item

  Error: Nested method ?
Posted by: JohnnyCoffee - May-03-2020, 12:23 AM - Forum: General Coding Help - Replies (5)

Hi people.

In the method of a class I receive parameters for data processing. As a solution I had to nest methods to be able to sequence the code, ..... More

Print this item

  making dot move in a sinusoidal way
Posted by: philpsypol - May-02-2020, 09:18 PM - Forum: General Coding Help - Replies (3)

Hi folks,

I am trying to move a dot side-to-side in Python, using the following equation: x_coordinates = 0 + (amplitude * sin(frequency*current time..... More

Print this item

  Adding a node into an xml tree
Posted by: arbiel - May-02-2020, 08:04 PM - Forum: General Coding Help - Replies (7)

Hi

I'm wondering on the best wày to include a node into an xml tree, at the right location in a list of siblings.

xml.etree.ElementTree does not..... More

Print this item

  need PIL to import image
Posted by: ErnestTBass - May-02-2020, 06:43 PM - Forum: General Coding Help - Replies (2)

The following python code when run gives the error.

[code]
import cv2
import numpy as np
import matplotlib.pyplot as plt
from sklearn.model_sel..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... Yesterday, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
Most views
  The best Prog... 579223
  Tutorial Requ... 512004
  Web Scraping ... 442158
  Newbie with P... 386283
  New Users Int... 379336
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 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20
shipa1autotransport 11-20

User Panel Messages

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