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,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
2 hours ago
» Replies: 6
» Views: 324
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
2 hours ago
» Replies: 0
» Views: 8
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
5 hours ago
» Replies: 7
» Views: 2,781
looking for help
Forum: Bar
Last Post: PhamMaria
7 hours ago
» Replies: 1
» Views: 1,905
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 648
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,178
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,744
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 638
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,132
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,108

 
  I can't write my data to the data file , Why?
Posted by: canatilaa - Jan-08-2019, 09:40 PM - Forum: General Coding Help - Replies (4)

I want to write the data into the text file I want to use data for the next code, but I entered the data file does not write anything.How can I solve ..... More

Print this item

  t_games, Take Two
Posted by: ichabod801 - Jan-08-2019, 09:29 PM - Forum: Game Development - Replies (16)

I redid the code. It should run solo now (that is, outside the Python path). At least that's what it's doing on my machine.

Print this item

  Python only outputting "101"
Posted by: Spuffle - Jan-08-2019, 07:44 PM - Forum: General Coding Help - Replies (4)

It first happened when following a tutorial for a basic calculator

[python]num1 = float(input("Enter first number: "))
op = input("Enter operator: "..... More

Print this item

  2 buttons to run 2 different functions?
Posted by: JP_ROMANO - Jan-08-2019, 07:33 PM - Forum: GUI - Replies (2)

Good day all,

It seems like the cleanest, easiest way for me to build a GUI is with PySimpleGui, and it's well underway, but I'm having some troubl..... More

Print this item

  reading in csv row by row
Posted by: SchroedingersLion - Jan-08-2019, 07:01 PM - Forum: Homework - Replies (9)

Good evening,

can someone help me with the syntax in saving the rows of a csv files with M rows and N columns into a list?
I do not want the last ..... More

Print this item

  Tkinter Gui ScrolledText Insert From Different Class
Posted by: whisperquiet - Jan-08-2019, 06:45 PM - Forum: GUI - Replies (1)

Hey all, I feel like I'm pretty close, but I cannot seem to figure out why my calls to the function

TextWindowWrite
are not going thr..... More

Print this item

  Python Menu Help
Posted by: jamshaid1997 - Jan-08-2019, 06:09 PM - Forum: General Coding Help - Replies (6)

Need help with sorting out my python menu could someone help me please i have added a bin
[python]
# 1. Add pytsk3 module
import Tkinter
import py..... More

Print this item

  help whit pip
Posted by: lateublegende - Jan-08-2019, 03:13 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I need help whit Pip. I have already pip, but it dosen't work. I have try what the documentation said, nothing to do. I have Nameerro..... More

Print this item

  new to this
Posted by: danbryn16 - Jan-08-2019, 02:32 PM - Forum: General Coding Help - Replies (5)

when i try to run this python script i get this message in CMD, could anyone help me fix these issues please ?

[quote]Traceback (most recent call l..... More

Print this item

  Format text and variables - more lines
Posted by: dan789 - Jan-08-2019, 01:39 PM - Forum: General Coding Help - Replies (3)

Hello,

is there any way how to put such a code into more lines?

print(f'string{variable}string...')

Print this item

  Looking for new hosting service
Posted by: Larz60+ - Jan-08-2019, 12:17 PM - Forum: Bar - Replies (12)

Last year, I had a surprise automatic deduction from my bank account (didn't even know I was set up for it) from my hosting provider (who's initials a..... More

Print this item

  Using a lambda function within another function
Posted by: JChapman - Jan-08-2019, 11:03 AM - Forum: General Coding Help - Replies (8)

I have very recently started looking at python, most of my (recent) prior programming experience being with VBA, and have been following the W3Schools..... More

Print this item

  How to create amplitde ramp function in python
Posted by: aravind_selvaraj - Jan-08-2019, 10:15 AM - Forum: News and Discussions - Replies (2)

I am trying to create an amplitude ramp function. Similar to "chirp()" used for creating a frequency ramp function.
Please help me with your suggesti..... More

Print this item

  How to desing an app for tracking workload
Posted by: Cuz - Jan-08-2019, 08:58 AM - Forum: General Coding Help - Replies (4)

Hi all, everyone keeps telling me the best way to learn Python is to start your own projects, so I wanted to create my own desktop app. I need help w..... More

Print this item

  Reading data from serial port as byte array
Posted by: vlad93 - Jan-08-2019, 08:52 AM - Forum: General Coding Help - Replies (1)

Hi,

I'm new here and i'm begginer in python programming. I need to convert c# code to python but i stuck when i wanted to read serial data as byte ..... More

Print this item

  The best Programming books?
Posted by: bennylava - Jan-08-2019, 05:34 AM - Forum: Bar - Replies (38)

Hi all. I'm looking for the best books out there on the subject of programming. I'm looking for those rare books that are pure greatness. The book tha..... More

Print this item

  parse animation
Posted by: Crazy - Jan-08-2019, 12:55 AM - Forum: General Coding Help - Replies (2)

Hello, I'm not python developer, my knowledge about this language it's very basic, but anyway I'm trying to develop a "plugin" (technically based in o..... More

Print this item

  Python for Everybody 3.3 assignment
Posted by: ramadan2099 - Jan-08-2019, 12:14 AM - Forum: Homework - Replies (7)

Is there a code error?
What do you need to get output?

http://www2.0zz0.com/2019/01/08/03/932918971.png





[python]

inp = input("Choose..... More

Print this item

  Help adding items to a glossary
Posted by: lga13 - Jan-07-2019, 11:59 PM - Forum: Homework - Replies (2)

hey folks, I have a question for my homework where I need to add words and a definition to a glossary then make a user aware that the word/definition ..... More

Print this item

  RedeemScript
Posted by: wectri - Jan-07-2019, 10:52 PM - Forum: General Coding Help - Replies (1)

How do I create a redeemscript to use in signrawtransaction?

// all the best, wectri

Print this item

  Python for loops giving error
Posted by: Petrus - Jan-07-2019, 10:01 PM - Forum: Homework - Replies (12)

Dear all,

I am new to python programming. I wrote a code, but this code works partially. So what I basically did is writing a dictionary with keys ..... More

Print this item

  Convert Python 2 to 3 syntax issue
Posted by: OscarBoots - Jan-07-2019, 09:32 PM - Forum: General Coding Help - Replies (11)

Hi Forum,
I have some code written in version 2.7 and I'm running 3.7 on Windows.
Maybe someone can help me with the changes I'd need to make to get..... More

Print this item

  Need help with my python code
Posted by: jamshaid1997 - Jan-07-2019, 08:12 PM - Forum: Homework - Replies (2)

I have a project which i need help with i keep getting the error global name 'get_option' is not defined

i cant post my code on here as there is a ..... More

Print this item

  Problem with sum of values from .txt file
Posted by: PathhK - Jan-07-2019, 07:11 PM - Forum: General Coding Help - Replies (2)

Hi Wink My task is to count difference between max and min value in each lines from .txt file then sum all these values. I've done the first part..... More

Print this item

  Reading file names
Posted by: CertifiedPengu - Jan-07-2019, 06:29 PM - Forum: General Coding Help - Replies (1)

I'm trying to make a sort of "search function" in a folder, where a user enters a keyword and all files containing that word are outputted. Is that po..... More

Print this item

  create a function for odd integers
Posted by: NLittle17 - Jan-07-2019, 06:09 PM - Forum: General Coding Help - Replies (4)

So I am trying to create a function for odd integers. I would like to have the user input any number and then have the program test if it is evenly di..... More

Print this item

  BBCode tags
Posted by: NLittle17 - Jan-07-2019, 05:41 PM - Forum: Board - Replies (5)

So I am trying to create a function for odd integers. I would like to have the user input any number and then have the program test if it is evenly di..... More

Print this item

  unable to import pymysql
Posted by: IMuriel - Jan-07-2019, 04:55 PM - Forum: Web Scraping & Web Development - Replies (3)

hi, im learning python, and im developing a simple app in a local enviorment,
so im trying to make a mysql connection, so i installed pymysql using p..... More

Print this item

  ComboBox example?
Posted by: JP_ROMANO - Jan-07-2019, 04:34 PM - Forum: GUI - Replies (4)

Hi all - I have to rebuild a little utility I created because my source code was wiped out, and I cannot extract the original script from the .exe I c..... More

Print this item

  A strange value in dictionary
Posted by: python_user_n - Jan-07-2019, 01:21 PM - Forum: General Coding Help - Replies (8)

Hello,
I'm trying to write a solution for exercise 12.4 from "Think Python", and I have a strange behavior of my return value.
Here's the code:
[py..... More

Print this item

  1 == 1 seems to yield false
Posted by: zatlas1 - Jan-07-2019, 01:08 PM - Forum: General Coding Help - Replies (3)

I am a Python newbie. I plucked some code from the internet and trying to build something that resemble the class I am supposed o build

Here is th..... More

Print this item

  How to calculate percentage change sum (Mean) by group
Posted by: SriRajesh - Jan-07-2019, 01:06 PM - Forum: General Coding Help - Replies (3)

Hi,

I have below DataFrame:

[python]A 1.2 3.6
B 2.6 3.8
A 1.5 2.1
B 2.0 2.9
C 2.4 3.5
H 4.1 2.9
C 5.9 9.3
A 2.9 8.3
B 8.7 5.6..... More

Print this item

  Python List Comprehension.
Posted by: rinu - Jan-07-2019, 12:27 PM - Forum: Data Science - Replies (3)

Can you please explain me Python List Comprehension.

Print this item

  How to detect wireless modem connected serially to my laptop in python
Posted by: barry76 - Jan-07-2019, 11:53 AM - Forum: General Coding Help - Replies (3)

With the help of some earlier coding suggestion, I was trying to select the serial port with which I have connected the ..... More

Print this item

  Checking my basic understanding of coding
Posted by: dilans94 - Jan-07-2019, 11:43 AM - Forum: Homework - Replies (3)

Need a little help Rolleyes

I'm kind of new to python and trying to understand basics of python. Trying to show what I understand by looking at..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 2 hours ago tester_V snippsat General Codin...
  LOST BITCOIN OR USDT?WE H... 2 hours ago leewang leewang Networking
  Select Python comment (#)... 5 hours ago SpongeB0B tester_V General Codin...
  looking for help 7 hours ago Azdaghost PhamMaria Bar
  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...
Most views
  The best Prog... 577279
  Tutorial Requ... 500369
  Web Scraping ... 440960
  Newbie with P... 384985
  New Users Int... 369339
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
Seu12Jorge Yesterday
leewang Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
PhamMaria Yesterday

User Panel Messages

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