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,242
» Latest member: johnsonlucas83
» Forum threads: 38,777
» Forum posts: 175,795

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 27 Guest(s)
Applebot, Google, Bing, AOL, Facebook

Latest Threads
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
8 hours ago
» Replies: 1
» Views: 50
Data Science
Forum: Data Science
Last Post: mamta25
8 hours ago
» Replies: 3
» Views: 2,577
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
Yesterday, 10:15 PM
» Replies: 1
» Views: 104
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 153
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 136
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 133
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,360
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,383
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 212

 
  Problems with this little game
Posted by: Flooo - Feb-19-2017, 06:17 PM - Forum: Homework - Replies (2)

Hello! I'm supposed to program a little game for school: two random numbers are shown and you have to multiply them, but you have only 15 seconds. You..... More

Print this item

  Python IDE for mac
Posted by: bulldoze - Feb-19-2017, 11:22 AM - Forum: Web Scraping & Web Development - Replies (13)

Hi guys, first post here so go easy.

I need to learn Python quickly as it appears some limited coding is required in my new job. I believe the comp..... More

Print this item

  GnuPG is not installed. Help.
Posted by: lexlukkia - Feb-19-2017, 11:19 AM - Forum: General Coding Help - Replies (5)

Good day. I've been dealing with this for days now. i keep on googling how to fix this but unfortunately i found none.

i believe i have installed t..... More

Print this item

  something wrong: class
Posted by: Skaperen - Feb-19-2017, 05:24 AM - Forum: General Coding Help - Replies (2)

the code:
[python]from __future__ import print_function
total = 1
class Classy:
    total = 0
    def __init__(self):
        return
    def ad..... More

Print this item

  Can't post because I am a spammer?
Posted by: brianwithnoy - Feb-19-2017, 01:40 AM - Forum: Board - Replies (7)

First time posting in this forum. I was going to post a question I had and I wanted to include pictures because I think it'll be the easiest way to ex..... More

Print this item

  Where locate code to load combobox
Posted by: birdieman - Feb-19-2017, 12:48 AM - Forum: GUI - Replies (1)

I am a beginner and would like to know where and how to code the loading of two comboboxes.  The GUI was created in QT designer.  First, I have the co..... More

Print this item

  using windo printer
Posted by: jim123 - Feb-18-2017, 07:39 PM - Forum: General Coding Help - Replies (1)

toshiba laptop, windows 7, python 3.4
errors using: pywin32

list of imports: sys, os, win32ui, win32print, win32con, #import win32api ?

[python..... More

Print this item

  20 Years of records (Sports)
Posted by: Sani96 - Feb-18-2017, 06:39 PM - Forum: Code sharing - Replies (7)

Hey guys,
First of all, I'm Federico, I'm from Turin,Italy and I'm 20 y.o.
I started with Python just two weeks ago, so please don't kill me for my ..... More

Print this item

  map without a function error
Posted by: bluefrog - Feb-18-2017, 04:15 PM - Forum: General Coding Help - Replies (3)

Hi

I am using pyspark, and whenever I attempt to use a comprehension it generates an error. At first I thought the issue was pyspark specific, but ..... More

Print this item

  copy of a slice from a DataFrame
Posted by: metalray - Feb-18-2017, 04:06 PM - Forum: Homework - Replies (4)

Hello Phyton Fans,
I just started a coursere training to learn more about phyton.
When I used the jupiter notebook provided by coursere the below co..... More

Print this item

  Tried to run a script.
Posted by: ovo229 - Feb-18-2017, 03:48 PM - Forum: General Coding Help - Replies (2)

Hi all. Started on python about a day ago. I tried to run the exe from this github.
..... More

Print this item

  dxfgrabber
Posted by: elhetch - Feb-18-2017, 01:37 PM - Forum: General Coding Help - Replies (5)

i would like to know how to use this library to get a start point of a line from DXF  ,

Print this item

  can't run .exe file
Posted by: Doug - Feb-18-2017, 12:16 PM - Forum: General Coding Help - Replies (8)

Hey! I have compiled my python file with pyinstaller and produced a .exe file, however my program doesn't want to run. I ran it through the shell and ..... More

Print this item

  simple question
Posted by: sajley - Feb-18-2017, 09:37 AM - Forum: General Coding Help - Replies (9)

hi guys, this is a stupid question, but i should to know
Python is a Programing Language   OR    Scripting ?

Print this item

  i want to rewrite tarnet into python
Posted by: Skaperen - Feb-18-2017, 06:29 AM - Forum: Bar - Replies (11)

i have this bash script that i want to rewrite into python 3:

it's not in python,yet, it's still in bash:
[python]#!/bin/bash
#-----------------..... More

Print this item

  i want to rewrite logcmd into python
Posted by: Skaperen - Feb-18-2017, 06:29 AM - Forum: Bar - Replies (11)

i have this bash script that is frying nilamo's mind that i want to rewrite into python 3:

it's not in python,yet, it's still in bash:
[python]#!/..... More

Print this item

  How to turn variable true and false using function?
Posted by: hsunteik - Feb-18-2017, 06:03 AM - Forum: General Coding Help - Replies (5)

can I use

def A(var):
    var=True
A(var)
Print(var)
Output:
True
If not,what do I do?

Print this item

  inheritence vs instanciation?
Posted by: hsunteik - Feb-18-2017, 04:31 AM - Forum: General Coding Help - Replies (1)

what is the different between inheritence and instanciation?
They both have same function and uses.
so how are the two used differently?

Print this item

  NameError with global
Posted by: hsunteik - Feb-18-2017, 03:34 AM - Forum: General Coding Help - Replies (2)

[python]
class titlescreen:
    global drawing 
    drawing ='...drawing...'

    def drawbackground(filename,constant=True):
        if constan..... More

Print this item

  NameError with simple code
Posted by: DanielBrasher - Feb-18-2017, 12:22 AM - Forum: General Coding Help - Replies (4)

Hi, This is my first post on the forum.

I'm currently learning the basics of Python from a 2014 copy of "Idiot's Guides: Beginning Programming". I'..... More

Print this item

  Creating a bat file to call Python from command line
Posted by: dimitrisana - Feb-18-2017, 12:18 AM - Forum: General Coding Help - Replies (2)

I have created a .bat file containing
[code]@echo off
set PATH=C:\Users\Dimitris\AppDa..... More

Print this item

  Does Python 3.x have a built-in byte string compare function?
Posted by: Raptor88 - Feb-17-2017, 07:38 PM - Forum: General Coding Help - Replies (2)

I'm just starting to learn Python 3.6 and this will be my first program. (I have coded in Basic and C about 20 years ago)
Does Python 3.x have a buil..... More

Print this item

  Why grammar is import
Posted by: metulburr - Feb-17-2017, 01:11 PM - Forum: Bar - Replies (7)

Why grammar is import :)


Attached Files

Thumbnail(s)
   
Print this item

  [split] Web Crawler Error
Posted by: takaa - Feb-17-2017, 11:21 AM - Forum: General Coding Help - Replies (1)

Today I am all off the sudden getting this error message after the crawler made its way through a few pages. 

[error]    raise ConnectionError(err,..... More

Print this item

  global variables, classes, imports
Posted by: Skaperen - Feb-17-2017, 07:17 AM - Forum: General Coding Help - Replies (16)

i set up a module with a class.   outside the class i import a module and define a variable.  in a method of the class in can use that module or objec..... More

Print this item

  import antigravity not working
Posted by: Skaperen - Feb-17-2017, 06:19 AM - Forum: General Coding Help - Replies (8)

isn't this supposed to open a web browser to xckd 353?  i tried it on both python 2 an python 3 but nothing happens.  it does define an object named [..... More

Print this item

  doing something after been checked a checkbutton
Posted by: gray - Feb-17-2017, 05:48 AM - Forum: GUI - Replies (1)

i want when i tick  'python' checkbutton in 'lng' checkbar in under program and then i push 'peek' button, it prints 'python'
i dont get any error ....... More

Print this item

  Restrictions in online coding
Posted by: Lux - Feb-17-2017, 02:40 AM - Forum: Homework - Replies (7)

Hi!
I am doing coding for a class project, but I am not in a coding class. This means I can take any coding help. However, I am using school computer..... More

Print this item

  Sorting Santa's List of Children
Posted by: sirox84 - Feb-17-2017, 01:19 AM - Forum: Homework - Replies (4)

Hi guys,


I'm doing a Master in Comupter science in Brasil and the problem began to be more seriously and i'm a bit lost in this problem.

It se..... More

Print this item

  Interrupt/Break Function
Posted by: sdprelude - Feb-16-2017, 11:17 PM - Forum: General Coding Help - Replies (2)

Hello All,
I have been working on a class project, which is due tomorrow and I completed the project but I misinterpreted a requirement. I need a fun..... More

Print this item

  MIT course
Posted by: snippsat - Feb-16-2017, 10:06 PM - Forum: News and Discussions - Replies (5)

I was looking little at the new MIT course that been publish on Youtube.
It's been a while now since MIT switch from Java to Python.

Video from [u..... More

Print this item

  format dtype
Posted by: arka7886 - Feb-16-2017, 09:10 PM - Forum: General Coding Help - Replies (2)

Hi, 
I am struggling with a very basic problem. While reading or writing a data file, some times I need to define the format... normally I can do it a..... More

Print this item

  Plot correct values
Posted by: Felipe - Feb-16-2017, 01:38 PM - Forum: Data Science - Replies (9)

Hi guys,

I wrote a code to make corrections in array data and plot the after/before for that.

Here's my code:

[python]
while ctr2 == 'R':
         ..... More

Print this item

  Can not get information from User
Posted by: o0TarZan0o - Feb-16-2017, 12:54 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi everyone

I getting started with Django (v0-96), I get trouble while get info from superuser, this is snippet (views)




When I browse, it ..... More

Print this item

  PyQt5 blurpicker example
Posted by: alekssandrap - Feb-16-2017, 12:48 PM - Forum: GUI - Replies (1)

[color=#333333][font=Titillium Web]Hello, does someone has the Python (PyQt5) version of the BlurPicker example from the Qt Crator 5. Itried to conver..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] print two differe... 8 hours ago Reema Gribouillis General Codin...
  Data Science 8 hours ago Oshadha mamta25 Data Science
  [Tkinter] I’m building a ... Yesterday, 22:15 tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [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...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
Most views
  The best Prog... 578735
  Tutorial Requ... 509436
  Web Scraping ... 441870
  Newbie with P... 385832
  New Users Int... 375360
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
johnsonlucas83 Today
ColorTig Today
AcoolPurpleOne1863 Today
racingsubby Today
Reema Today

User Panel Messages

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