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,252
» Latest member: Jessicaadams
» Forum threads: 38,781
» Forum posts: 175,826

Full Statistics

Online Users
There are currently 63 online users.
» 2 Member(s) | 53 Guest(s)
Bing, Google, Facebook, AOL, Mojeek, paul18fr, woooee

Latest Threads
re.split issue
Forum: General Coding Help
Last Post: Axel_Erfurt
14 minutes ago
» Replies: 1
» Views: 23
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
2 hours ago
» Replies: 6
» Views: 323
New to python and coding
Forum: Homework
Last Post: lary_p
6 hours ago
» Replies: 5
» Views: 145
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 94
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 228
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 355
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 138
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,636
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 233
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 226

 
  compare file csv
Posted by: hermann - Sep-01-2017, 10:25 PM - Forum: General Coding Help - Replies (3)

im working on a comparasion of csv file. The problem is that the files have different structure and the comparation work bad.. can anyone help me? Tha..... More

Print this item

  Hello Everyone! Possible bug?
Posted by: ghost - Sep-01-2017, 10:25 PM - Forum: News and Discussions - Replies (5)

My name is Nico,
I'm programmer i search possible answer for this code!
[python]

numeri = [i for i in range(1,91)]
giusti = []
utente = input(..... More

Print this item

  installing json
Posted by: Only_On_Tuesdays - Sep-01-2017, 09:23 PM - Forum: General Coding Help - Replies (6)

Hi, first of all I'm new here so hello everyone! I have an issue. I'm trying to learn how to work with a specific API and I need JSON to do it. I used..... More

Print this item

  python indentation confusion
Posted by: hello_its_me - Sep-01-2017, 06:47 PM - Forum: General Coding Help - Replies (5)

Hi, I just started with python and I was coding in C# before and there is my biggest problem.... I am used to the {} and can't figure out how to struc..... More

Print this item

  ValueErrors: need more than 3 values to unpack
Posted by: mikerosz94 - Sep-01-2017, 06:44 PM - Forum: General Coding Help - Replies (1)

the goal of this code is to match year_link and tla_2 and output variables from_, to, digit, name2, min_value, max_value. I am using a CSV file,..... More


Attached Files

Thumbnail(s)
   
Print this item

  Python code doesnt run
Posted by: tsetsko - Sep-01-2017, 06:33 PM - Forum: General Coding Help - Replies (3)

I have the following issue. I have this code:

def power(b, e):
result = b ** e
print " %d to the power of %d is %d." % (b,e,result)

power(..... More

Print this item

  Given a date I need to separate data into weeks
Posted by: cspower - Sep-01-2017, 06:04 PM - Forum: General Coding Help - Replies (14)

This is my first post and I'm very much a beginner.

I have a report of all our trouble tickets.
We convert that report convert it into a csv file...... More

Print this item

  i cant seem to save
Posted by: Saxycool12345 - Sep-01-2017, 04:01 PM - Forum: General Coding Help - Replies (6)

as the subject suggests i cant find where to save how do i save my work? im on python 3.6.2 mac
please help me Pray

Print this item

  This site Google Analytics
Posted by: snippsat - Sep-01-2017, 03:57 PM - Forum: Board - Replies (1)

I added Google Analytics 18-11-2016.
It monitor pretty much everything what happen to a site.
So can get useful and unuseful info about a site.

H..... More

Print this item

  check if value of passed variable has uppercase characters in it.
Posted by: wfsteadman - Sep-01-2017, 03:22 PM - Forum: General Coding Help - Replies (3)

Greetings all,
I am parsing through lines in a file and what i am trying to do is look for any objects in position 5 (The line is getting split so ..... More

Print this item

  Entering an expression with "input" command
Posted by: johnmnz - Sep-01-2017, 01:39 PM - Forum: General Coding Help - Replies (3)

I want to write a program that lets the user provide an expression "on the fly" as in
expression = input ("Enter the expression")
for x in range (-1..... More

Print this item

  Code is Outputting Incorrectly
Posted by: mikerosz94 - Sep-01-2017, 01:28 PM - Forum: General Coding Help - No Replies

The code shown below is outputting everything on my CSV sheet. It's not suppose to do that. Instead, the goal is to match Year and data_location, ..... More


Attached Files

Thumbnail(s)
   
Print this item

  understand function
Posted by: hermann - Sep-01-2017, 10:37 AM - Forum: General Coding Help - Replies (3)

I did not understand how this function works properly? can anyone help me to understand it and to test it?. i work with csv file

[python]# Convert ..... More

Print this item

  ValueError: invalid literal for int() with base 10: '[2,4,7,8,19]'
Posted by: rajeev1729 - Sep-01-2017, 06:54 AM - Forum: General Coding Help - Replies (3)

Hello friends,given program show given error. Please give me solution.
i want '[2,4,7,8,19]' as list of element but it is string.
ValueError: inval..... More

Print this item

  python word-docx
Posted by: jon0852 - Sep-01-2017, 04:54 AM - Forum: General Coding Help - No Replies

Hi, I am working with the python library python-docx and trying to extract information from a MS Word table and place it neatly in Excel. The table c..... More

Print this item

  Perfect Square program
Posted by: forumer444 - Sep-01-2017, 01:59 AM - Forum: Homework - Replies (4)

Hi, all!

I'm new to the forums, and have a small problem on this short program homework assignment. Hopefully somebody can help me out. I'm working..... More

Print this item

  I need help understanding how to use and run this program! Thanks in advance!
Posted by: tc1chosen - Aug-31-2017, 09:42 PM - Forum: General Coding Help - Replies (6)

Hi everyone! I am new here! I am trying to learn how to use python to run and use this code: https://github.com/petertodd/replace-by-fee-tools

If a..... More

Print this item

  Collaboration on a Pokemon Game
Posted by: Codezters - Aug-31-2017, 09:40 PM - Forum: Game Development - Replies (3)

I am making a Pokemon Game In Python using Pygame and Github. I was wondering if anyone was willing to help me. I'm hoping to get a team of 10 or more..... More

Print this item

  Wondering about a External Website
Posted by: Codezters - Aug-31-2017, 09:17 PM - Forum: News and Discussions - Replies (9)

I couldnt find a better place to post this: Before I did python I was using a simple browser based programming language, scratch.mit.edu, I was wonder..... More

Print this item

  HOW TO GET AN INFORMATION FROM A WEB PAGE USING A SCRIPT
Posted by: bill32767 - Aug-31-2017, 08:18 PM - Forum: General Coding Help - Replies (1)

Please I need help about writing a script that could help me search for an information on a website. For instance: a web site (www.myweb.com) has a li..... More

Print this item

  Integer Required for psspy function
Posted by: mikerosz94 - Aug-31-2017, 06:42 PM - Forum: General Coding Help - No Replies

The error in the code is [error]psspy.three_wnd_winding_data_3(from_,to,'%s'% last_bus,r"""1""",1,[_i,_i,_i,_i,_i],[_f,_f,_f,_f,_f,_f,_f,_f, max_value..... More


Attached Files

Thumbnail(s)
   
Print this item

  Threads&Queques
Posted by: alexandra - Aug-31-2017, 05:33 PM - Forum: Homework - Replies (4)

Can I implement the threads in this code, having queues too?
I have solved the problem with some sort of strings called threads, I haven't really use..... More

Print this item

  Best Practice For String Quotations ?
Posted by: Zork_3 - Aug-31-2017, 04:12 PM - Forum: General Coding Help - Replies (9)

Hello ,

I am still very new to Python and programming in general .

I have noticed that some programmers use " " and some use ' ' in string..... More

Print this item

  KeyError: '1'
Posted by: mikerosz94 - Aug-31-2017, 01:43 PM - Forum: General Coding Help - Replies (1)

Hello everyone, I am receiving an error:[error]Traceback (most recent call last):
File "C:\Users\RoszkowskiM\Desktop\win5.py", line 120, in <module..... More

Print this item

  Text file parsing with python and with a list in grammar
Posted by: pitanga - Aug-31-2017, 01:28 PM - Forum: General Coding Help - Replies (2)

Hello! Smile

Are there people here who know NLP? I have to do a parsing: the goal is to create a grammar rules that will be applied in a cor..... More

Print this item

  Can't attacha ny files onto this forum
Posted by: mikerosz94 - Aug-31-2017, 12:55 PM - Forum: Board - Replies (9)

I do not have the attachments tab under the textbox. Am I suppose to enable something?

my code here

Print this item

  Repost isinstance not outputting any statements
Posted by: mikerosz94 - Aug-31-2017, 12:39 PM - Forum: General Coding Help - Replies (1)

My code is not outputting anything when using isinstance. This is shown at the end of the code. I tried inputting year 1 and tla_2=1, and no outpu..... More

Print this item

  discord bot not working
Posted by: lolteam - Aug-31-2017, 10:48 AM - Forum: General Coding Help - Replies (1)

my question here

[python]import discord
from discord.ext.commands import Bot
from discord.ext import commands
import asyncio

Client = discord..... More

Print this item

  Random number selection
Posted by: stumunro - Aug-31-2017, 09:11 AM - Forum: General Coding Help - Replies (4)

Hi everyone,

I'm jumping in at the deep end here (I've literally just started codeacademy).

Basically, I was wondering if you could tell me how ..... More

Print this item

  discord bot
Posted by: lolteam - Aug-31-2017, 08:43 AM - Forum: General Coding Help - Replies (1)

my question here

[python]import discord
from discord.ext.commands import Bot
from discord.ext import commands
Client = discord.Client()
bot_pre..... More

Print this item

  Official: Python is for the rich :)
Posted by: Ofnuts - Aug-31-2017, 08:37 AM - Forum: News and Discussions - Replies (9)

Yet another interesting use of the StackOverflow usage statistics:

https://stackoverflow.blog/2017/08/29/ta...-languages-..... More

Print this item

  Newby to Pyhon
Posted by: garich01 - Aug-31-2017, 08:19 AM - Forum: General Coding Help - Replies (3)

Hi, I am new to this forum and new to Python. I am starting with some very basic scripting to manipulate and manage files. Eventually I want to setup ..... More

Print this item

  Since PyCharm knows which file is "main", how can I tell it "run this project"
Posted by: sylas - Aug-31-2017, 07:00 AM - Forum: General Coding Help - Replies (7)

Hi all ! Since PyCharm knows which file is "main", how can I tell it: "run this project"(instead of "run this file") ? Here below the 2 files. Amazing..... More

Print this item

  parallel processing on Mac
Posted by: ahost - Aug-31-2017, 03:06 AM - Forum: Data Science - Replies (3)

It seems the mutiprocessing module is not Mac compatible? The documentation states: "It runs on both Unix and Windows." I guess Unix could include Mac..... More

Print this item

  is
Posted by: ichabod801 - Aug-31-2017, 02:44 AM - Forum: Board - Replies (1)

I swear I've seen three or four posts in the last couple days using 'is' in place of '=='. Is there some bad tutorial out there teach people this, or ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  re.split issue 14 minutes ago paul18fr Axel_Erfurt General Codin...
  Backward compatibility qu... 2 hours ago yutaozhou noisefloor News and Disc...
  New to python and coding 6 hours ago lary_p lary_p Homework
  why is the image not show... Yesterday, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [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
Most views
  The best Prog... 578910
  Tutorial Requ... 510123
  Web Scraping ... 441937
  Newbie with P... 385952
  New Users Int... 376707
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
Jessicaadams Today
ftk456 Yesterday
sarbogast Yesterday
bmurray Yesterday
kai_cow2710 Yesterday

User Panel Messages

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