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,419
» Latest member: sdgsegbwe69
» Forum threads: 38,546
» Forum posts: 174,668

Full Statistics

Online Users
There are currently 447 online users.
» 2 Member(s) | 440 Guest(s)
Google, Yandex, Bing, Mojeek, Google Image, sdgsegbwe69, snl_9527

Latest Threads
{{Expert Line}} How do I ...
Forum: General Coding Help
Last Post: sdgsegbwe69
7 minutes ago
» Replies: 0
» Views: 8
How to File a Dispute wit...
Forum: General Coding Help
Last Post: sdgsegbwe69
9 minutes ago
» Replies: 0
» Views: 8
{{Instant~SuppOrt}} How t...
Forum: General Coding Help
Last Post: sdgsegbwe69
12 minutes ago
» Replies: 0
» Views: 8
what name to give to a ne...
Forum: News and Discussions
Last Post: Gribouillis
23 minutes ago
» Replies: 1
» Views: 13
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Gribouillis
35 minutes ago
» Replies: 3
» Views: 185
Get the string after a sp...
Forum: General Coding Help
Last Post: snl_9527
1 hour ago
» Replies: 5
» Views: 212
Eight Queens Problem, err...
Forum: General Coding Help
Last Post: snl_9527
4 hours ago
» Replies: 9
» Views: 543
I am sending messages usi...
Forum: General Coding Help
Last Post: Hendrikb
Yesterday, 09:38 AM
» Replies: 0
» Views: 86
function arguments
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:48 AM
» Replies: 1
» Views: 136
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 05:45 AM
» Replies: 1
» Views: 171

 
  Test internet connection
Posted by: Larz60+ - Oct-12-2016, 04:27 PM - Forum: Code sharing - Replies (14)

This is not a foolproof way to test if internet is active or not, but I find that it works in at least 90% of the cases.
If someone has a better (as ..... More

Print this item

  Use of classes or functions discussion
Posted by: Larz60+ - Oct-12-2016, 04:27 PM - Forum: News and Discussions - Replies (12)

This is not a foolproof way to test if internet is active or not, but I find that it works in at least 90% of the cases.
If someone has a better (as ..... More

Print this item

  help tempertaure
Posted by: Dpennington - Oct-12-2016, 05:34 AM - Forum: Homework - Replies (4)

Help I have been at this for days and I do not understand what I am doing wrong.  the script will not run. :huh:  also I do not have any errors and wh..... More

Print this item

  More codebox issues
Posted by: Mekire - Oct-12-2016, 04:05 AM - Forum: Board - Replies (26)

Just noticed that codebox seems to be parsing things into special characters.

I just entered "open_parenthesis + lowercase_c + close_parenthesis" a..... More

Print this item

  ARCPY using the arcpy.da.UpdateCursor
Posted by: CornJulio - Oct-12-2016, 03:32 AM - Forum: General Coding Help - Replies (2)

Howdy,

I am trying to get this script to create Grid Numbers for me in a mapping fishnet,  but I am running into troubl with the error listed below..... More

Print this item

  lambda function
Posted by: tkj80 - Oct-12-2016, 02:32 AM - Forum: General Coding Help - Replies (3)

Hi, 

I have the following code:

[python]
from collections import OrderedDict
tallyDict = {'New York': 12, 'Boston': 32, 'Atlanta': 5, 'Los Ang..... More

Print this item

  Where are we learning from?
Posted by: wavic - Oct-12-2016, 01:41 AM - Forum: News and Discussions - Replies (13)

Two days ago I came across a website where there was a huge amount of examples of Python code. I decided not to share it here because I didn't know if..... More

Print this item

  Using the and operator to check if two values equal a third
Posted by: DBS - Oct-11-2016, 11:58 PM - Forum: General Coding Help - Replies (13)

Hello,

Newbie question here, which is the correct way to use the and operator if checking to see whether two values equal a third value:
[python]i..... More

Print this item

  how can i send a picture
Posted by: shahpy - Oct-11-2016, 11:43 PM - Forum: Board - Replies (2)

hi

i want to send a picture when i,m asking a question

i want to show what error i,m getting.

how can i send a image in  this forum
thanks

Print this item

  Password checking
Posted by: nzieno - Oct-11-2016, 11:27 PM - Forum: General Coding Help - Replies (7)

I am making a program to check if a password is atleast 8 characters long, has atleast 1 special character, has atleast 1 number and atleast 1 capital..... More

Print this item

  my discussions AKA egosearch
Posted by: metulburr - Oct-11-2016, 11:16 PM - Forum: Board - Replies (1)

I finally got My Discussions in the menu links above ^^^ :D 

This is the same as the old forum's "view your posts". This gives you a list of thread..... More

Print this item

  " No module named 'msvcrt' " for mac
Posted by: harmanjotuppal - Oct-11-2016, 10:35 PM - Forum: General Coding Help - Replies (12)

So this is the problem I run into when I run my script, which is a .py file that I opened using IDLE, then I run the module (F5).

"
[color=#33cc66..... More

Print this item

  Missing smiley
Posted by: Ofnuts - Oct-11-2016, 08:43 PM - Forum: Board - Replies (3)

May I suggest to add a smiley to mark the more [Image: python.png]pythonic[img]http://www.gimp-forum...... More

Print this item

  beginer oop help
Posted by: noissue - Oct-11-2016, 06:17 PM - Forum: General Coding Help - Replies (7)

im beginer to oop and i have problem with understanding:
how to do a method that adds 2 objects with x and y coordinates
do i have to make another c..... More

Print this item

  Effeciency of passing XML tree object as function arguments
Posted by: sandeepvl - Oct-11-2016, 07:39 AM - Forum: General Coding Help - Replies (3)

Hi all, 

Is it efficient to pass an object returned by lxml.etree.parse("a.xml") as argument to other functions? Is the object returned a C pointer..... More

Print this item

  Call a code written in Fortran programming language in RhinoPython.
Posted by: TOM - Oct-11-2016, 07:27 AM - Forum: Homework - Replies (2)

[color=#333333][size=small][font=Verdana, Geneva, Tahoma, sans-serif]Hello,
I'm working through a uni project in which I'm trying to use a code writt..... More

Print this item

  Basic IRC bot with socket
Posted by: metulburr - Oct-11-2016, 02:02 AM - Forum: Networking Tutorials - Replies (2)

This is the basic layout of an IRC bot with the socket module. The docstrings specify each method. The end result is a bot that connects to the channe..... More

Print this item

  reputation + like system
Posted by: metulburr - Oct-11-2016, 12:12 AM - Forum: Board - Replies (25)

There is some difference in opinions about both

Print this item

  [split] Need help with lists to continue my assignment code
Posted by: cylandur - Oct-10-2016, 11:58 PM - Forum: Homework - Replies (7)

[quote='tinabina22' pid='1929' dateline='1475880835']
I'm using Python 3.5, Pycharm.

This is what the instructions say to do:

[color=#000000][s..... More

Print this item

  coult not convert string to float
Posted by: kentman234 - Oct-10-2016, 09:34 PM - Forum: General Coding Help - Replies (9)

Hello,

I got this error while trying to compile my code:
[error] 
self.datayf.append(float(y.strip().replace(',', '')))
ValueError: could not co..... More

Print this item

  Ysignal - WeakRef Signal/Slots
Posted by: Yoriz - Oct-10-2016, 08:36 PM - Forum: Code sharing - Replies (2)

signal.py
[python]
'''
@author: Yoriz
'''
import inspect
import weakref

class Ysignal(object):

    '''WeakRef Signal/Slots'''

    def _..... More

Print this item

  error: max() arg is an empty sequence
Posted by: kentman234 - Oct-10-2016, 08:00 PM - Forum: General Coding Help - Replies (2)

Hello everyone, 

I'm trying to compile this code:
[python]
for idx, i in enumerate(array):
    if  idx > phaseshift:
        if  abs(i - array[..... More

Print this item

  Registration issues
Posted by: Kebap - Oct-10-2016, 07:17 PM - Forum: Board - Replies (2)

I noticed 2 minor issues:

1) During registration, there is an (unchecked) box saying "Hide your email from other members". I found that somewhat ir..... More

Print this item

  Selenium and Flash
Posted by: ATXpython - Oct-10-2016, 07:07 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello -

Building a program that inputs data to a website using selenium.
Part of the site has an embedded flash widget, and that widget has some f..... More

Print this item

  Shorting Code down
Posted by: gh01 - Oct-10-2016, 06:17 PM - Forum: Homework - Replies (12)

Hi I've made some code but it seems a bit long is their a way to shorten it down because it seems too long . This is the code:


[python]if passwor..... More

Print this item

  variable gets lost
Posted by: Jordy - Oct-10-2016, 05:47 PM - Forum: General Coding Help - Replies (10)

why doesn't this work??
[python]admin = ['Jordy', 'Julian']
logged_in = 0

def login(name):
    for i in admin:
        if name == i:
         ..... More

Print this item

  ValueError: invalid literal for int() with base 10: ''
Posted by: DennisT - Oct-10-2016, 05:08 PM - Forum: General Coding Help - Replies (8)

I have a Pyhon 3 application using a Maxbotix Ultrasonic Rangefinder (HR-USB-EZ1). 

Once in a great while I'll get the following error in my debug ..... More

Print this item

  Thonny IDE 2.0
Posted by: snippsat - Oct-10-2016, 04:27 PM - Forum: News and Discussions - Replies (9)

Python IDE for beginners Thonny IDE 2.0, video intro.
Teste..... More

Print this item

  pyenv says python 3 is not installed
Posted by: iFunKtion - Oct-10-2016, 04:24 PM - Forum: General Coding Help - Replies (3)

Hi there,

So pyenv is well aware of the (more than) 40 odd versions of python on this raspberry py, yet the one I use all the time, Python 3.4.0 i..... More

Print this item

  Efficiency Crash Course
Posted by: micseydel - Oct-10-2016, 03:37 PM - Forum: Common pitfalls and what to do - Replies (2)

[Migrated from old forum, originally posted 20 January 2015.]

I'm writing this post because occasionally people ask about efficiency on the forum, an..... More

Print this item

  Generators/Iterators
Posted by: micseydel - Oct-10-2016, 03:30 PM - Forum: Fundamentals - No Replies

Iterators are simple objects which can be iterated over, and which can be interrupted, and continued later on. If you have an iterable such as a list,..... More

Print this item

  Comprehension Expressions
Posted by: micseydel - Oct-10-2016, 03:28 PM - Forum: Fundamentals - No Replies

[Migrated from the old forum, originally posted 22 February 2013.]

[color=#333333]Comprehensions are syntactic sugar for for loops. Here is co..... More

Print this item

  Naming Conventions (PEP 8)
Posted by: micseydel - Oct-10-2016, 03:21 PM - Forum: Common pitfalls and what to do - No Replies

[Migrated from old forum, originally posted 22 February 2013.]

[color=#333333][size=medium]NOTE: There's definitely wiggle room when it comes to th..... More

Print this item

  Sum Series w/ Fractions
Posted by: EwH006 - Oct-10-2016, 02:42 PM - Forum: Homework - Replies (12)

Good Morning,

I am new to programming and these forums. I plan on becoming a little more active here and on IRC while working toward my degree.

..... More

Print this item

  cookie operation
Posted by: x64 - Oct-10-2016, 02:07 PM - Forum: Web Scraping & Web Development - Replies (1)

i can not retrive cookie in python that i set.......
this code is for set up cookie.......
[python]
#!"E:\python\python.exe"
from http import cook..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  {{Expert Line}} How do I ... 7 minutes ago sdgsegbwe69 sdgsegbwe69 General Codin...
  How to File a Dispute wit... 9 minutes ago sdgsegbwe69 sdgsegbwe69 General Codin...
  {{Instant~SuppOrt}} How t... 12 minutes ago sdgsegbwe69 sdgsegbwe69 General Codin...
  what name to give to a ne... 23 minutes ago Skaperen Gribouillis News and Disc...
  where should DEFAULT_CIPH... 35 minutes ago Skaperen Gribouillis General Codin...
  Get the string after a sp... 1 hour ago JanJan snl_9527 General Codin...
  Eight Queens Problem, err... 4 hours ago snl_9527 snl_9527 General Codin...
  I am sending messages usi... Yesterday, 09:38 Hendrikb Hendrikb General Codin...
  function arguments Yesterday, 06:48 Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... Yesterday, 05:45 Winfried Winfried General Codin...
  how to delete thread 04-28, 19:30 Azdaghost DeaD_EyE Board
Most views
  The best Prog... 557355
  Tutorial Requ... 424383
  Web Scraping ... 422891
  Newbie with P... 350954
  Thread remain... 324887
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12034
buran 8165
snippsat 7320
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
sdgsegbwe69 Today
arturioworker Yesterday
wayenia Yesterday
davidmartin Yesterday
donjon4500 Yesterday

User Panel Messages

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