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,616
» Latest member: Jatayu_12
» Forum threads: 38,637
» Forum posts: 175,055

Full Statistics

Online Users
There are currently 405 online users.
» 0 Member(s) | 399 Guest(s)
Google, Bing, Baidu, Apple, Yandex

Latest Threads
can't use pyrepl: bad mag...
Forum: News and Discussions
Last Post: Plyth
1 hour ago
» Replies: 2
» Views: 199
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Jun-24-2025, 02:10 PM
» Replies: 5
» Views: 457
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Jun-24-2025, 02:04 PM
» Replies: 3
» Views: 178
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-24-2025, 08:10 AM
» Replies: 9
» Views: 199,370
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:43 AM
» Replies: 1
» Views: 123
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Jun-24-2025, 04:15 AM
» Replies: 3
» Views: 624
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Jun-24-2025, 03:41 AM
» Replies: 3
» Views: 1,527
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 328
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 180
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 166

 
  Logging a function
Posted by: harrington40 - Apr-16-2017, 09:14 PM - Forum: General Coding Help - Replies (3)

Hello, thanks for reading.
I have look at different logging module and examples which demonstrate python's logging examples.
 One questions that rem..... More

Print this item

  Looping .xlsx files in folder/subfolders copy pasting currentregion
Posted by: HarrisQ - Apr-16-2017, 06:59 PM - Forum: General Coding Help - Replies (4)

How to loop folders and subfolders selecting currentregions associated with a key word?

I want to loop excel (.xlsx) files in a folder and subfolde..... More

Print this item

  Classification by support vector method
Posted by: qwerty - Apr-16-2017, 05:48 PM - Forum: Homework - Replies (1)

Classification by support vector method
Implement a method for solving the problem of classifying statistical data.
• visualize the initial data in..... More

Print this item

  PyGTK3, How to Print All Existing Signal ?
Posted by: harun2525 - Apr-16-2017, 11:57 AM - Forum: GUI - Replies (1)

i want get the all existing signals of any widgets. i did not understand why is small process very hard. is there a method for printing all signals of..... More

Print this item

  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: 818)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  can't use pyrepl: bad mag... 1 hour ago eliastw85 Plyth News and Disc...
  Setting AST node lineno c... 06-24, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... 06-24, 14:04 Winfried deanhystad GUI
  color names 06-24, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help 06-24, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... 06-24, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... 06-24, 03:41 doug2019 Pedroski55 General Codin...
  Convert any Python expres... 06-23, 07:06 voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... 06-22, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... 06-22, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
Most views
  The best Prog... 572341
  Tutorial Requ... 484951
  Web Scraping ... 436867
  Newbie with P... 379696
  Thread remain... 351238
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6840
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
as1221 3
Newest members
Jatayu_12 Yesterday
Kupo Yesterday
usulek Yesterday
john_morgan Yesterday
Sreearvind Yesterday

User Panel Messages

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