Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,931
» Latest member: Lenowell
» Forum threads: 38,720
» Forum posts: 175,500

Full Statistics

Online Users
There are currently 54 online users.
» 0 Member(s) | 48 Guest(s)
AOL, Bing, Google, AOL, Apple

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
59 minutes ago
» Replies: 1
» Views: 331
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
11 hours ago
» Replies: 8
» Views: 2,315
real community
Forum: News and Discussions
Last Post: decuser
11 hours ago
» Replies: 3
» Views: 1,446
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 262
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 87
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,785
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,035
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 726
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,083
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Sep-14-2025, 11:16 AM
» Replies: 4
» Views: 15,959

 
  What's your name? - returns "None"
Posted by: Mandm723 - Apr-26-2017, 09:31 PM - Forum: General Coding Help - Replies (4)

I am trying to make a simple, what is your name? hello so and so. But whenever I run it it says the name is "none" any help?

Code
[python]..... More

Print this item

  Compression/Decompression Code not working
Posted by: Zanbezi - Apr-26-2017, 08:56 PM - Forum: General Coding Help - Replies (3)

My code is supposed compress a text file into numbers and be able to save it to a file.Its also meant to be able to decompress a file and save the res..... More

Print this item

  Calculating what year it is when you are 100 years old
Posted by: dankim9000 - Apr-26-2017, 07:55 PM - Forum: General Coding Help - Replies (2)

[color=#242729][size=small][font=Arial,]I'm trying to figure out how to get the program to calculate what year it is when the user is 100 years old.[/..... More

Print this item

  groups attribute of a groupby object question
Posted by: smw10c - Apr-26-2017, 07:28 PM - Forum: General Coding Help - Replies (2)

I am having trouble understanding the following code. Note, auto is a DataFrame that contains the variables yr (year) and mpg (miles per gallon):

[..... More

Print this item

  browser tab form
Posted by: metulburr - Apr-26-2017, 05:35 PM - Forum: Board - Replies (6)

What are other alternatives?

These are optional but i just havent done them yet to know 100% sure that it would work without a problem. 
favicon O..... More

Print this item

  Simple UDP server not receiving
Posted by: frank2644 - Apr-26-2017, 05:34 PM - Forum: General Coding Help - Replies (6)

My Windows7 UDP server with the code below from wiki.python.org is not working.

I am sending a UDP packet from an Arduino , but nothing is being r..... More

Print this item

  Reasons to choose Python over C++?
Posted by: RandoomDude - Apr-26-2017, 03:56 PM - Forum: General Coding Help - Replies (62)

What are the reasons to choose python over c++?
>Is it because of the simplicity and shortness of the Scripts in Python?


Confused **confused..... More

Print this item

  Need Help with an Antivirus script in py3
Posted by: RandoomDude - Apr-26-2017, 12:30 PM - Forum: General Coding Help - Replies (9)

I have created an av script in py3,i have been studying py3 for the past four weeks,But this compiling error is out of my league  Cry
I was so h..... More

Print this item

  UDP Socket: How to clear the buffer and ignore oldes messages
Posted by: Guybrush - Apr-26-2017, 09:46 AM - Forum: Networking - Replies (3)

Hi all!
[color=#242729][size=small][font=Arial,]I've some problem with Sockets UDP in P..... More

Print this item

  Drag and Drop GUI
Posted by: crystallized_neuron - Apr-26-2017, 07:00 AM - Forum: GUI - Replies (3)

Hi,

I am currently looking for a python (drag and drop) GUI. Is there one in Eclipse Neon? I can't seem to find one. All I can see is the TKinter, wh..... More

Print this item

  General Python code for Newbie
Posted by: Ramakrishna - Apr-26-2017, 05:34 AM - Forum: Web Scraping & Web Development - Replies (22)

My question here:
Hi all, i am new to the python scripting language. I have a requirement that to compare the two excel files. 
Requirement is: Many..... More

Print this item

  Total after tax
Posted by: theunknown - Apr-26-2017, 05:30 AM - Forum: Homework - Replies (5)

Hello everyone! :)

Can someone please explain to me what is wrong with my code? I need to give the total of the amount a user enters and show how m..... More

Print this item

  documentation for raw bytes
Posted by: Skaperen - Apr-26-2017, 04:55 AM - Forum: News and Discussions - Replies (4)

i have a few programs to write that i could have written in C and would have had no problems.  but i started writing them in Python3 and am running in..... More

Print this item

  Using mmap.mmap and re.finditer
Posted by: Larz60+ - Apr-26-2017, 12:31 AM - Forum: General Coding Help - Replies (3)

Does anyone have an example of using Using mmap.mmap
and re.finditer with a marker to split binary files?

Forgot to add ... on binary data

Print this item

  Hex3d: 3-dimensional hex maps with Pygame
Posted by: Mekire - Apr-25-2017, 10:46 PM - Forum: Code sharing - No Replies

Repo:
https://github.com/Mekire/hex3d

Overview:
Generates 3-dime..... More

Print this item

  while loop help
Posted by: jhall710 - Apr-25-2017, 09:36 PM - Forum: Homework - Replies (15)

Hey everyone, have all of my code correct thus far (so I think lol) but steps 6 & 7 have me very lost. My instructor never gave us any information on ..... More

Print this item

  Assistance Modifying Code
Posted by: chuco61 - Apr-25-2017, 08:49 PM - Forum: General Coding Help - Replies (2)

my question here

I have these two script working perfectly on my Raspberry pi and Arduino respectively.

I am trying to add in two features to t..... More

Print this item

  Write to CSV
Posted by: arsenal88 - Apr-25-2017, 08:10 PM - Forum: General Coding Help - Replies (5)

I have a list of values [abc123, abc123, abc123, abc123, etc..]

I want to input that list into a CSV whereby the first 3 characters of each index a..... More

Print this item

  os.environ not setting current shell variables in Windows?
Posted by: brian6667 - Apr-25-2017, 07:24 PM - Forum: General Coding Help - Replies (2)

Hi,
Having some trouble with a project. Using Python 2.7 and 3.5 (trying to keep things compatible with both for simplicity). Using 3.5 for most of m..... More

Print this item

  how to get an ip address i can use
Posted by: abrew132 - Apr-25-2017, 06:58 PM - Forum: Networking - Replies (1)

I've asked multiple questions for this piece of code, but this is a dif question
idk how to get an ip address i can use besides 0.0.0.0 that it will ..... More

Print this item

  could not fully run paramiko
Posted by: kajatonas - Apr-25-2017, 06:51 PM - Forum: General Coding Help - Replies (3)

Connection to the device is ok. But when im trying to send some commands, i get an error:

stdin, stdout, stderr = ssh.exec_command('show ip int bri..... More

Print this item

  Function question using Pandas
Posted by: smw10c - Apr-25-2017, 05:05 PM - Forum: Data Science - Replies (7)

I hope you are all having a good day. I am using Datacamp to learn Python and the instructor provided code without explaining each line. There was ver..... More

Print this item

  unexpected output
Posted by: IICatzII - Apr-25-2017, 03:34 PM - Forum: General Coding Help - Replies (1)

my question here
I'm very new to Python and I created a simple number guessing game and for some reason when i enter a number that is 100 or higher i..... More

Print this item

  Scrape Facebook page user posts text
Posted by: stockholm - Apr-25-2017, 02:13 PM - Forum: Web Scraping & Web Development - Replies (6)

Hello! 

I am new to Python and looking for a solution to scrape all user posts with replies from other users and the page (text) from a Facebook pa..... More

Print this item

  Who's been parking in My space?
Posted by: Bass - Apr-25-2017, 11:57 AM - Forum: Bar - No Replies

   

As a newbie to Python, I was a tad amused when I spotted this car this morning.

This afternoon I will be spotting... trains... ..... More

Print this item

  For loop
Posted by: Merlijn - Apr-25-2017, 09:23 AM - Forum: General Coding Help - Replies (2)

Hello,

I use python code in dynamo (visual programming) and I have a situation that can not be done (as far as I know) in Dynamo, but I think it co..... More

Print this item

  List/set
Posted by: janek30 - Apr-25-2017, 08:56 AM - Forum: Homework - Replies (7)

Hi 
I need little help.
I have five Set on  list. Like this:
[python] list = [{"a","b","c","d"},{"k","f","r","c"},{"c","a","o","r"},{"m","p","l"},{..... More

Print this item

  Adding regedit value to glob.glob
Posted by: AlterBlitz - Apr-25-2017, 08:34 AM - Forum: General Coding Help - Replies (2)

[color=#222222]How do I add a value from regedit for example, location of a file to glob.glob function?[/color..... More

Print this item

  Unicode character search
Posted by: Larz60+ - Apr-25-2017, 12:57 AM - Forum: General Coding Help - Replies (2)

I rarely have to worry about unicode, especially at the point (character) level.
I'm finding out that I really don't know how to, and can't find a wh..... More

Print this item

  Python in MAYA
Posted by: I_suck_at_python - Apr-24-2017, 10:25 PM - Forum: General Coding Help - No Replies

Right basically I've got to submit this tomorrow and I'm new to Python and have no idea what  any of it means. I've been provided with a MAYA file and..... More

Print this item

  New beginner, defining point help :(
Posted by: Armandas - Apr-24-2017, 09:17 PM - Forum: General Coding Help - Replies (3)

I'M USING PYTHON 3.2.1
================
So I have bought a book few days ago and got to it today. Its called "More Python Programming..... More

Print this item

  set font from dialog box pyside python
Posted by: Gigux - Apr-24-2017, 08:41 PM - Forum: GUI - Replies (1)

i am setting a simple text editor and one of its item is the capability of formatting the font. i am using a dialog box to chose the font and giving a..... More

Print this item

  HTTP Header request, how to improve efficiency
Posted by: andreamoro - Apr-24-2017, 06:56 PM - Forum: Web Scraping & Web Development - Replies (5)

[color=#242729][size=small][font=Arial,]Just trying to figure out how to improve the efficiency on a routine that uses Scrapy for fetching URLs.[/font..... More

Print this item

  New member with simple coding issue
Posted by: shaikh - Apr-24-2017, 05:28 PM - Forum: General Coding Help - No Replies

Hi All. 

This is my first post here and I am totally new to Python and coding in general. 

I have basically created a simple timing system for u..... More

Print this item

  PyBreakout
Posted by: TerryRitchie - Apr-24-2017, 04:41 PM - Forum: Code sharing - Replies (5)

A simple little breakout program I wrote using PyGame.

[python]####################################################################################..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 59 minutes ago decuser Lenowell News and Disc...
  403 Error 11 hours ago CaptainNewb snippsat Web Scraping ...
  real community 11 hours ago decuser decuser News and Disc...
  variable changing types f... Yesterday, 18:45 Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
  Python Installation issue 09-14, 11:16 RFHill Dev News and Disc...
  New to the field 09-14, 08:15 Polybunny Larz60+ News and Disc...
Most views
  The best Prog... 575770
  Tutorial Requ... 496997
  Web Scraping ... 439788
  Newbie with P... 383464
  New Users Int... 365192
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12087
buran 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Lenowell Today
luisshulez6883 Yesterday
KennedyRichadGuerra Yesterday
Williefaree Yesterday
faithsally Yesterday

User Panel Messages

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