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,246
» Latest member: isla123456
» Forum threads: 38,779
» Forum posts: 175,813

Full Statistics

Online Users
There are currently 51 online users.
» 0 Member(s) | 44 Guest(s)
Applebot, Google, Bing, AOL, Facebook, AOL

Latest Threads
New to python and coding
Forum: Homework
Last Post: Larz60+
3 hours ago
» Replies: 1
» Views: 31
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
3 hours ago
» Replies: 11
» Views: 233
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
3 hours ago
» Replies: 3
» Views: 88
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
8 hours ago
» Replies: 5
» Views: 217
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 82
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,597
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 171
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 165
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,721
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,404

 
  WebSocketBadStatusException: Handshake status 307
Posted by: Susmitha - Apr-21-2017, 08:14 AM - Forum: General Coding Help - Replies (2)

[color=#242729][size=small][font=Arial,]I am trying to connect to a SignalR hub from python client using "signalr-client-0.0.7".In connection.start() ..... More

Print this item

  Elections
Posted by: nacerr - Apr-21-2017, 07:35 AM - Forum: Homework - Replies (7)

I'm working on a problem here and it's quite a challenge. I just need some clarifications on some of the functions.

overview
The Government..... More

Print this item

  Project using Python and Opencv
Posted by: trabis03 - Apr-21-2017, 07:21 AM - Forum: Data Science - Replies (7)

Good Day!

I am doing a project about non invasive tag number for cows. I want to use image recognition but I don't know if it can be done using pyt..... More

Print this item

  worst variable name
Posted by: Skaperen - Apr-21-2017, 07:06 AM - Forum: Bar - Replies (24)

what do you think is the worst variable name (of names that are valid)?

my vote is for:                data

but i am guilty of having used it on..... More

Print this item

  Numerically determining the highest a ball travels when shot straight up
Posted by: JakeWitten - Apr-21-2017, 02:42 AM - Forum: Homework - Replies (3)

Hi all, I'm very new to python and I have no prior experience with other coding languages, so my main issues are with the formatting and finding the a..... More

Print this item

  Are lists Python's name for "variable array"
Posted by: Luke_Drillbrain - Apr-20-2017, 11:42 PM - Forum: Data Science - Replies (6)

I'm working my way through the Eric Matthes book on Python and I've encountered his discussion of lists.  For example, code:

[python]motorcycles =..... More

Print this item

  xml to integer
Posted by: kendias - Apr-20-2017, 11:23 PM - Forum: Web Scraping & Web Development - Replies (22)

my question here:

I am trying the foll. python script to get sensor values from my smart phone so as to do calcs on these values. Hence, I need to co..... More

Print this item

  Manipulating Binary Data
Posted by: arsenal88 - Apr-20-2017, 11:02 PM - Forum: General Coding Help - Replies (10)

Hi,

Dealing with some python at my work and having a little trouble writing a good script.

I have a txt file with a bunch of Hexadecimal data (1..... More

Print this item

  Is there a goto like there is in BASIC?
Posted by: Luke_Drillbrain - Apr-20-2017, 09:34 PM - Forum: General Coding Help - Replies (24)

I did a lot of programming in MS Visual BASIC 6 way back when.  Now I'm getting up to speed in Python.  To learn Python's equivalent of If/Then/ElseIf..... More

Print this item

  Release of IPython 6.0
Posted by: snippsat - Apr-20-2017, 08:09 PM - Forum: News and Discussions - Replies (2)

Release of IPython 6.0
Nice to see that they use ..... More

Print this item

  Python Exercise: Generate a two-dimensional array
Posted by: smbx33 - Apr-20-2017, 07:36 PM - Forum: Homework - Replies (4)

I'm not a student anywhere, just doing python exercises to try and get better at coding through practice and sheer determination.
Currently, I am doi..... More

Print this item

  script editor
Posted by: abrew132 - Apr-20-2017, 07:18 PM - Forum: General Coding Help - Replies (4)

whats a good, free script editor for python? I'm currently using the terminal but I'm tired of it because its no help with debugging. any suggestions?..... More

Print this item

  Creating a treasure hunt
Posted by: james212 - Apr-20-2017, 05:30 PM - Forum: General Coding Help - Replies (2)

I am creating a treasurehunt game that should display a grid to the player, where they can move around by entering values, the grid contains bandits a..... More

Print this item

  Need help with BeautifulSoup
Posted by: mor2k - Apr-20-2017, 05:27 PM - Forum: Web Scraping & Web Development - Replies (1)

hey! 
my code is working very well, but still the output is not good enough for me. 
here's my code:
[python]
from bs4 import BeautifulSoup
from ..... More

Print this item

  where to go to learn this
Posted by: abrew132 - Apr-20-2017, 05:25 PM - Forum: General Coding Help - Replies (2)

hi I'm new to python, where should i go to learn it???? I'm learning c++ right now, but also see value in python, any r4commended sites/places to try ..... More

Print this item

  Calculator Help..?
Posted by: hentera - Apr-20-2017, 04:56 PM - Forum: Homework - Replies (5)

Hello, I'm so stuck with my assignment. So far I have built the program, I just need help with dividing by the zero exception? What is that exactly I ..... More

Print this item

  Iterating through rows and saving result in a new column
Posted by: kiton - Apr-20-2017, 04:46 PM - Forum: General Coding Help - Replies (4)

Hello everyone! I am seeking your help on the following task.

So, thankfully to you I was able to extract geo coordinates from a tweet, and save lati..... More

Print this item

  What work faster and take less memory array or class?
Posted by: Kamilbek - Apr-20-2017, 02:25 PM - Forum: General Coding Help - Replies (1)

Hello.
I use Python 2.7

What the deference in time and space complexity between using classes and arrays?
I have class A. Class A have not any me..... More

Print this item

  Instances in classes
Posted by: dannyH - Apr-20-2017, 01:02 PM - Forum: General Coding Help - Replies (6)

When I create 2 instances of a class and modify one, the other also gets modified. What am I doing wrong?

[python]
class superGrid:
   
    def..... More

Print this item

  im completely stuck (webcrawler)
Posted by: TatsuyaHiroki - Apr-20-2017, 12:31 PM - Forum: General Coding Help - Replies (1)

So I recently started working on a webcrawle project, literally starting from scratch with the help of a few tutorials, but midway I just got very muc..... More

Print this item

  Creating a graph with ranges
Posted by: Chris1986 - Apr-20-2017, 09:52 AM - Forum: Data Science - Replies (3)

Hello, 

I need help to find a way to visualize the a graph with the following data:
..... More

Print this item

  "Last post" - go to first new post
Posted by: Kebap - Apr-20-2017, 09:17 AM - Forum: Board - Replies (4)

So when I click on "Last post" next to a thread name on a sub-forum's thread-list, I will be taken to that thread's page at the exact point where the ..... More

Print this item

  socket server with SSL accepting unencrypted data
Posted by: kopite - Apr-20-2017, 08:31 AM - Forum: Networking - No Replies

Hi all,

I'm new here so hope I dont break any rules :)

I have a socket server up and running using SSL and select to deal with connections.

E..... More

Print this item

  Changing Variables within Variables?
Posted by: dave925 - Apr-20-2017, 05:38 AM - Forum: General Coding Help - Replies (9)

How do I make variables within variables modifiable?

y = '1'
x = 'hello'+y
y = '2'

If I print <x>, it will only give me  'hello1' not 'hello2'..... More

Print this item

  change to home directory
Posted by: Skaperen - Apr-20-2017, 04:05 AM - Forum: General Coding Help - Replies (4)

how to change the current directory to the home directory, in python?  if i have os.chdir(home) then where to get home from?

Print this item

  Convert String to Datetime Object
Posted by: tkj80 - Apr-20-2017, 03:44 AM - Forum: General Coding Help - Replies (2)

Hi, 

I have the following

myList[0][0]
Output:
'02/28/2017 21:01:00'
type(myList[0][0])
[out..... More

Print this item

  fun with hangman!
Posted by: Low_Ki_ - Apr-20-2017, 02:03 AM - Forum: Game Development - Replies (7)

In the middle of creating a text-base hangman game, something came up and I wont be able to finish if for a while but I have a basic version down if a..... More

Print this item

  New to Coding, help please?!
Posted by: zepel - Apr-20-2017, 01:20 AM - Forum: Homework - Replies (6)

Write a python program that prompts the user to enter in their age. Convert the keyboard input into an integer using the int( ) function and store the..... More

Print this item

  pdf sms alternating conversation style
Posted by: sdcaliber - Apr-20-2017, 01:18 AM - Forum: General Coding Help - Replies (4)

I started this project on my own.  a way to learn python...
The goal:
To develop a script in python that will intake mbox file, parse it, sor..... More

Print this item

  Nested for loops with numbers
Posted by: Liquid_Ocelot - Apr-19-2017, 10:01 PM - Forum: Homework - Replies (7)

Hey guys so I am running into a problem with my code:

Basically I need to write a code that prompts for two numbers (Limit and Copies) and then wri..... More

Print this item

  barcodes scanner for kivy
Posted by: metulburr - Apr-19-2017, 09:41 PM - Forum: News and Discussions - Replies (15)

Does anyone know of another bar code scanner for Kivy?

I tried using this one but i get a ke..... More

Print this item

  Date for Parking price PyQt5
Posted by: vbv - Apr-19-2017, 08:53 PM - Forum: General Coding Help - No Replies

Hi,
I'm writing project Parking meter in PyQt5, 
I tried something like that: 

[python]
# -*- coding: utf-8 -*-



# Form implementation gen..... More

Print this item

  'module' object is not callable
Posted by: lilCasio - Apr-19-2017, 06:05 PM - Forum: Game Development - Replies (2)

white = pygame.color(255,255,255) 
TypeError: 'module' object is not callable

When I run the code that happens.

Print this item

  Attach sentiment to each word in a list of tuples
Posted by: Casper - Apr-19-2017, 05:49 PM - Forum: Data Science - Replies (3)

Hello.
The input to the below two functions are a list of string sentences delimited by a comma from a csv file. Each list represents negative and po..... More

Print this item

  socket server help
Posted by: abrew132 - Apr-19-2017, 05:30 PM - Forum: Networking - Replies (1)

i have a server&client, but idk if i can connect to the server even if i use the client.py from another mac.

server 
[python]
# Tcp Chat server
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 3 hours ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 3 hours ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 3 hours ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... 8 hours ago yutaozhou Gribouillis News and Disc...
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 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...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578786
  Tutorial Requ... 509655
  Web Scraping ... 441900
  Newbie with P... 385882
  New Users Int... 375721
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
isla123456 Today
vibrometro Today
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday

User Panel Messages

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