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,251
» Latest member: ftk456
» Forum threads: 38,780
» Forum posts: 175,822

Full Statistics

Online Users
There are currently 57 online users.
» 1 Member(s) | 48 Guest(s)
Bing, Google, Facebook, Applebot, buran

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
9 hours ago
» Replies: 2
» Views: 69
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 12:09 PM
» Replies: 4
» Views: 119
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 211
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 343
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Nov-11-2025, 05:07 AM
» Replies: 5
» Views: 301
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 130
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,631
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 224
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 214
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,585

 
  Dynamic Printing With Python Terminal
Posted by: MrTim - Jul-06-2021, 01:06 PM - Forum: General Coding Help - Replies (2)

Hello there,

I have a question regarding python terminal printing.
I am currently working on a project in windows. I would like to display text on..... More


Attached Files

Thumbnail(s)
   
Print this item

  API or UDP to home automation system
Posted by: MandMtje - Jul-06-2021, 12:11 PM - Forum: Networking - Replies (4)

Hello,

I am a beginner in python programming. For a project I want to have a program that reads 2 keys pressed simultaneously, like preferably alt ..... More

Print this item

  Starlette: accumulated tasks. Why?
Posted by: lifemaker - Jul-06-2021, 09:26 AM - Forum: Networking - Replies (2)

Hi everyone!
I have test project:

[python] from starlette.applications import Starlette
from starlette.responses import JSONResponse
..... More

Print this item

  *args implementation and clarification about tuple status
Posted by: amjass12 - Jul-06-2021, 08:37 AM - Forum: General Coding Help - Replies (10)

Hi!

I don't think this should go in the code checking section as I am also asking for clarification on implementation so hope this thread is ok her..... More

Print this item

  Several pdf files to text
Posted by: mfernandes - Jul-05-2021, 08:56 PM - Forum: General Coding Help - Replies (10)

Dear Python community,
I have several pdf files in a folder and I would like to convert all of them into text file. In this link it is explained how ..... More

Print this item

  regex pattern to extract relevant sentences
Posted by: Bubly - Jul-05-2021, 07:19 PM - Forum: General Coding Help - Replies (2)

Hi All,

I am looking to extract sentences which contains combination of given words and separated by "n" number of words between them. When i run t..... More

Print this item

  Tik Tok Auto Claimer
Posted by: TikTokAutoClaimer - Jul-05-2021, 06:50 PM - Forum: Jobs - No Replies

Need a tik tok username auto Claimer. Must not get spammed blocked and run flawlessly. pm here or contact via discord L33T#4744

Print this item

  Learning and need help
Posted by: mathews32 - Jul-05-2021, 02:00 PM - Forum: General Coding Help - Replies (1)

Hey All, complete noob at this. Here is my question:

# This is my first python project
[python]calc_to_secs = 24 * 60 * 60
num_of_days = input('E..... More

Print this item

  pool mysql error - not catch by try\except?
Posted by: korenron - Jul-05-2021, 08:58 AM - Forum: General Coding Help - Replies (1)

Hello,
I'm using Pool function to run several mysql command 'update'

I guess I have some connection problems because I'm gettig this error:
[pyt..... More

Print this item

  Want to remove the text from a particular column in excel
Posted by: shantanu97 - Jul-05-2021, 08:13 AM - Forum: General Coding Help - Replies (2)

Data looks like when I open this csv in Notepad.

  • Year Latitude Longitude Magnetic Declination SourceFile
    1985 88 75 " magneticFields
    D ..... More


Attached Files

.py   c-1.py (Size: 248 bytes / Downloads: 401)
.csv   magnetic_declination_australia_1.csv (Size: 3.49 KB / Downloads: 465)
Print this item

  Convert the typical MATLAB GUI creator code to Python
Posted by: Army - Jul-05-2021, 05:48 AM - Forum: GUI - Replies (1)

Hi there,

I'm very new to Python. I'd like to seek your thoughts and expertise on how to convert the following MATLAB code to Python.

[python] ..... More

Print this item

  Tkinter Drawing/Annotating on live video
Posted by: KDog - Jul-04-2021, 08:48 PM - Forum: General Coding Help - Replies (4)

Hello all! I am working on an app that opens the webcam and then allows various functionality such as save image, change brightness etc.
I have imple..... More

Print this item

  unexpected token < in json at position 0
Posted by: Frodoxzibit - Jul-04-2021, 08:20 PM - Forum: General Coding Help - Replies (5)

[python]from selenium import webdriver
import time
from selenium.webdriver.common.keys import Keys


username = 'xxxxxxxx'
password = 'xxxx'

..... More

Print this item

  checking for last item in for loop
Posted by: Skaperen - Jul-04-2021, 07:58 PM - Forum: General Coding Help - Replies (11)

i am iterating over a list and need to do something slightly different for the last item in the list. i currently do this with a counter that is 1 on..... More

Print this item

  writing 2 up to 2**7 in phyton ( while )
Posted by: ben1122 - Jul-04-2021, 05:12 PM - Forum: Homework - Replies (3)

I have a question ( not homework, im basically studying to learn phyton a little before study ):
it says to write all the numbers between 2**1 to 2**..... More


Attached Files

Thumbnail(s)
   
Print this item

  creating tuples
Posted by: erdemath - Jul-04-2021, 03:22 PM - Forum: Data Science - Replies (8)

Hello,

I need to create multidimensional stand-alone tuples, which is in other words arrays of arrays. If I need to give some example, let¨s say I ..... More

Print this item

  [Solved] Plotting data from txt file
Posted by: Laplace12 - Jul-04-2021, 02:14 PM - Forum: General Coding Help - Replies (1)

Hey! I'm trying to plot a text file that looks like this:

[python]#0 0.4000 0.1485 2.1926 Fixed 0.0195 0.0299 64.9854 11.2706 23.7440 1.48..... More

Print this item

  event.key == K_r:
Posted by: Pedroski55 - Jul-04-2021, 10:49 AM - Forum: Game Development - Replies (2)

I am new to pygame, so I am looking at the docs here and trying each bit out in Idle..... More

Print this item

  behavior list of lists
Posted by: roym - Jul-04-2021, 10:24 AM - Forum: General Coding Help - Replies (5)

Dear all,

I am new to Python, and currently I am practicing around a bit with lists. One of the assignments is to create a 3D list. Below is the c..... More

Print this item

  3D-Piechart
Posted by: timste - Jul-04-2021, 09:57 AM - Forum: Data Science - Replies (3)

Hi
I struggle finding good informations about 3D-piecharts online Dodgy . So I wanted to ask you how I create three (one for each row) 3D-piech..... More

Print this item

  FileNotFoundError: [Errno 2] No such file or directory: 'word2vec.model'
Posted by: Anldra12 - Jul-04-2021, 07:30 AM - Forum: General Coding Help - Replies (6)

I am trying to implement word2vec model using genism while make the model Dir word2vec.model under main models
Dir Path
[py..... More

Print this item

  Are there any groups for website review?
Posted by: CoderBro27 - Jul-03-2021, 08:48 PM - Forum: Web Scraping & Web Development - Replies (4)

I have been working on a few web apps, I was wondering is there a good community or discord where I can say, hey, here is my website and my code, take..... More

Print this item

  Regex: a string does not starts and ends with the same character
Posted by: Melcu54 - Jul-03-2021, 08:41 PM - Forum: General Coding Help - Replies (5)

hello. I have a little problem with Python and Regex. In fact, some regex doesn't work if a string does not starts and ends with the same character. F..... More

Print this item

  Installing and using Python on windows has become a 2 week long nightmare
Posted by: ogg130 - Jul-03-2021, 04:21 PM - Forum: News and Discussions - Replies (3)

NT - Problem resolved - user error

Print this item

  Web scraping data
Posted by: Mike_Eddy - Jul-03-2021, 02:34 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I'm new in python and in web scraping, so sorry if my answer is stupid but i don't find anything to do that.

Is it possible to scrap data..... More

Print this item

  Conditional formatting in csv export
Posted by: cabtor - Jul-03-2021, 11:19 AM - Forum: General Coding Help - Replies (2)

Hi. I have a dataframe containing zeros and some other numbers.
When I export it to csv I would like to have the following format:
a) non zero num..... More

Print this item

  print not printing newlines
Posted by: rocket777 - Jul-02-2021, 11:49 PM - Forum: General Coding Help - Replies (4)

I've got 2.7 and 3.3 versions. The 3.3 is in spyder on windows. The 2.7 is python in linux.

I'm reading data from a socket, and If I do this,

[i..... More

Print this item

  different programming languages/words in text editors
Posted by: alok - Jul-02-2021, 09:07 PM - Forum: News and Discussions - Replies (7)

In programming,with your text editor is the language used like Python or C++ ,changing its language or word ( in itself, in the editor ) to a binar..... More

Print this item

  Send SMS from my phone number
Posted by: aster - Jul-02-2021, 08:41 PM - Forum: General Coding Help - Replies (4)

Hello,

I found a lot of online services that allows me to send SMS.

But I didn't found how to send SMS from my phone with my number, is this pos..... More

Print this item

  Web-Development in general
Posted by: Kael90 - Jul-02-2021, 10:28 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

i already a bit fluent in basic python (simply means in my reagion i have done some small GUI Programs and some Databases)

Now i wanted t..... More

Print this item

  virtual environment
Posted by: heye - Jul-02-2021, 07:35 AM - Forum: General Coding Help - Replies (4)

Hi
i have created numbers of virtual environment with python3 in ubuntu.
now , i have lost track of them.
May I know how to list the name of the vi..... More

Print this item

  Converting a list to dictinary
Posted by: tester_V - Jul-02-2021, 04:52 AM - Forum: General Coding Help - Replies (8)

Greetings to those that do not sleep! Wink

I kind of asked a similar question before (about counters).

I have a file:
PRQ09_PCX0161Host,D..... More

Print this item

  parse tree vs just tokenizing
Posted by: Skaperen - Jul-01-2021, 11:54 PM - Forum: News and Discussions - Replies (5)

i do not need a parse tree result. i only want to get a list of tokens from a string of Python source code. that means breaknig up a string into the..... More

Print this item

  Why it does not print(file.read())
Posted by: Rejaul84 - Jul-01-2021, 10:26 PM - Forum: General Coding Help - Replies (1)

I am a total beginner and not sure why it not printing what I have written to the data.csv file. I can see the data in the csv but expected python to ..... More

Print this item

  SaltStack: MySQL returner save less data into Database table columns
Posted by: xtc14 - Jul-01-2021, 07:22 PM - Forum: General Coding Help - Replies (2)

I'm trying to modify the existing SaltStack MySQL returner to only save a handful of data instead of the default columns
`(| fun | jid | return | id ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 9 hours ago sarbogast deanhystad General Codin...
  New to python and coding Yesterday, 12:09 lary_p jefsummers Homework
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... 11-11, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
Most views
  The best Prog... 578889
  Tutorial Requ... 510044
  Web Scraping ... 441930
  Newbie with P... 385941
  New Users Int... 376585
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday
kai_cow2710 Yesterday
Kacper 11-11

User Panel Messages

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