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 47 online users.
» 1 Member(s) | 42 Guest(s)
Google, Bing, AOL, Mojeek, snippsat

Latest Threads
New to python and coding
Forum: Homework
Last Post: Larz60+
1 hour ago
» Replies: 1
» Views: 20
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
1 hour ago
» Replies: 11
» Views: 220
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
1 hour ago
» Replies: 3
» Views: 77
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
6 hours ago
» Replies: 5
» Views: 212
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 80
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: 168
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 163
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,691
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,403

 
  I want to manage my email with python
Posted by: timfox123 - Apr-16-2017, 11:25 AM - Forum: Homework - Replies (1)

my question here

We have a system monitoring tool that is out of control  and sends mails on down system.  

It is a shared system and the other ..... More

Print this item

  mysql search for needle
Posted by: metulburr - Apr-16-2017, 08:13 AM - Forum: Bar - Replies (5)

Im playing around with the old old forum database and realize that i am pretty bad at mysql commands. In this last command i am trying to extract all ..... More

Print this item

  Structuring a semi structured dataset
Posted by: klllmmm - Apr-16-2017, 03:15 AM - Forum: Data Science - Replies (1)

I have a CSV file containing semi structured dataset. Sample dataset is attached in a CSV file.

[inline]df = pd.DataFrame([[np.nan,np.nan,np.nan,np..... More


Attached Files

.csv   Sample.csv (Size: 338 bytes / Downloads: 90)
Print this item

  Name error/is not defined
Posted by: foxtreat - Apr-15-2017, 11:51 PM - Forum: General Coding Help - Replies (5)

i just starter learning coding/programing,and after some joking around with bash i decided to learn python
i am making a script that should ask for y..... More

Print this item

  Sorting File
Posted by: Miraclefruit - Apr-15-2017, 10:40 PM - Forum: Homework - Replies (1)

Write a program that displays the current justices ordered by the year they joined the Supreme Court. 


So there is a file containing the justices..... More


Attached Files

.txt   Justices.txt (Size: 4.77 KB / Downloads: 848)
Print this item

  input ==("word vs input == "word
Posted by: Sp00f - Apr-15-2017, 10:05 PM - Forum: General Coding Help - Replies (4)

Take note of line 25 and line 34.

when this code is ran, the first block of code (line 25 is in this block) requires parenthesis around the multiple ..... More

Print this item

  Fun games to help with
Posted by: Low_Ki_ - Apr-15-2017, 06:21 PM - Forum: Game Development - Replies (2)

I just wanted to post a couple games from github that i've been writing just incase anyone feels like they want a little practice and would like to he..... More

Print this item

  desired patterns
Posted by: nengkya - Apr-15-2017, 05:42 PM - Forum: General Coding Help - Replies (5)

my question here

my code here
How is to use desired patterns programming ? Such as :

case:
....int 20 + int 1 : print('twen..... More

Print this item

  Atom editor question
Posted by: Larz60+ - Apr-15-2017, 05:15 PM - Forum: Bar - Replies (5)

It's time for me to renew my license with PyCharm.
I have decided to make an Ernest effort to use Atom editor instead.

I just installed atom, and ..... More

Print this item

  How to stop inputs on the presence of CR
Posted by: sylas - Apr-15-2017, 01:50 PM - Forum: General Coding Help - Replies (21)

Hi all . The folllowing file does not stop on the presence of CR. I wish i finish inputs on the presence of CR, that is nothing entered. At the presen..... More

Print this item

  Python 2 to 3 Issue
Posted by: Kekerusey - Apr-15-2017, 01:43 PM - Forum: General Coding Help - Replies (4)

Hi,

I'm new here but a long time dabbler in Python ... I won't post any code just yet, don't want you laughing at me quite so soon ;)

OK ... so ..... More

Print this item

  set value in tktable
Posted by: gray - Apr-15-2017, 11:59 AM - Forum: GUI - Replies (2)

how can i set values (for example query result from sql) in a tktable????
i don't understand meaning of the following lines

self.table.set( str®..... More

Print this item

  [Tutorial] PyGtk3 How To Change Applicaton Theme
Posted by: harun2525 - Apr-15-2017, 11:16 AM - Forum: GUI - No Replies

changing app theme in PyGtk3 is very easy. look at  following code.

[python]

import gi
gi.require_version("Gtk", "3.0")..... More

Print this item

  Should i abuse the RAM or hard disc while creating big games?
Posted by: hsunteik - Apr-15-2017, 07:04 AM - Forum: General Coding Help - Replies (12)

My game will be very big,so should i use(abuse) the RAM or hard disc to store data?
If i use RAM,there is a limit that i can store.For a 32 bit compu..... More

Print this item

  Python Selenium Document Lookup and Download Automation Error - Target Machine active
Posted by: Guttmann - Apr-15-2017, 02:33 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi, I am using the below code to match some data from an input csv to 2 drop downs from a website, then download both a csv and pdf... (the csv, I am ..... More

Print this item

  Setting column auto_size property
Posted by: volcano63 - Apr-14-2017, 08:20 PM - Forum: General Coding Help - Replies (3)

Hi,
I am creating an Excel workbook using openpyxl. I build the worksheets - which is not a rocket science  Cool, but I cannot find a way ..... More

Print this item

  New iOS based notification script
Posted by: fbartolom - Apr-14-2017, 04:05 PM - Forum: Networking - No Replies

I am trying to adopt the new Apple APN technology with the following Python script:
[python]
import json
import jwt
import time

from hyper impo..... More

Print this item

  UnboundLocalError: local variable 'Num' referenced
Posted by: kunalmetha - Apr-14-2017, 03:12 PM - Forum: General Coding Help - Replies (2)

my question here why does my code  generate the UnboundLocalError: local variable 'Num' referenced
[co..... More

Print this item

  Menus, buttons and other widgets for Pygame
Posted by: Olleus - Apr-14-2017, 03:12 PM - Forum: Game Development - Replies (4)

I've started coding a turn based game in python and now want to start work on the UI. pygame seemed like the natural choice. I've gone through the tut..... More

Print this item

  execute sequence
Posted by: baolevani - Apr-14-2017, 01:40 PM - Forum: General Coding Help - Replies (2)

Hello Python World,

I need to utilize following sequence in python 2.6

[color=#000000][size=medium][font=Calibri][b]Run external program=>Read i..... More

Print this item

  Convert .MTS files
Posted by: pberrett - Apr-14-2017, 11:06 AM - Forum: General Coding Help - Replies (16)

Hi everyone

I am trying to write a python program to do some video manipulation and uploading i.e. automate some boring tasks which I normally do w..... More

Print this item

  Finding Number of Lowercase letters in a Set
Posted by: Steven - Apr-14-2017, 04:43 AM - Forum: Homework - Replies (6)

I have a set being passed to a function. Each element has a word in it with a mixture of upper and lower case characters. I need to find the one with ..... More

Print this item

  Set Comprehension
Posted by: Steven - Apr-13-2017, 09:18 PM - Forum: Homework - Replies (3)

I have a text file that is going to be sent to my function. I simply need to send the words in the file back in a set. Not so difficult with a for loo..... More

Print this item

  How to Create Very Very Special Class with too many magic methods ?
Posted by: harun2525 - Apr-13-2017, 07:54 PM - Forum: General Coding Help - Replies (5)

i wanted a PointerVariable Class. but many problems came out. i want to understand what i want with following code. 

[python]

class PointerVariable(..... More

Print this item

  Change the colour of a plot
Posted by: Sito - Apr-13-2017, 06:15 PM - Forum: Homework - Replies (1)

Hi, 

some days ago, I received the task to plot something (I can give you more details if needed) and it worked out quite well, but I have some tro..... More

Print this item

  Comparing 2 lists
Posted by: BerryK - Apr-13-2017, 04:28 PM - Forum: Homework - Replies (4)

Hello dear readers,

I'm very new to Python, I started reading and following some tutorials on Python 2 days ago. A long long time ago, like 10years..... More

Print this item

  SPYDER IDE is GREAT
Posted by: teenspirit - Apr-13-2017, 04:09 PM - Forum: News and Discussions - Replies (7)

Everyone should try SPYDER IDE under MIT license, its free and if you use linux only requires sudo apt-get install spyder3, (or your flavor's variatio..... More

Print this item

  Why is voxel generated terrain looks better?
Posted by: hsunteik - Apr-13-2017, 11:23 AM - Forum: General Coding Help - Replies (1)

why does voxel generated terrain looks better especially the graphics and the colours?
Is it because is most voxel game uses cel shading or is it the..... More

Print this item

  pywinauto problems
Posted by: vnc - Apr-13-2017, 10:32 AM - Forum: General Coding Help - Replies (3)

Apologies if this is the wrong location for the post, i wasn't sure where it fits...anyways:

I already had python 3.6 installed on windows 10 and h..... More

Print this item

  Difference between Minecraft and Stellar overload?
Posted by: hsunteik - Apr-13-2017, 10:14 AM - Forum: Bar - Replies (3)

what is the difference between minecraft and Stella overload in every aspect ,such mechanics ,graphic ,gameplay,etc?
Which is the better game for you..... More

Print this item

  Bug: Adding link removed space character
Posted by: wavic - Apr-13-2017, 07:07 AM - Forum: Board - Replies (6)

I wrote a post and after that I decided to put a link ..... More

Print this item

  python3 does not understand: exit(0)
Posted by: sylas - Apr-13-2017, 05:58 AM - Forum: General Coding Help - Replies (9)

my question here Hi all. If I like to stop the program, what shall I use instead of :  exit(0) ??

My code here:
[python]
# file3.p
# import sys..... More

Print this item

  Insert values into a column in the same table based on a criteria
Posted by: klllmmm - Apr-13-2017, 05:54 AM - Forum: Data Science - Replies (3)

I need your help to insert vales into my table based on a criteria.
My dataframe is as follows
[python]df = pd.DataFrame([['2016-04-19',533247,19750..... More


Attached Files

Thumbnail(s)
   
Print this item

  program is related to leading zeros
Posted by: amrita - Apr-13-2017, 05:54 AM - Forum: General Coding Help - Replies (3)

according to me this program output should be [0 0 6 2],but output is [0 0 2],why
[python]
#request input from the user
num=eval(input("please ente..... More

Print this item

  Stupid question
Posted by: abradler - Apr-13-2017, 04:49 AM - Forum: General Coding Help - Replies (3)

Can someone tell me why my nothing happens when i execute my program. Here is my code and output:


[python]total_cash=0
total_owed=0
total_candy..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 1 hour ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 1 hour ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 1 hour ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... 6 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... 578783
  Tutorial Requ... 509627
  Web Scraping ... 441892
  Newbie with P... 385881
  New Users Int... 375691
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