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,938
» Latest member: atylerfraces2254
» Forum threads: 38,723
» Forum posts: 175,512

Full Statistics

Online Users
There are currently 47 online users.
» 2 Member(s) | 40 Guest(s)
Bing, AOL, Google, Applebot, buran, roberjulian

Latest Threads
find sexy verified ladies
Forum: General Coding Help
Last Post: roberjulian
4 minutes ago
» Replies: 0
» Views: 4
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,143
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 619
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,537
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 961
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,458
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,301
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,505
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,464
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,612

 
  First Gui attempt and file not working like it is supposed to.
Posted by: Tuck12173 - Jan-27-2018, 02:23 PM - Forum: GUI - Replies (2)

Hi,

I am sure this is something super easy and I am just a newb, but this is my first GUI and I can't even get the logo to appear. Here is my code..... More

Print this item

  Python capitalize() method problem
Posted by: Skipper - Jan-27-2018, 02:16 PM - Forum: General Coding Help - Replies (9)

[size=small]Hi Guys,

I am new to Python and programming and just started a Python tutorial - currently about string methods.
The drill is the foll..... More

Print this item

  ValueError: not enough values to unpack (expected 2, got 1)
Posted by: Wolfpack2605 - Jan-27-2018, 11:04 AM - Forum: General Coding Help - Replies (1)

[python]types={}

c=input("Car: ")
while c != '':
car, colour = c.split()
types[car] = colour
colour=input("Car: ")

print(types)[/pyt..... More

Print this item

  Unable to connect oracle database using python code
Posted by: mayuresh - Jan-27-2018, 10:25 AM - Forum: General Coding Help - Replies (2)

I'm getting below error while trying to connect oracle database in python code. could someone help:

>>> import cx_Oracle
>>> connection = cx_Oracl..... More

Print this item

  list vs variables
Posted by: mcmxl22 - Jan-27-2018, 08:54 AM - Forum: General Coding Help - Replies (2)

I need name to print out the assigned variables.
[python]
a = j = s = '1'
b = k = t = '2'
c = l = u = '3'
d = m = v = '4'
e = n..... More

Print this item

  Help with test exercise
Posted by: lm777 - Jan-27-2018, 08:17 AM - Forum: Homework - Replies (3)

Hey Im having a test and I cant get over one exercise.

Python - Write a program that shows words that contains "-" symbol in a text written by user..... More

Print this item

  Windows Context Menu Depth
Posted by: GWild - Jan-27-2018, 07:18 AM - Forum: News and Discussions - No Replies

When selecting a file in the Windows Shell Context, {rt click}Edit with IDLE>Edit with IDLE 3.6.4 ...

It's pretty annoying to have two level of edi..... More

Print this item

  goto problem
Posted by: Skaperen - Jan-27-2018, 04:00 AM - Forum: General Coding Help - Replies (1)

i have a function that has several places where it needs to finish up and return. the finish up and return code is identical in all cases. in C i di..... More

Print this item

  tenPrint
Posted by: mcmxl22 - Jan-27-2018, 02:12 AM - Forum: Code sharing - No Replies

Here is my Python 2.7 version of the old 10 Print program.

[python]
import random

slash1 = '\\'
slash2 = '/'
slash3 = '|'
slash4 = '-'

wh..... More

Print this item

  invalid syntax error
Posted by: penlemon - Jan-27-2018, 01:07 AM - Forum: Homework - Replies (4)

Hi Everyone

I'm taking a basic coding class, and while I like it so far, my teacher doesn't really have a knack for teaching, so I'm finding it ver..... More

Print this item

  Help with homework problem - iterating a function
Posted by: midnitetots12 - Jan-26-2018, 10:43 PM - Forum: Homework - Replies (4)

def iterate(iterationnumber):
indented - f(x) = 2*x
indented - count = srange(iterationnumber)
indented - vals = [3]
indented..... More

Print this item

  Compare several strings and output average
Posted by: TotallyCoolGuy - Jan-26-2018, 10:17 PM - Forum: General Coding Help - Replies (2)

Hello Forum :)

this is my first post in the forum and my first day with python.
Searched the internet for my problem but could not find a good sol..... More

Print this item

  Need some beginner Module help...
Posted by: Alimdor - Jan-26-2018, 09:06 PM - Forum: General Coding Help - Replies (2)

Just started Intro to Programming Logic and am having a little trouble understanding modules. Here is the instructional video https://www.youtube.com/..... More

Print this item

  Can't make it print 0 if false
Posted by: goldtiger6 - Jan-26-2018, 08:17 PM - Forum: Homework - Replies (5)

I'm working on a little code for class and I'm not sure what to do to make it print 0 when everything else is false.

Input:
[inline]1 -3 ..... More

Print this item

  Python Site Reliability Engineer / Devops at Divio
Posted by: djangojobs.net - Jan-26-2018, 07:22 PM - Forum: Jobs - No Replies

If working with a sophisticated cloud environment spanning multiple service providers and using a range of technologies such as Python, Django, Docker..... More

Print this item

  [SOLVED]passing a lot of information to subprocess.call()
Posted by: Barrowman - Jan-26-2018, 06:58 PM - Forum: General Coding Help - Replies (11)

Hi,
I have a long list of names and phone numbers in the following format:[quote]0100 12345
Harry horse
0100 43234
Jane Jones
0121 67574
Mary L..... More

Print this item

  Error creating virtualenv in Windows 7 with Python36-32.
Posted by: djalmabright - Jan-26-2018, 06:44 PM - Forum: Web Scraping & Web Development - Replies (3)

[size=small][b]I am trying running a blockchain application using pipenv in Python3.6 under virtualenv in my Windows machine but return..... More

Print this item

  Can't figure out how to use these variables
Posted by: TimeForged - Jan-26-2018, 06:20 PM - Forum: Homework - Replies (2)

Hello so I am new to python, I only have experience in C#. This is on my assignment's I'm working on and I'm very confused. I am suppose to make it so..... More

Print this item

  Begginer coding problem
Posted by: wiktor - Jan-26-2018, 06:07 PM - Forum: General Coding Help - Replies (2)

Hello,

Im pretty new to python and programming and I need some help. I need to check if user name is already in usage by another one. That was good..... More

Print this item

  Help - GTK3 + Pango: Printing data as table format
Posted by: scandido - Jan-26-2018, 06:03 PM - Forum: GUI - No Replies

Hi, i'm beginner in Python, i'm writing my first program.
I want to print some data in table format.

I found this link http://www.pango.org/HelpOn..... More

Print this item

  Seeking input on my remote Python repo structure/look (recently updated)
Posted by: league55 - Jan-26-2018, 05:39 PM - Forum: News and Discussions - Replies (4)

I've been trying to get my Python repo to have a good structure and look presentable. Could you have a peek at the structure and look and comment? (If..... More

Print this item

  why is it crushing ?
Posted by: Cheetos - Jan-26-2018, 01:29 PM - Forum: General Coding Help - Replies (10)

Hello guys i am totally new to python and programming at all
my first try was to make a simulator to the discord bot Tatsumaki fishing system but idk ..... More

Print this item

  I don't get this....
Posted by: pancit_canton - Jan-26-2018, 12:12 PM - Forum: General Coding Help - Replies (3)

Hello, everybody....I am new to this forum...And definitely very new in programming, ANYTHING....I have these few lines of code on the if, elif...just..... More

Print this item

  How to link two python scripts
Posted by: berthenet - Jan-26-2018, 10:18 AM - Forum: General Coding Help - Replies (35)

Hi everyone !

This is my first post here. I am originally a biologist but I started doing bioinformatics. I have very basic knowledge in programmin..... More

Print this item

  Hello,Guys!,I met a very strange bug
Posted by: homepoeple - Jan-26-2018, 09:59 AM - Forum: General Coding Help - Replies (4)

#I am learning Python now ,I have some experience about C#,VB,C.
#The scripture is very easy but I just dont know what's wrong

[python]def eval_lo..... More

Print this item

  container data type formatting
Posted by: nzcan - Jan-26-2018, 09:18 AM - Forum: Homework - Replies (5)

hello,

one interesting task:
[python]
>>> gaga(15)
[ 1, 2, 'gaga', 4, 'bieber', 'gaga', 7, 8, 'gaga', 'bieber', 11, 'gaga', 13, 14, 'gagabieber'..... More

Print this item

  Help me improve my code
Posted by: Emagii - Jan-26-2018, 08:03 AM - Forum: Code sharing - Replies (3)

Hi.
I'm new to programming and Python, but I do enjoy learning as much as I can.
I started play around with classes in Python and get the most basic..... More

Print this item

  My 1st Program
Posted by: ineedhelp - Jan-26-2018, 07:49 AM - Forum: General Coding Help - Replies (1)

I need help in this simple program! I don't know why I'm getting this error! I'm new to python!

This is what I typed:

[python]print ('WHAT IS YO..... More

Print this item

  qutebrowser v1.1.0-1
Posted by: dvs1 - Jan-26-2018, 03:37 AM - Forum: News and Discussions - No Replies

"Initial support for Greasemonkey scripts."

https://github.com/qutebrowser/qutebrowser/releases

"qutebrowser is a keyboard-focused browser with ..... More

Print this item

  Pygsheets Keeps inserting a blank row, Need Help
Posted by: HiImNew - Jan-26-2018, 02:07 AM - Forum: General Coding Help - Replies (1)

I apoligize in advance for the overly complicated code, this is just a segment of a larger part.

[python]
while True:
import bs4 as bs
import..... More

Print this item

  We need your Python expertise. Please participate in our study!
Posted by: PLG - Jan-25-2018, 09:09 PM - Forum: News and Discussions - No Replies

Hi everyone,

We like to invite you to participate in a research study about Python programming (conducted by researchers at the University of Appli..... More

Print this item

  On Just One line
Posted by: Fumi - Jan-25-2018, 09:00 PM - Forum: General Coding Help - Replies (4)

Hi there,

Does anyone know how to condense the following into one line as target.write()


[python]
target.write (line1)
target.write ("\n")

target...... More

Print this item

  The number of object makes code slower?
Posted by: fig0 - Jan-25-2018, 09:00 PM - Forum: General Coding Help - Replies (1)

I'm profilling my script to find its speed bottlenecks, but there is an anomaly that is messing with my understanding of how python interpreter works...... More

Print this item

  Understanding square bracket use
Posted by: wahsape - Jan-25-2018, 08:54 PM - Forum: General Coding Help - Replies (4)

I'm currently reading through "Python Programming for the Absolute Beginner, Third Edition" and I need some help to understand a section of a program ..... More

Print this item

  How do I change an image dynamically
Posted by: LeeMadeux - Jan-25-2018, 08:49 PM - Forum: GUI - Replies (7)

I am trying to dynamically change a displayed picture to another picture on a GUI.
I have tried various suggested ways seen on websites and none have ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  find sexy verified ladies 4 minutes ago roberjulian roberjulian General Codin...
  403 Error Yesterday, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576423
  Tutorial Requ... 498237
  Web Scraping ... 440334
  Newbie with P... 384212
  New Users Int... 367252
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+ 12089
buran 8175
snippsat 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
atylerfraces2254 Yesterday
AdrianCocian Yesterday
humanoidAI Yesterday
Baran12332 09-19
Hershien 09-19

User Panel Messages

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