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,248
» Latest member: playguypt42
» Forum threads: 38,779
» Forum posts: 175,814

Full Statistics

Online Users
There are currently 49 online users.
» 0 Member(s) | 47 Guest(s)
Bing, Google

Latest Threads
tools
Forum: Bar
Last Post: playguypt42
20 minutes ago
» Replies: 2
» Views: 1,662
New to python and coding
Forum: Homework
Last Post: Larz60+
Yesterday, 10:18 AM
» Replies: 1
» Views: 60
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 271
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 09:41 AM
» Replies: 3
» Views: 109
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 246
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 94
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,605
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 193
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 177
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,952

 
  Is there a specialist in error handling ?
Posted by: sylas - May-21-2017, 07:48 PM - Forum: Homework - Replies (9)

my question here:Please help me to finish with this file. I am a beginner and I am unable to use "try" and "except"
[python]# file2.py
size = 40
pr..... More

Print this item

  Hiring Python Programmer (2.7.9)
Posted by: Backyard - May-21-2017, 05:32 PM - Forum: Web Scraping & Web Development - Replies (4)

I need a python program recoded and turned into a .exe with a IP whitelist pulled from a discord channel or some other form or simple database solutio..... More

Print this item

  Recommendation for Python IDE (with debugger, Windows platform)
Posted by: vadim_datascience - May-21-2017, 04:28 PM - Forum: General Coding Help - Replies (6)

Dear all,

I am looking for a Python IDE with debugger on Windows. I use Python for data analysis, so no need in web/mobile applications development..... More

Print this item

  Removing punctuation from strings in lists
Posted by: iFunKtion - May-21-2017, 02:30 PM - Forum: General Coding Help - Replies (3)

Hi,

Stdin reads any text entered in, into a list, so a limerick, 5 lines of text, will be read into a list of 5 comma separated list items. How ca..... More

Print this item

  How to simulate this block diagram with python control library?
Posted by: nugrohoav - May-21-2017, 09:48 AM - Forum: Homework - Replies (1)

[Image: QmD8s.png]
And  G(s)c is a PD Controller. The value of P controller is 973.14 and [b]D contro..... More

Print this item

  async for
Posted by: wavic - May-21-2017, 08:22 AM - Forum: Web Scraping & Web Development - Replies (7)

Well I have a list of URLs and I want to iterate over it so do get the pages as fast as it's possible.
I know that there is async for loop but can't ..... More

Print this item

  still working on page columnizer
Posted by: Skaperen - May-21-2017, 08:10 AM - Forum: News and Discussions - Replies (4)

i'm still working on a page columnizer.  you call put() passing it short lines, such as names files.  it forms the lines into columns and lines them u..... More

Print this item

  Homework problem
Posted by: Dem_Prorammer - May-20-2017, 07:13 PM - Forum: Homework - Replies (1)

(Basically the task)
Write a program that displays n flags for a given number n from 1 to 9. The image of one flag has a size of 4 × 4 characters, and..... More

Print this item

  [Part-2]Python environment Windows
Posted by: snippsat - May-20-2017, 06:30 PM - Forum: Python Installation and Execution - Replies (4)

[size=medium]Part-1 is here,which contend basic i..... More

Print this item

  calculate specified column or row mean
Posted by: SriRajesh - May-20-2017, 12:53 PM - Forum: Data Science - Replies (2)

Hi,

I have the data pandas.DataFrame as below:
I want to compute column 3 mean and row 4 mean.
[code]test:

AAB   BT     2     5  5.1
0  YUT  HYT  89..... More

Print this item

  python How to import All modules from namespace
Posted by: harun2525 - May-20-2017, 09:57 AM - Forum: General Coding Help - Replies (1)

i tried to import all modules of namespaces but no modules imported.  how can I import all ?

example
[python]
# myfolder
#  | mymodule1.py
#  | mymod..... More

Print this item

  No module named 'ConfigParser'
Posted by: Bani - May-20-2017, 05:35 AM - Forum: General Coding Help - Replies (13)

Hi,

When I want to install some pachakes, I have "ImportError: No module named 'ConfigParser'" error.
I use Python3.5 and used the below command t..... More

Print this item

  Having my output links become clickable
Posted by: bigmit37 - May-20-2017, 12:10 AM - Forum: General Coding Help - Replies (8)

I scraped a site and got a list of links.
I  can call the list object to output the links, but they are just in text format in my shell. They are not..... More

Print this item

  Python Errors
Posted by: kendias - May-19-2017, 09:23 PM - Forum: General Coding Help - Replies (26)

my question here
I am using a python program from a link but am getting errors on simple lines of code (below). Get errors on the first, second lines ..... More

Print this item

  A little help please?
Posted by: TiffanyButterfly23 - May-19-2017, 06:53 PM - Forum: General Coding Help - Replies (1)

Hi! I am kind of new to python and I don't really know where to start. I am trying to making a game where you are a butterfly and you have to fly thro..... More

Print this item

  Pandas| iterrows | csv.replace
Posted by: BeerLover - May-19-2017, 05:39 PM - Forum: Homework - Replies (1)

Hello forum,

I wanted to ask you to check what is wrong this piece of code: 

[python]
import pandas as pd
import requests
import io

csv = ..... More

Print this item

  Rock, Paper, Scissors game help..
Posted by: hentera - May-19-2017, 05:15 PM - Forum: Homework - Replies (3)

I'm having a very minor issue that I can't seem to figure out. When the user enters "quit" I want the program to display their wins/losses. What am I ..... More

Print this item

  instruction refused on a "while loop"
Posted by: sylas - May-19-2017, 05:00 PM - Forum: General Coding Help - Replies (11)

my question here:Why the following tiny  file of 4 lines works well? 1. value =5.5...    2.total=0.0....3. total=value+total....4...print(total)....Th..... More

Print this item

  Print if all checkboxes marked
Posted by: Kaelmi - May-19-2017, 02:31 PM - Forum: GUI - Replies (10)

Hi guys,
I'm starting my adventure with python and well - programming at all and I've got a small problem for which I can't find any answer.

I wro..... More

Print this item

  Matrix with bounded random numbers
Posted by: Felipe - May-19-2017, 11:36 AM - Forum: Data Science - Replies (2)

Hi everyone, 

I want to construct a matrix with aleatory numbers that are limited by previously determined values. These values are gave in arrays ..... More

Print this item

  ssh + mysql connection python 3.4.3
Posted by: desudesu - May-19-2017, 11:24 AM - Forum: General Coding Help - Replies (9)

Hello, im having a problem connecting to remote mysql database. i am able to manually ssh to the server and connect to mysql using same authentication..... More

Print this item

  Random Sentance Generator
Posted by: Liquid_Ocelot - May-19-2017, 07:21 AM - Forum: Homework - Replies (1)

Hey guys so I need to write a Random Sentance Generator that reads 
nouns.
adjectives,
adverbs,
conjunctions,
Intransitive verbs,
Leadin,
Nounm..... More

Print this item

  strange change of the indention to 3 spaces
Posted by: buran - May-19-2017, 06:41 AM - Forum: Board - Replies (31)

I noticed strange behaviour when post code. Sometimes it change the indention to 3 spaces, instead of 4. FYI, I use Firefox, in case it is browser spe..... More

Print this item

  Outfancy - Print tables in Terminal (and (#Highly experimental) charts)
Posted by: carlosplanchon - May-19-2017, 05:47 AM - Forum: GUI - Replies (1)

That's my first post here, and I come with this project to show.

Any help or sugerence is welcome. (english or spanish)

Repository:

http://github.c..... More

Print this item

  Trying to use ctypes.wintypes.HINSTANCE
Posted by: muskyInk - May-18-2017, 11:22 PM - Forum: General Coding Help - No Replies

I am trying to call a function from a dll(A) that is loaded by another dll(B). (A) has a function exposed getDLL that returns a winapi handle to (B). ..... More

Print this item

  PyCon 2017
Posted by: snippsat - May-18-2017, 10:31 PM - Forum: News and Discussions - Replies (6)

PyCon 2017 is under way.
If any interesting videos post link here.

This one is worth watching,the best and m..... More

Print this item

  FFT
Posted by: GiPa - May-18-2017, 10:21 PM - Forum: General Coding Help - No Replies

I have a question about the FFT, sorry if it is quite trivial but I've not reaaly understand where is the mistake.
I want calculte the FFT of the nor..... More

Print this item

  How good is appJar?
Posted by: kennybassett - May-18-2017, 08:29 PM - Forum: GUI - Replies (4)

I started learning python about 1 week ago, so I'm not sure if the path I'm taking for creating gui's will be a good one. I heard that appJar was pret..... More

Print this item

  Regarding guidance for a Newbie in Python and Django
Posted by: ravindersingh13 - May-18-2017, 06:29 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello All,

Greetings !!

I am a newbie in Python. I am really passionate about learning Python and then learn Django. Have tried basic tutorials ..... More

Print this item

  necrobumping
Posted by: metulburr - May-18-2017, 04:22 PM - Forum: Board - Replies (11)

I was having an argument with someone the other day about necrobumping (posting in old threads). I was pro-necrobumping.

We havent had a lot of sw..... More

Print this item

  CSV Reader
Posted by: soundcw - May-18-2017, 02:53 PM - Forum: General Coding Help - Replies (1)

Hi

I am a new programmer with Python and do appreciate any help or suggestions - a virtual beer is offered :)

I am running my program and get th..... More

Print this item

  Please help me to convert a function from vb to python
Posted by: Bokka - May-18-2017, 02:07 PM - Forum: General Coding Help - Replies (15)

Hello everyone! So far I have always programmed with visual basic, but I happened to have to convert my code into python. I would need if somebody can..... More

Print this item

  Using Python to add text lines in a gcode file
Posted by: Johnlab - May-18-2017, 01:25 PM - Forum: General Coding Help - Replies (3)

I have been building a 3D printer and would like to create a post-processing plugin for my slicer as the slicer doesn't provide a feature that I requi..... More

Print this item

  Question about classes
Posted by: cybercreature - May-18-2017, 12:04 PM - Forum: General Coding Help - Replies (2)

Hi, I have 2 classes and I want a method which is in the the 2nd class ('class2_method') to be able to access a class variable from the first class. H..... More

Print this item

  Making indices and rearrranging list
Posted by: reidybwoykeon - May-18-2017, 10:26 AM - Forum: Data Science - Replies (2)

Good day,

I'm fairly new to Python. I have generated a list and want to rearrange it. I want to know what's the best way to go about doing that — s..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  tools 20 minutes ago lindabelmore playguypt42 Bar
  New to python and coding Yesterday, 10:18 lary_p Larz60+ Homework
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Help with Serial.write in... Yesterday, 09:41 racingsubby Larz60+ General Codin...
  Backward compatibility qu... Yesterday, 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... 578808
  Tutorial Requ... 509791
  Web Scraping ... 441913
  Newbie with P... 385906
  New Users Int... 375952
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+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
playguypt42 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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