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,925
» Latest member: shirleyjacobs112
» Forum threads: 38,720
» Forum posts: 175,492

Full Statistics

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

Latest Threads
REACH OUT TO FUNDS RETRIE...
Forum: Game Development
Last Post: shirleyjacobs112
3 hours ago
» Replies: 0
» Views: 19
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 6
» Views: 696
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 405
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,680
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,612
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 325
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 374
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,456
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,415
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,141

 
  Cut .csv to pieces and save as .csv
Posted by: BruderKellermeister - Feb-13-2017, 09:10 AM - Forum: Data Science - Replies (24)

Hi folks!   Cool 

I am quite new to programming / python - the journey is fun but can be frustrating at times...

I have a .csv file about 30..... More

Print this item

  Where to store data?
Posted by: mcmxl22 - Feb-13-2017, 06:32 AM - Forum: General Coding Help - Replies (4)

I am writing a program that will need to access a list of 100+ names that will be frequently edited. I am wondering what the best option is for storin..... More

Print this item

  wishing for a 3-way loop construct
Posted by: Skaperen - Feb-13-2017, 03:07 AM - Forum: Bar - Replies (16)

when i make a loop, i often need for the body of the loop to do something different or a little bit different in the first pass or the last pass.  som..... More

Print this item

  how to read a dictionary line from txt file?
Posted by: Doug - Feb-13-2017, 01:03 AM - Forum: General Coding Help - Replies (2)

Hey! I have a txt file with multiple dictionary lines. How could I possible read it literally as a dictionary line or straight as a dictionary line va..... More

Print this item

  How to ask smart questions
Posted by: Ofnuts - Feb-12-2017, 08:14 PM - Forum: Board - Replies (7)

It occurs to me that the examples in the How to ask smart questions help page ar..... More

Print this item

  Print format
Posted by: valerydolce - Feb-12-2017, 05:05 PM - Forum: General Coding Help - Replies (2)

Hi Gigs,

Below is a code that I'm working on:
[python]
def class_tuple_create(filename):
    try:
        file = open (filename, 'r')
    exce..... More

Print this item

  Please help with the code
Posted by: zarnav - Feb-12-2017, 02:15 PM - Forum: General Coding Help - Replies (7)

Hi guys, my code should do this:

I have an account of 10000$ and every month I take interest of 0.5% and also I substract 500$ every month
I need ..... More

Print this item

  Setting interdependencies between checkboxes
Posted by: merlem - Feb-12-2017, 12:16 PM - Forum: GUI - Replies (2)

Aim is to show the user that he shouldn't check some items if he already has chosen others.
(He should be able to do so, just get a hint, maybe even..... More

Print this item

  Mind stimulation for Saturday Night
Posted by: Larz60+ - Feb-12-2017, 06:21 AM - Forum: Bar - Replies (3)

I was doing some research tonight and got sidetracked for a while.
I am so glad that it happened.
For those of you who are unfamiliar with Neri Oxma..... More

Print this item

  in python 2 and python 3
Posted by: Skaperen - Feb-12-2017, 04:19 AM - Forum: General Coding Help - Replies (13)

in python 2 and python 3 i want to test if a variable refers to any kind of string.  in python 2 i can do [icode]if isinstance( var, (str,unicode) ):[..... More

Print this item

  fill tint
Posted by: Zman350x - Feb-12-2017, 04:00 AM - Forum: Game Development - Replies (1)

for my pause screen I want to tint the background a bit black so you can still see the game in the back but it's darker (you have probably seen this i..... More

Print this item

  Module Dependency installation error
Posted by: draems - Feb-12-2017, 02:28 AM - Forum: General Coding Help - Replies (10)

Good day everyone. Need some help in installing pycld2 in ubuntu 14.04 with python 2.7 and python 3.4  as  pre-installed [i](I'm using virtualenv to r..... More

Print this item

  Copying the Screen (PyGame)
Posted by: Zman350x - Feb-11-2017, 06:04 PM - Forum: Game Development - Replies (4)

My code allows the user to create a drawing. later in the code I want to display that drawing. Is there any way that once the drawing is done I can co..... More

Print this item

  code that takes inputs for user name amounts etc and then sends custom message
Posted by: shaumyabrata - Feb-11-2017, 05:09 PM - Forum: General Coding Help - Replies (5)

I was trying this cose and I am not sure why this is not working as I am new to Python hence I am not abel to figure this out. Just trying to create a..... More

Print this item

  need help with game
Posted by: Darbandiman123 - Feb-11-2017, 12:23 PM - Forum: General Coding Help - Replies (6)

i am making a choose your own adventure game and need help with the coding. i am mid way throught, and tried to play it so far but some of the outcome..... More

Print this item

  enter data with keypad
Posted by: gray - Feb-11-2017, 11:31 AM - Forum: GUI - Replies (4)

hello friends
i want to comminucate between keypad & tkinter.
i used from 'sql' to create a data table.how can i enter my data into 'id' entry by ke..... More

Print this item

  Problem in Loop
Posted by: saumya - Feb-11-2017, 11:13 AM - Forum: General Coding Help - Replies (2)

[python]
num=raw_input("enter range")
def pract(num):
    i=0
    numbers=[]
    while i<=(num):
        print "At the top i is %d"%i
        n..... More

Print this item

  Incredibly basic coding problem
Posted by: AndyF - Feb-11-2017, 10:28 AM - Forum: General Coding Help - Replies (12)

Hi everyone

I have zero programming experience but just began a Python tutorial. The code I am writing is not behaving like in the example that I a..... More

Print this item

  how to show a value to the user?
Posted by: elhetch - Feb-11-2017, 12:06 AM - Forum: GUI - Replies (4)

i created the below code to do some math, i would like to know how to show the value after running the code to the user?


[python]
import math
f..... More

Print this item

  does not exist
Posted by: Zman350x - Feb-10-2017, 11:59 PM - Forum: General Coding Help - Replies (2)

I had this code:
[python]    import color
    Block_Color_Q = input('Robot Color: Red(1) Blue(2) Green(3) Yellow(4) Orange(5)')
    if Block_Color_..... More

Print this item

  Pyscripter Error
Posted by: Zman350x - Feb-10-2017, 09:47 PM - Forum: General Coding Help - Replies (2)

I have been using pyscripter for some time now with out errors. I press "run" and it constantly prints out errors so I change my code, still  more err..... More

Print this item

  How to create a value system with a temp/humidity sensor?
Posted by: Tacoon - Feb-10-2017, 07:01 PM - Forum: General Coding Help - Replies (2)

I have a dht22 temp/humidity sensor and I am looking for help on how to create a value system within the sensor reading. Currently I have a fan turnin..... More

Print this item

  scapy ssh connection my network sniffing from my router
Posted by: Boss - Feb-10-2017, 11:59 AM - Forum: Networking - Replies (1)

I want to sniff ssh connection to any pc on my network. I have scapy on my router and I would like to get a sniff result whenever someone connect to a..... More

Print this item

  file detection
Posted by: Skaperen - Feb-10-2017, 10:36 AM - Forum: General Coding Help - Replies (9)

you can detect if x is a float like:

if isinstance(x,float):
    ...
so how do you detect if x is a file?

Print this item

  inivisible attribute
Posted by: Skaperen - Feb-10-2017, 09:38 AM - Forum: General Coding Help - Replies (7)

i would like to create a global object in a class instance that is not visible as an instance attribute (e.g. private).  is this possible in python?

Print this item

  Web Scrapping Application
Posted by: lion137 - Feb-10-2017, 09:00 AM - Forum: Web Scraping & Web Development - Replies (4)

Hello everybody! I have a web crawler project, this is the main part of the code:
[python]

# crawler
import urllib.request
from parse_tree impo..... More

Print this item

  How to talk with Real Time Clock hardware?
Posted by: jackbk - Feb-10-2017, 08:14 AM - Forum: General Coding Help - Replies (12)

Dear all,

I am finding a way to read/write to my Real Time Clock Hardware by Python.

The background is as below.

I have a board that integrat..... More

Print this item

  Writing incorrect passwords to a file till its correct
Posted by: garth - Feb-10-2017, 07:53 AM - Forum: Homework - Replies (2)

# Now, create a Python file called forgetful.py . Imagine your friend was very forgetful and always seemed to enter his email password incorrectly. Yo..... More

Print this item

  Need help in framing data read from wav file
Posted by: Vishweshkumar - Feb-10-2017, 05:19 AM - Forum: Data Science - Replies (1)

Hi, I am quite new to python. I am using scipy and numpy libraries for my project. My project involves framing the data read from the .wav file and ta..... More

Print this item

  jaydebeapi architecture error?
Posted by: CraigBoyd - Feb-10-2017, 04:41 AM - Forum: General Coding Help - Replies (2)

Hello All,

I am struggling with connecting to a database using a jdbc driver.  In the interest of full disclosure I am a bit of n00b with python.
..... More

Print this item

  coding issue
Posted by: Lee - Feb-10-2017, 04:05 AM - Forum: General Coding Help - Replies (2)

I wirte a simple as following.
Could someone can tell me why the answer is different Buf1 and Buf2 ??
Thank for you help.

[python]
def fList_Tes..... More

Print this item

  big app in python
Posted by: Skaperen - Feb-10-2017, 03:16 AM - Forum: News and Discussions - Replies (21)

i am trying to convince my nephew to learn python.   he's been asking some things about python and we came to this point.  what is the biggest, or a v..... More

Print this item

  Smooth linestrings
Posted by: dusca - Feb-10-2017, 12:10 AM - Forum: Data Science - Replies (3)

Hello,

Theres any algoritm to get smooth linestring coordinates (red line) from original linestring coordinates (green line)???

See image, please: h..... More

Print this item

  UnicodeDecodeError while installing polyglot
Posted by: draems - Feb-09-2017, 10:21 PM - Forum: Data Science - Replies (2)

Good day everyone. I'm installing polyglot for python 3.4.3 in windows 7 64 bit. Dependencies were installed already and when I installed  polyglot, I..... More

Print this item

  strings that cycles
Posted by: lizarragaman - Feb-09-2017, 09:25 PM - Forum: Homework - Replies (6)

a.     Generate a list of 10,000 strings that cycles through the lower case alphabet in a way simila..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  REACH OUT TO FUNDS RETRIE... 3 hours ago shirleyjacobs112 shirleyjacobs112 Game Developm...
  Select Python comment (#)... 4 hours ago SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
Most views
  The best Prog... 575599
  Tutorial Requ... 496680
  Web Scraping ... 439676
  Newbie with P... 383298
  New Users Int... 364496
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 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
shirleyjacobs112 Today
Fobertsmene Yesterday
jeremyn24503 Yesterday
homataheri Yesterday
Dev Yesterday

User Panel Messages

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