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,244
» Latest member: thebigback
» Forum threads: 38,778
» Forum posts: 175,804

Full Statistics

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

Latest Threads
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
1 hour ago
» Replies: 2
» Views: 32
Backward compatibility qu...
Forum: News and Discussions
Last Post: yutaozhou
3 hours ago
» Replies: 4
» Views: 161
I’m building a Python Dat...
Forum: GUI
Last Post: Gribouillis
5 hours ago
» Replies: 6
» Views: 163
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 70
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,584
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 157
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 150
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,491
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,392
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,588

 
  If statement [Guard List]
Posted by: yuvalsaias - Mar-22-2017, 01:54 PM - Forum: General Coding Help - Replies (7)

hello everyone, im a  soldier and in my unit there is a lot of guard duty which means that everyday each soldier have a 3 hours guard duty which he ta..... More

Print this item

  Approach to coding, good/bad
Posted by: j.crater - Mar-22-2017, 01:37 PM - Forum: News and Discussions - Replies (27)

Hello all,
this question is about coding generally. But if the answer might contain someting Python-specific, do point it out.

I noticed that with..... More

Print this item

  How to print a QtSql.QSqlQuery() from python
Posted by: ThunderBlitz - Mar-22-2017, 01:07 PM - Forum: GUI - No Replies

hi,
   i'm making a program where i read some tables from a mariadb server and show them on a QtreeView using QtSql. I would like to print the tables..... More

Print this item

  ARP Request Problem
Posted by: Mustafa_ba - Mar-22-2017, 11:50 AM - Forum: Networking - Replies (1)

Hello guys;

I need to send ARP request  but I m facing with some socket problem . While I m searching about it , the AF_PACKET family is used to so..... More

Print this item

  common elements of a list
Posted by: Skaperen - Mar-22-2017, 05:36 AM - Forum: General Coding Help - Replies (5)

given 2 or more lists, i'd like to get a list of the common elements.  if the order gets re-arranged that is ok.

[python]a=['apple','banana','cherr..... More

Print this item

  face tracking using optical flow method using python+opencv
Posted by: Aftab - Mar-22-2017, 05:36 AM - Forum: Data Science - Replies (1)

Hello Folks..

I want to track the face in motion. Suppose if i move the face in different directions, then the camera should track that face in tha..... More

Print this item

  making a directory
Posted by: Skaperen - Mar-22-2017, 05:17 AM - Forum: General Coding Help - Replies (5)

i am given a string of a path and need to make a directory there unless one is already there.  so i might need to also make the parents.  is there a s..... More

Print this item

  Location Named Entity Recognition Problem
Posted by: owais - Mar-22-2017, 04:56 AM - Forum: General Coding Help - Replies (7)

[color=#222222][size=small]I'm dealing with Twitter data ,I have users in json format,I'm trying to extract location from these fields,here is some sa..... More

Print this item

  VBO,VAO or classical beginner method?
Posted by: hsunteik - Mar-22-2017, 03:30 AM - Forum: General Coding Help - No Replies

Should I use VBO,VAO or the beginner method to draw object in PyOpenGL scenes/space?
What minecraft use?

Print this item

Question Starting to use functions help
Posted by: Miraclefruit - Mar-22-2017, 02:39 AM - Forum: General Coding Help - Replies (5)

Write a program to provide information on the height of a ball thrown straight up into the air. The program should request as input the initial height..... More

Print this item

  How to add user input together then print the result
Posted by: Liwuid_Ocelot - Mar-22-2017, 01:17 AM - Forum: Homework - Replies (6)

Hi there this will be my first post so I apologize if my formatting is incorrect, I am still learning python :)

My program asks for how many birthd..... More

Print this item

  Hangman-Game (German code) ..
Posted by: Unkreatief - Mar-22-2017, 12:46 AM - Forum: Homework - Replies (1)

[color=#222222][font=verdana, arial, helvetica, sans-serif]Hey! I'm new to this board, hope this is the right place to search for help. Short introduc..... More

Print this item

  Serial Python and Arduino
Posted by: delfar - Mar-21-2017, 11:26 PM - Forum: General Coding Help - Replies (7)

Hello,

I am trying to write a base program that will connect to an Arduino, Via Serial, and will send and receive data. 

For some reason though,..... More

Print this item

  Location of python library ?
Posted by: Annie - Mar-21-2017, 11:18 PM - Forum: General Coding Help - Replies (17)

Hi,

How do I find the directory of libpython3.5.so file in my local machine,
am I suppose to have this file if I have downloaded Python3.5 ..... More

Print this item

  Setup a label by binding listbox importing a subclass method using python 3 and tkint
Posted by: Dannds - Mar-21-2017, 09:38 PM - Forum: Homework - No Replies

[color=#242729][size=small][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]I am writing an application using python 3 and tkinter where I have a ..... More

Print this item

  Basic Python Program for Sequence
Posted by: patycanes - Mar-21-2017, 05:53 PM - Forum: Homework - Replies (7)

I'm working on my homework for my programming class and I am honestly just stuck on one problem. The only thing I have so far is the prompt for user i..... More

Print this item

  python charmap codec can't decode byte X in position Y character maps to < undefined>
Posted by: owais - Mar-21-2017, 05:25 PM - Forum: General Coding Help - Replies (9)

[color=#242729][size=small]I'm experimenting with python libraries for data analysis,the problem i'm facing is this exception[/siz..... More

Print this item

  Splitting a list help
Posted by: johiah - Mar-21-2017, 03:53 PM - Forum: General Coding Help - Replies (5)

I have been coding python 3 using repl.it, and I have this code. To make everything work I had it print to make sure it worked. For some reason, Stats..... More

Print this item

  pyethrecover Program help
Posted by: Able98 - Mar-21-2017, 02:18 PM - Forum: General Coding Help - Replies (24)

I know almost nothing about python and need help with this program:

Sorry, understandably, it says I can not post clickable links on my first messa..... More

Print this item

  How to begin coding for game making [Install pygame on mac]
Posted by: mattkrebs - Mar-21-2017, 02:05 PM - Forum: Game Development - Replies (2)

Hello,

I am using Python 3.6 and tried putting Pygame on my MacBook Pro but could not do it. 

Is there a way to do this that is as simple as dow..... More

Print this item

  Do not know how to add "Code Tags" or "Error Tags" to my submissions
Posted by: mattkrebs - Mar-21-2017, 01:14 PM - Forum: Board - Replies (2)

Is this how you add tags to code and error messages?

[python]
def main():
    print ("Guess a number between 1 and 100.")
    randomNumber = 35..... More

Print this item

  new user coding problem
Posted by: mattkrebs - Mar-21-2017, 12:34 PM - Forum: General Coding Help - Replies (1)

"""This is my code"""
[python]
def main():
    print ("Guess a number between 1 and 100.")
    randomNumber = 35
    found = False       # flag variab..... More

Print this item

  Gui Button click
Posted by: iFunKtion - Mar-21-2017, 12:32 PM - Forum: GUI - Replies (1)

Hi.

I am making gui application using Qt4, but the whole signals and slots thing seems way too complex, so I suspect it is my coding. But it appears ..... More

Print this item

  cel shading,toon shader and glowing object ?
Posted by: hsunteik - Mar-21-2017, 08:57 AM - Forum: General Coding Help - Replies (1)

1)How do i cel shade/toon shade an object in python with pyopengl?
2)How do i make a object glow in python with pyopengl?

Print this item

  full pyopengl tutorial ?
Posted by: hsunteik - Mar-21-2017, 05:02 AM - Forum: General Coding Help - Replies (5)

i already know the basic,such as creating window,changing window title , set window icon,setting perspective and drawing object and lastly manipulatin..... More

Print this item

  Need your small favor
Posted by: desul - Mar-21-2017, 04:00 AM - Forum: Homework - Replies (2)

Hiii,

How can I remove "[inside some number], (Fig. 8))from the line?

I have tried by using below command but it is not working. please tell me ..... More

Print this item

  Help with raw_input
Posted by: Marshall_99 - Mar-21-2017, 01:10 AM - Forum: General Coding Help - Replies (2)

I have this as a sample code but my questions of 'How are you?' and 'Do you like computers?' do not return the correct answers to my input. Any help w..... More

Print this item

  How to download and install python modules?
Posted by: 20AJ0931 - Mar-20-2017, 11:08 PM - Forum: General Coding Help - Replies (4)

I am new to python and only know basic programming. I want to start working with modules. Especially the 'wmi' module. How do I download and install i..... More

Print this item

  launch .exe from python script in windows
Posted by: hary - Mar-20-2017, 03:22 PM - Forum: General Coding Help - Replies (8)

Hi

I'm trying to launch a .exe program with a python3.6 script.
I usualy launch my program.exe using command line "cmd" with 5 arguments as follow..... More

Print this item

  Help
Posted by: Codershadow - Mar-20-2017, 09:32 AM - Forum: General Coding Help - Replies (2)

I've written this to get a grid in python and I want to know how to change the numbers in the grid to go up like 1,2,3,4 etc... instead of all being 0..... More

Print this item

  I have a problem with user enter, any help?
Posted by: Qubayel - Mar-20-2017, 06:19 AM - Forum: General Coding Help - Replies (2)

[Image: XalEJUZ][Image: Uy7uE1m]
I'm creating a small Grading System 
I had created a Dictionary called Std = ..... More

Print this item

  Hi,need some guid to improve my coding skills any help?!
Posted by: Qubayel - Mar-20-2017, 03:57 AM - Forum: General Coding Help - Replies (9)

I'm a new Python programmer and the thing is I always feel like doesnt know how t build a solid programming skills 

Any advice?

Print this item

  Calculus in python
Posted by: pythonforumrocks - Mar-19-2017, 11:39 PM - Forum: Data Science - Replies (13)

I don't have a great understanding of calculus (or python) but I need to find the average value of a curve for a project.  I've been using a widget fr..... More

Print this item

  CPU utilisation is confusing
Posted by: Bidgey225 - Mar-19-2017, 08:16 PM - Forum: General Coding Help - Replies (6)

I have a question regarding the CPU utilisation of Python. When running a calculation, the CPU usage for Python sits at about 30%, which I initially t..... More

Print this item

  Postgresql and Django Configuration with Wamp
Posted by: Adelton - Mar-19-2017, 05:06 PM - Forum: General Coding Help - Replies (5)

Hi there,

I am new to Python and I  am trying to configure Wamp with Postgresql and Django.I have already downloaded both application but I do not ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Help with Serial.write in... 1 hour ago racingsubby racingsubby General Codin...
  Backward compatibility qu... 3 hours ago yutaozhou yutaozhou News and Disc...
  [Tkinter] I’m building a ... 5 hours ago tsgiannis Gribouillis GUI
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
Most views
  The best Prog... 578749
  Tutorial Requ... 509543
  Web Scraping ... 441881
  Newbie with P... 385852
  New Users Int... 375491
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+ 12103
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday
ColorTig Yesterday
AcoolPurpleOne1863 Yesterday

User Panel Messages

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