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,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 45 Guest(s)
Bing, Google

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 4
» Views: 104
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 98
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 71
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 109
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,078
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 187
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443

 
  in tutorials: Never use "for i in range(len(sequence)):
Posted by: Skaperen - Oct-07-2016, 04:54 AM - Forum: General Coding Help - Replies (1)

i just saw this tutorial.  i have had a couple cases where i n..... More

Print this item

  Ternary/Conditional Expressions
Posted by: Mekire - Oct-06-2016, 10:43 PM - Forum: Fundamentals - Replies (1)

If you have ever required a simple if/else statement in your code then conditional expressions might be of interest to you.

The standard if/else st..... More

Print this item

  Lambda: How, Why, and Why not.
Posted by: Mekire - Oct-06-2016, 10:30 PM - Forum: Fundamentals - No Replies

When I first started learning python I found lambda extremely confusing.  It isn't that there is anything particularly complicated about it; but somet..... More

Print this item

  Never use "for i in range(len(sequence)):"
Posted by: Mekire - Oct-06-2016, 10:23 PM - Forum: Common pitfalls and what to do - Replies (5)

This will be pretty short and to the point, but I find my self typing this out far too often these days and want something to link to.

Most languag..... More

Print this item

  Classes [advanced]: Descriptors (managed attributes)
Posted by: Mekire - Oct-06-2016, 10:12 PM - Forum: Fundamentals - Replies (1)

This is related to my other tutorial Classes [advanced]: Depe[url=https://python-forum.io/thread-361.html]..... More

Print this item

  Classes [advanced]: Dependent attributes (and Descriptors)
Posted by: Mekire - Oct-06-2016, 10:08 PM - Forum: Fundamentals - Replies (1)

Sometimes in our classes it becomes convenient, and occasionally necessary, to have attributes which are dependent on one another.  Before beginning I..... More

Print this item

  Junior Python Developer in London
Posted by: StackJobs - Oct-06-2016, 08:17 PM - Forum: Jobs - Replies (1)

Hi guys,
we would like to share our latest offer:
https://stackjobs.co.uk/jobs/junior-soft...ue-ai/299/

True AI is working on pro..... More

Print this item

  support plugin solved/best answer/etc
Posted by: metulburr_testing - Oct-06-2016, 07:59 PM - Forum: Board - Replies (12)

testing support plugin

:wall:

Print this item

  Check if multiple values exist in a list
Posted by: glidecode - Oct-06-2016, 06:50 PM - Forum: General Coding Help - Replies (5)

I am trying to find a way of testing whether or not at least one element from a list #1 is present in a list #2
One thing I've found is this thread: ..... More

Print this item

  [split] My opinion about OS choice for programming
Posted by: wavic - Oct-06-2016, 06:37 PM - Forum: News and Discussions - Replies (12)

I want to share with you guys a thought crossed my mind.
I've read this and also all post he..... More

Print this item

  Julian Day
Posted by: sparkz_alot - Oct-06-2016, 03:39 PM - Forum: Code sharing - Replies (14)

Here is another Python piece of code derived from Jean Meuus' book "Astronomical Algorithms"
to compute the Julian Day (JD) for a given Gregorian dat..... More

Print this item

  Mark posts as SOLVED
Posted by: iFunKtion - Oct-06-2016, 11:05 AM - Forum: Board - Replies (22)

Is there a way to mark a post as SOLVED at all. I find SOLVED threads in forums extremely useful and I for one try my hardest to document any solution..... More

Print this item

  matplotlib barh y tick alignment
Posted by: iFunKtion - Oct-06-2016, 10:53 AM - Forum: General Coding Help - Replies (2)

Hi,

Can't seem to get the y tick labels to line up nicely on the horizontal bar chart in this sub plotted chart (bottom chart). I have found variou..... More

Print this item

  BeautifulSoup help !
Posted by: navsid - Oct-06-2016, 09:38 AM - Forum: Web Scraping & Web Development - Replies (3)

So I've just started up with python and an assignment was given to me by a company as an recruitment task.

I need to web scrap the coupons of all t..... More

Print this item

  can't get xticks to work
Posted by: iFunKtion - Oct-06-2016, 09:27 AM - Forum: General Coding Help - Replies (1)

Hi,

having a little difficulty getting xticks to work, but I can't find syntax for what I am doing. As it happens, I think the syntax is accepted b..... More

Print this item

  py2exe - or py2android
Posted by: Skaperen - Oct-06-2016, 05:50 AM - Forum: General Coding Help - Replies (1)

in tutorials was recently published an article for py2exe.

i'd like to target ..... More

Print this item

  now()
Posted by: Skaperen - Oct-06-2016, 05:44 AM - Forum: General Coding Help - Replies (7)

is there a way to do this


from datetime import datetime as dt
now=dt.now
in one statement?

i tried these and they did n..... More

Print this item

  Creating a state machine
Posted by: metulburr - Oct-06-2016, 04:55 AM - Forum: Game Tutorials - Replies (4)

[color=#000000][size=medium][font=Times New Roman]A state (or screen, scene, etc.) machine, is a way to handle different scenes of the game, and flip ..... More

Print this item

  Building an exe with Py2exe
Posted by: metulburr - Oct-06-2016, 04:52 AM - Forum: Python Installation and Execution - No Replies

[color=#000000][size=medium][font=Times New Roman]There are numerous programs to aid in building an exe for Windows for your program... ..... More

Print this item

  BeautifulSoup - Table
Posted by: tkj80 - Oct-06-2016, 02:10 AM - Forum: Web Scraping & Web Development - Replies (6)

Hi,

I ran the following code and got the error message: "IndexError: list index out of range"

[python]import csv
from urllib.request import url..... More

Print this item

  [split] Purpose of school/homework
Posted by: Johno - Oct-06-2016, 02:04 AM - Forum: Bar - Replies (15)

This might be a little off topic, but do many professionals recommend students consider dropping out?  I mean, the homework section was probably well-..... More

Print this item

  With Python I cannot calculate an AWS signature for Rest APIs
Posted by: Johno - Oct-06-2016, 01:56 AM - Forum: General Coding Help - Replies (4)

I have never been able to get Rest APIs to completely work with AWS. The error messages I have seen have been about the time not being correct or the ..... More

Print this item

  Assignment
Posted by: tinabina22 - Oct-06-2016, 12:58 AM - Forum: Homework - Replies (8)

This is an assignment that is due next week and I'm stuck on the for i in range code at the bottom highlighted with purple font.  I have included the ..... More

Print this item

  python3.x installation
Posted by: metulburr - Oct-05-2016, 11:38 PM - Forum: Game Tutorials - Replies (1)

EDIT:
This is quite outdated now. Try reading here

When first startin..... More

Print this item

  Functions
Posted by: metulburr - Oct-05-2016, 10:08 PM - Forum: Fundamentals - No Replies

Why use functions?

  • They maximize code reuse and minimize redunancy
    • Package logic when using in more than one place ..... More

Print this item

  Web scraping with Scrapy
Posted by: metulburr - Oct-05-2016, 10:03 PM - Forum: Web Scraping - No Replies

Originally posted by setrofim....
please do not PM me. 


Introduction

..... More

Print this item

  Creating C extensions
Posted by: metulburr - Oct-05-2016, 09:57 PM - Forum: Python Installation and Execution - Replies (3)

Originally posted by Casevh...
If You want to repost this, ill delete it
@[casevh]

This is part 1 of several short tutorials on creating C extens..... More

Print this item

  Run Python CGI from Apache
Posted by: metulburr - Oct-05-2016, 09:49 PM - Forum: Web Tutorials - Replies (1)

Depending on the Linux distro and even the version the name and path of the apache config file will be different. You did not specify which distro you..... More

Print this item

  ArcGIS file geodatabase
Posted by: bryan@stclairco.com - Oct-05-2016, 07:20 PM - Forum: General Coding Help - Replies (4)

Is there a Python command to remove locks from a ArcGIS file geodatabase?  similar to the ...

  • arcpy.DisconnectUser
  • arcpy.AcceptConnect..... More

Print this item

  PyMySQL
Posted by: Dean Stackhouse - Oct-05-2016, 06:28 PM - Forum: General Coding Help - Replies (1)

Hey,

I have PyMySQL working however the result its printing has an unexpected character.

[python]
#!/usr/bin/python

import pymysql.cursors
..... More

Print this item

  Awesome Cheatsheet
Posted by: snippsat - Oct-05-2016, 06:17 PM - Forum: News and Discussions - Replies (11)

A collection of useful Cheatsheet

Print this item

  String Splits
Posted by: m.zod - Oct-05-2016, 05:35 PM - Forum: Homework - Replies (3)

Hey guys, I'm a new student to Python 3, and I'm having some issues with an assignment, so I'd appreciate the help.
What I'm doing in the assignment ..... More

Print this item

  PEP 492 - Coroutines [async/await]
Posted by: nilamo - Oct-05-2016, 04:06 PM - Forum: News and Discussions - Replies (4)

https://www.python.org/dev/peps/pep-0492/

Apparently this was added in time to be released in 3...... More

Print this item

  How to install odfpy? (or a better alternative?)
Posted by: merlem - Oct-05-2016, 03:54 PM - Forum: General Coding Help - Replies (7)

How can I install odfpy?
I tried

python -m pip install setup.py
from the directory in which I unpacked odfpy-master.zip.
I got onl..... More

Print this item

  Simplify a program using functions
Posted by: nzieno - Oct-05-2016, 02:52 PM - Forum: Homework - Replies (8)

Define the function [b][color=#333333][font=Roboto, sans-serif][b]drawRing(x, y, radius, width,..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 5 hours ago Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [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
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578688
  Tutorial Requ... 509150
  Web Scraping ... 441841
  Newbie with P... 385795
  New Users Int... 375078
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 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07
EchoFlowar3Dip 11-07

User Panel Messages

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