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,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,838

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 36 Guest(s)
Bing, Apple, Google, AOL, Facebook, AOL, deanhystad

Latest Threads
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 10
» Views: 192
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 3
» Views: 103
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 07:58 PM
» Replies: 6
» Views: 192
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 6
» Views: 368
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 123
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 254
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 402
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 152
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,646
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 257

 
  Panda.read_cvs Issues Reading Certain Columns
Posted by: BlackHeart - Oct-27-2017, 02:48 AM - Forum: Data Science - Replies (5)

Hey guys. I'm trying to get Panda.read_cvs to read certain columns in my dataset. It says that the 'high' column is not in the list...

I'm trying t..... More

Print this item

  Click dropdown menu option with Selenium PyChrome
Posted by: AcszE - Oct-26-2017, 08:17 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello! I'm trying to click on the button of "Suicide or self injury" inside the report menu of youtube. I have already clicked on the "Harmful dangero..... More

Print this item

  Problem with remove Temp Files
Posted by: karlo_ds - Oct-26-2017, 08:09 PM - Forum: General Coding Help - Replies (1)

Hi everyone!

I try to remove the tempfiles in windows 8... I try with Python:

---------------------------------------------------------------..... More

Print this item

  cant save data to text file.
Posted by: darktitan - Oct-26-2017, 05:54 PM - Forum: General Coding Help - Replies (28)

hi
Im trying to save all the generated numbers from my generator  to a text file with file save dialog but it only saves the last line and the text f..... More

Print this item

  snakes & ladders
Posted by: mzmingle - Oct-26-2017, 04:31 PM - Forum: Game Development - Replies (4)

Hi, I'm quite new to pygame & I've been messing around with a few little things on it, but the other day we were set homework to make snakes & ladders..... More

Print this item

  Table Data Model
Posted by: kmcollins - Oct-26-2017, 03:38 PM - Forum: Code sharing - Replies (1)

[python]# Class: TableData
# Date Started: October 22, 2017
# Author: George Keith Watson, a.k.a. Keith Michael Collins
# ..... More

Print this item

  Read txt files in python
Posted by: rii - Oct-26-2017, 03:18 PM - Forum: Homework - Replies (4)

Hi, my teacher just gave me this assignment and i already wrote smt, but it doesn't work... Can anyone help me,please?
-------------------------------..... More

Print this item

  Extracting numbers
Posted by: Ronnie - Oct-26-2017, 02:49 PM - Forum: General Coding Help - Replies (18)

Hello, I am wondering if anyone can help me with my computing code, I have a text file and need to extract the UK phone numbers, and ensure that the p..... More

Print this item

  2 logical problems
Posted by: Peter_EU - Oct-26-2017, 11:37 AM - Forum: Homework - Replies (1)

Deleted. Sorry, confidential reasons.

I am not sure how to delete whole thread so pl, admins, feel free to do so.

Peter the Noob Noob

Print this item

  Python:How to read a recived message that idinfies the client Byte by Byte using UDP
Posted by: learn - Oct-26-2017, 11:31 AM - Forum: Networking - Replies (2)

I am trying to implement a simple scenario in python:

The server waits for the client to send a fixed size(8 Bytes) message that identifies the cli..... More

Print this item

  xmlrpc.client, ServerProxy and null return
Posted by: thepurpleblob - Oct-26-2017, 10:26 AM - Forum: General Coding Help - No Replies

I have a simple bit of code that accesses an XMLRPC server in this case to delete some user accounts.

[python]def __init__(self, host, token):
   ..... More

Print this item

  Possible Scikit-Learn Import Issue?
Posted by: BlackHeart - Oct-26-2017, 08:11 AM - Forum: Data Science - Replies (2)

I keep getting an error when I run this code. I'm thinking it may be because my packages (scikit-learn) are not current enough. I hope this isn't the ..... More

Print this item

  Python requests to loop over the list and click button
Posted by: Prince_Bhatia - Oct-26-2017, 07:52 AM - Forum: Web Scraping & Web Development - Replies (5)

i edited my orginal post after doing hard research

This is my first post in stack overflow. For my question i read this post request using python t..... More

Print this item

  robobrowser, answer authentication-challenge after login
Posted by: shiny - Oct-26-2017, 06:48 AM - Forum: Web Scraping & Web Development - No Replies

I'm really new to python programming. I'm working on automation of a web-browser. I started with selenium, but found it to be really slow for what I n..... More

Print this item

  updating collision handler for pymunk 5.3.2
Posted by: pythony - Oct-26-2017, 05:52 AM - Forum: Homework - Replies (5)

Trying to update this older code --

space.set_default_collision_handler(coll_handler)
[error]Traceback (most recent call last):
..... More

Print this item

  Linear Equations Homework
Posted by: ngr33n - Oct-26-2017, 02:25 AM - Forum: Homework - Replies (3)

I'm a little bit confused with what this method is supposed to do. Here's the full description:

"Write a class for linear equations. A generic line..... More

Print this item

  getting nanoseconds in python
Posted by: Skaperen - Oct-26-2017, 02:03 AM - Forum: General Coding Help - Replies (8)

current versions of Linux are able to provide the current time to processes at the full resolution the hardware is capable of, down to at least nanose..... More

Print this item

  cant get the code to give me the position of the word
Posted by: axius23 - Oct-25-2017, 09:17 PM - Forum: Homework - Replies (2)

Hi i have a problem with my homework i cant get the code to give me the pisition of the word.
The question is :
Develop a program that analyses a se..... More

Print this item

  Password Generator
Posted by: pdelnegro - Oct-25-2017, 06:12 PM - Forum: Code sharing - Replies (1)

So, I'm still studying the basics of Python 3, but I decided to put some of it in practice and make my own password generator.
It's Python 3 + PyQt5,..... More

Print this item

  Smoothing Fourier
Posted by: muhsin - Oct-25-2017, 05:21 PM - Forum: General Coding Help - No Replies

Hello;

I am a new user. I would like to smooth the fourier spectrum. Can anyone help me please? The Frequency-Fourier Amp file is attached. Thank y..... More


Attached Files

.txt   Spectrum.txt (Size: 198.12 KB / Downloads: 743)
Print this item

  Requests not behaving...
Posted by: PythonLamer - Oct-25-2017, 04:53 PM - Forum: General Coding Help - Replies (1)

Hey guys,

I've been trying to establish an http connection with requests. The problem is that I'm getting an ssl exceptions error:

requests.exce..... More

Print this item

  Rendering a list in a mako template
Posted by: getre222 - Oct-25-2017, 03:41 PM - Forum: General Coding Help - Replies (10)

[python]
import os
from mako.template import Template

def N_water(z) : # return number of molecules of water [molecule/cm3] in tvs at position z ..... More

Print this item

  Stuck with SQL, singup page plz HELP!
Posted by: Peter_EU - Oct-25-2017, 03:14 PM - Forum: Web Scraping & Web Development - Replies (1)

Hallo,

I don't know what to do!

I am following tutorial: https:https://www.youtube.com/watch?v=0FsvqwRhYdM&t=688s

and I get stuck with comman..... More

Print this item

  UnicodeEncodeError using Windows and IDE-Visual Studio
Posted by: Yaya33 - Oct-25-2017, 03:06 PM - Forum: General Coding Help - Replies (9)

I am new to Python and excited to learn and just hit the ground.
I have Windows and use Visual Studio as IDE. I have got everything set and started to..... More

Print this item

  calling python function in c++ callback getting segmentation fault error
Posted by: Jotirling - Oct-25-2017, 02:00 PM - Forum: General Coding Help - Replies (3)

Please check the below link I have explained all
https://stackoverflow.com/questions/4690...c-callback

Print this item

  Name error : name 'honey' is not defined
Posted by: dila - Oct-25-2017, 11:18 AM - Forum: Web Scraping & Web Development - Replies (6)

I have no idea how to get rid of this error. I did read about changing the sys.path but I don't understand how to do it because it's not working at al..... More

Print this item

  VS2017 Enterprise, Python 3.6 Virutal Environment and .whl file installation. pip
Posted by: metalray - Oct-25-2017, 07:46 AM - Forum: General Coding Help - Replies (12)

Hi Python Guru's,
 I use Windows 10 and Visual Studio2017 64bit.I try to install pymssql but the corporate network ensures
that a network connection..... More

Print this item

  Do Machine Learning Employers care if I get a minor in Math on top of MS engineering
Posted by: AndrewScience - Oct-25-2017, 01:53 AM - Forum: News and Discussions - Replies (2)

I'm going to be signing up for classes in a few weeks, and I'm debating on wether I should obtain a math minor on top of my masters in Computer Engine..... More

Print this item

  Python Web Scrapping
Posted by: rob_john - Oct-25-2017, 01:44 AM - Forum: Web Scraping & Web Development - Replies (3)

I am in the process of creating a web scrapping tool from scratch that I will use at my job. I work at a medical transportation company and will be sc..... More

Print this item

  General advise for building a video manager
Posted by: ffrree - Oct-25-2017, 01:15 AM - Forum: General Coding Help - Replies (1)

Hi, I am a newbie to Python, though had built a small game as a practice already some months ago.

My real aim is to build a video library manager f..... More

Print this item

  Small game (school project)
Posted by: Ganesh - Oct-24-2017, 09:09 PM - Forum: Homework - Replies (7)

Hello,

I am not a native speaker...

I have been assigned to a group of 5 students. We have had an introduction to python last year (30h theory +..... More

Print this item

  Convert list of integers to bit-mapped byte
Posted by: eccles - Oct-24-2017, 09:07 PM - Forum: General Coding Help - Replies (10)

I have a list of integers that represents solenoid numbers to turn ON.
For example, the list [1, 3, 4, 7], where:
- the number “1” represents the 1s..... More

Print this item

  urlparse to urllib.parse - the script stopped working
Posted by: apollo - Oct-24-2017, 08:23 PM - Forum: General Coding Help - Replies (5)

dear community


The following code runned - like a charme - all is nice. Very well. in python version 2.xy


[python]

import urllib
impor..... More

Print this item

  General Guidance in Project
Posted by: JMiller184 - Oct-24-2017, 08:21 PM - Forum: General Coding Help - Replies (1)

Howdy! I am completely new to programming as a whole and would like to know the difficulty involved in a project I volunteered for in school. I would ..... More

Print this item

  Polynomial value between a interval
Posted by: RiceGum - Oct-24-2017, 07:40 PM - Forum: Homework - Replies (3)

[python]
n1 = eval(input())
n2 = eval(input())

(M, m) = (n1, n2) if n1 > n2 else (n2, n1)


i = m
while i < M:
i += 0.5
print(3* i*..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [solved] re.split issue 1 hour ago paul18fr deanhystad General Codin...
  Please guide me to comple... 2 hours ago pbkurd Larz60+ General Codin...
  New to python and coding Yesterday, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... Yesterday, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 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...
Most views
  The best Prog... 578952
  Tutorial Requ... 510402
  Web Scraping ... 441966
  Newbie with P... 385988
  New Users Int... 376982
Most reputation
buran 581
snippsat 511
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+ 12108
buran 8195
snippsat 7388
deanhystad 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Bamboo Today
TomTMH Yesterday
pbkurd Yesterday
Gichardaxora Yesterday
cc123 Yesterday

User Panel Messages

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