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,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,832

Full Statistics

Online Users
There are currently 34 online users.
» 0 Member(s) | 31 Guest(s)
Google, Mojeek

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

 
  Data through a websocket
Posted by: darkknight - Sep-28-2017, 07:05 PM - Forum: General Coding Help - Replies (1)

Hi,

I am a newbie to Python and to this forum. I have done a few courses on Python.

I am now trying to listen to data from a websocket. I inten..... More

Print this item

  How to gauge my level of Python proficiency?
Posted by: Athenaeum - Sep-28-2017, 06:37 PM - Forum: News and Discussions - Replies (7)

I recently began learning Python about 2-3 weeks ago because I wanted to be able to include it on my resume as a skillset. I had begun picking it up ..... More

Print this item

  Setter of class object
Posted by: maitreyaverma - Sep-28-2017, 05:53 PM - Forum: General Coding Help - Replies (1)

I am trying to override setter of a class in django. I have a class shown below
class Student:
details_done = models.BooleanField(default = False..... More

Print this item

  Moon earth sun orbit
Posted by: newfoundme - Sep-28-2017, 05:37 PM - Forum: General Coding Help - Replies (13)

Dear,

I found this code years ago on the internet; it used to work perfectly fine for what I needed it.
Now I want to run it again in more recent ..... More

Print this item

  Array of Listening Sockets
Posted by: abarnes - Sep-28-2017, 05:35 PM - Forum: General Coding Help - Replies (1)

I am trying to figure out how to create a server. Here is what I want:

- Service port runs on port 5000
- Client connects to port and receives a r..... More

Print this item

  How to run a loop till half of the string...without using inbuilt function
Posted by: krish - Sep-28-2017, 04:54 PM - Forum: General Coding Help - Replies (1)

please give a runnabl sample of your code with the full error text or a clear description of the problem

I know, i was asking some basic question....... More

Print this item

  Return options
Posted by: Kongurinn - Sep-28-2017, 02:28 PM - Forum: General Coding Help - Replies (1)

Hey every just starting my first class in Python this semester.

What is the difference between a print() and a return function, when defining a use..... More

Print this item

  ODBC Not Working
Posted by: Bonediggler - Sep-28-2017, 01:27 PM - Forum: General Coding Help - Replies (3)

Experts:

Print this item

  Use regular expression to return 5 words before and after target word.
Posted by: steve1040 - Sep-28-2017, 10:58 AM - Forum: General Coding Help - Replies (2)

Hello,
I've extracted doctor notes from our organization's database (Sequel Server) into a CSV file.

I'd like to use Python to add a new field wit..... More

Print this item

  Understanding the module python-craigslist
Posted by: duccio - Sep-28-2017, 09:19 AM - Forum: General Coding Help - Replies (2)

HI,
I am trying to understand how the module python-craigslist works.
The __init__.py file is too long to be posted here, so I cut a simplified ver..... More

Print this item

  Solving nth degree simultaneous equations
Posted by: hegdep - Sep-28-2017, 06:41 AM - Forum: Data Science - Replies (3)

I am completely new to Python and just figuring my way around the language. However, I was wondering if there was a way of solving 'n'th degree simult..... More

Print this item

  python socketio-client-2 and nod js socketio server communication is not success
Posted by: vmyadhu2 - Sep-28-2017, 06:02 AM - Forum: Networking - Replies (2)

Hi guys,
I am trying to connect a node js socketio server using my python socketio-client. But it is not working now, because the node js socke..... More

Print this item

  I have no clue whats wrong...
Posted by: Jack_03 - Sep-28-2017, 05:49 AM - Forum: General Coding Help - Replies (1)

I have no clue what I've done wrong but its giving me trackback errors when I run the man player type, and I have no clue whats gone wrong can anyone ..... More

Print this item

  Class Error
Posted by: OmarSinno - Sep-28-2017, 05:16 AM - Forum: General Coding Help - Replies (1)

[python]class Students:
def _init_(self,name,age,grade):
self.name = name
self.age = age
self.grade = grade

student..... More

Print this item

  (maybe) JSON to CSV
Posted by: PythonNewbster - Sep-28-2017, 04:34 AM - Forum: General Coding Help - Replies (12)

Hello All,

I am an ABSOLUTE beginner and I am about to ramp things up by taking the MIT Open Courseware course. I also have "Python Crash Course" a..... More

Print this item

  i want to make a cli command that ...
Posted by: Skaperen - Sep-28-2017, 03:44 AM - Forum: News and Discussions - Replies (9)

i want to make a cli command that does a combination of what head does and what tail does in posix/unix/linux.  with one stdin in..... More

Print this item

  printing engineering notation
Posted by: Skaperen - Sep-28-2017, 02:43 AM - Forum: General Coding Help - Replies (1)

is there a way to, or a module that can, do ..... More

Print this item

  Create list from String
Posted by: purnima1 - Sep-28-2017, 01:35 AM - Forum: General Coding Help - Replies (3)

Hello All,

I am new to Python. I have installed python recently few weeks back and started exploring it . I need one suggestion for from which boo..... More

Print this item

  Selenium - How to position yourself in a new tab
Posted by: Kalet - Sep-27-2017, 11:45 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I have been working with Selenium as I mentioned here an admin and it is amazing. Only that I have a doubt, when I am in a tab and there is a ..... More

Print this item

  [Py2Exe] How can i convert py files to exe ?
Posted by: JamieVanCadsand - Sep-27-2017, 05:37 PM - Forum: News and Discussions - Replies (10)

Hey Guys...

Now i get installed py2exe for windows and python, from PIP.
But can anyone tell me how it works... or give my any tutorial ?...

I ..... More

Print this item

  Trying to create a child class in Python 2.7
Posted by: mac77 - Sep-27-2017, 05:09 PM - Forum: General Coding Help - Replies (1)

I appreciate any help - Using Python 2.7 -->
Also, it's unclear to me how to format code on this site -

Error --->

Traceback (most recent call ..... More

Print this item

  I need request POST for Facebook in My Profile
Posted by: Kalet - Sep-27-2017, 04:58 PM - Forum: Web Scraping & Web Development - Replies (4)

I will try to be as specific as possible. I am trying to make a request by POST method to publish a certain link in my profile. I've used the Facebook..... More

Print this item

  Neighbors of a grid
Posted by: beatyjl - Sep-27-2017, 04:57 PM - Forum: Homework - Replies (2)

Imagine that the user specifies the width and height of a grid, as well as two tiles. You will return either "True" or "False" depending on whether or..... More

Print this item

  Mirror of a grid
Posted by: beatyjl - Sep-27-2017, 04:55 PM - Forum: Homework - Replies (4)

Imagine that the user specifies with width and height of a grid, and a tile in that grid. Find the "mirror-mirror" of that tile, that is, if you folde..... More

Print this item

  Why am I getting this error?
Posted by: beemanjo - Sep-27-2017, 03:39 PM - Forum: Homework - Replies (4)

please give a runnable sample of your code with the full error text or a clear description of the problem

WHY AM I GETTING THIS ERROR
[python]

..... More

Print this item

  Problem with the '|' character?
Posted by: Saka - Sep-27-2017, 01:27 PM - Forum: General Coding Help - Replies (2)

Hello all, I'm trying to use the following method to find the "|" character in the following string as a little test:
[python][m.start() for m in re...... More

Print this item

  unable to print the list when using re.findall()
Posted by: satyaneel - Sep-27-2017, 09:55 AM - Forum: General Coding Help - Replies (5)

code:
# -*- coding: utf-8 -*-
"""
Created on Wed Sep 20 07:44:11 2017

@author: Srinu
"""
import re
f=open('D:\EDUCATION\python\google-python-..... More

Print this item

  Career change. Advice hugely appreciated!
Posted by: JABedford - Sep-27-2017, 07:13 AM - Forum: Bar - Replies (5)

Hello all,

Brief background about me.. I am a 26 year old male from Berkshire UK.. Currently work as an Operations Manager in the construction indust..... More

Print this item

  [Errno 22] Invalid argument
Posted by: satyaneel - Sep-27-2017, 07:06 AM - Forum: General Coding Help - Replies (11)

When I am trying to open a html file with read mode in python spyder I am getting the following error
[Errno 22] Invalid argument

Print this item

  Can anyone please help with very simple code
Posted by: bee - Sep-27-2017, 05:57 AM - Forum: Homework - Replies (6)

Hi, new to the forums here, ive joined to seek help on this single matter. Im not a pythonista but know i have it installed on my linux box.
Please c..... More

Print this item

  Can a dictionary key be an integer?
Posted by: Pedroski55 - Sep-27-2017, 05:20 AM - Forum: General Coding Help - Replies (7)

I made a dictionary where the key is an integer, a student number and the value is also an integer, the student's score.

I want to loop through eac..... More

Print this item

  How would one go about solving this question
Posted by: samiraheen - Sep-27-2017, 03:55 AM - Forum: Homework - Replies (2)

Write a function  in_out(xs,ys,side) that takes three numbers as input, where side is non-negative. Here xs and ys represent the x and y coordinates o..... More

Print this item

  how to write a function in python that solves an equation
Posted by: samiraheen - Sep-27-2017, 03:51 AM - Forum: Homework - Replies (5)

Write a function fun(x) that takes as input a positive number x and solves the following equation for y and returns y. The equation is 104y=x+3

Print this item

  python program problem
Posted by: beemanjo - Sep-26-2017, 11:25 PM - Forum: Homework - Replies (5)

please give a runnable sample of your code with the full error text or a clear description of the problem

IM RUN THIS CODE

[Python]
total =..... More

Print this item

  Python program problem
Posted by: beemanjo - Sep-26-2017, 11:04 PM - Forum: Homework - Replies (4)

please give a runnable sample of your code with the full error text or a clear description of the problem

I TYPE IN THIS CODE:

total = 0

def ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [solved] re.split issue 1 hour ago paul18fr Pedroski55 General Codin...
  New to python and coding 7 hours ago lary_p jefsummers Homework
  Please guide me to comple... 8 hours ago pbkurd pbkurd General Codin...
  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... 578935
  Tutorial Requ... 510258
  Web Scraping ... 441959
  Newbie with P... 385973
  New Users Int... 376871
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+ 12107
buran 8195
snippsat 7388
deanhystad 6909
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
TomTMH Yesterday
pbkurd Yesterday
Gichardaxora Yesterday
cc123 Yesterday
Jessicaadams Yesterday

User Panel Messages

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