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,969
» Latest member: samuelshlzeo7159
» Forum threads: 38,730
» Forum posts: 175,551

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 7
» Views: 373
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,801
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 665
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,200
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,763
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 656
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,153
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,132
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,423
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,973

 
  Please help me with keyboard clicker
Posted by: jurij7 - May-04-2020, 07:30 PM - Forum: General Coding Help - No Replies

Hello, my idea is that after i press "f" program start pressing arrows up, right, down and left in 0,2 sec, til I press "f" again.

My code is:

[..... More

Print this item

  programming parallels
Posted by: astral_travel - May-04-2020, 07:04 PM - Forum: News and Discussions - Replies (4)

are there other ways in which programming has helped you in life other than the direct application for it in computers ?

Print this item

  Compiling to windows installer
Posted by: DT2000 - May-04-2020, 05:37 PM - Forum: General Coding Help - Replies (1)

Ok, so I have run into an issue that I have not had before. I completed my code and used pyinstaller to compile it to an exe and it runs correctly. O..... More

Print this item

  Please review and suggest some modifications about my TIC-TAC-TOE programme
Posted by: MohammedSohail - May-04-2020, 03:22 PM - Forum: Code Review - Replies (3)

[python]#describing the board
board = [" ", " ", " ",
" ", " ", " ",
" ", " ", " "]

#making the board
def print_board():
..... More

Print this item

  Install thresding module
Posted by: kalvarix - May-04-2020, 03:14 PM - Forum: General Coding Help - Replies (2)

Hi,

I would like to use the threading module, but I can't find it with..... More

Print this item

  help with matricies
Posted by: ptnb - May-04-2020, 01:56 PM - Forum: Data Science - Replies (4)

Before anyone crucify me for asking a stupid question, I have to point out that I started learning Python 2 weeks ago (and I don't have much time per ..... More

Print this item

  Two exact "Fors" giving me different results?
Posted by: FilGonca - May-04-2020, 12:23 PM - Forum: General Coding Help - Replies (2)

So, I was practicing the For loop that I've found on the internet but if I copy-paste the original code, the list of numbers appears before the final ..... More

Print this item

  Sort last
Posted by: pyzyx3qwerty - May-04-2020, 10:51 AM - Forum: Homework - Replies (7)

I have been taking a class, so this must count as homework. So thing is given a list of non-empty tuples, return a list sorted in increasing order by ..... More

Print this item

  Coordinates from a text file
Posted by: garry1415 - May-04-2020, 10:42 AM - Forum: General Coding Help - Replies (7)

Hi i have to create a 2d game of sorts and to start it i need to create a function which reads in a text file and creates a list from each line.
and ..... More

Print this item

  Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck
Posted by: apollo - May-04-2020, 10:42 AM - Forum: General Coding Help - Replies (1)

hi there - good day dear pythonists and dear python-user,


well first of all: many many thanks for running this great forum here. I am glad to be..... More

Print this item

  ValidatedDC - Dataclass with data validation
Posted by: EvgeniyBurdin - May-04-2020, 10:12 AM - Forum: Code sharing - Replies (2)

ValidatedDC is a regular Python dataclass, but with the ability to check the validity of the data by which this dataclass was initialized. Also, you..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 4 hours ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577288
  Tutorial Requ... 500446
  Web Scraping ... 440964
  Newbie with P... 384997
  New Users Int... 369397
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+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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