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,574
» Latest member: Donaldabani
» Forum threads: 38,632
» Forum posts: 175,024

Full Statistics

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

Latest Threads
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: snippsat
41 minutes ago
» Replies: 2
» Views: 105
[split] Simple webbot for...
Forum: Code Review
Last Post: AB073
6 hours ago
» Replies: 1
» Views: 70
What Are the Most Overloo...
Forum: News and Discussions
Last Post: Plyth
Today, 03:37 AM
» Replies: 2
» Views: 107
Setting AST node lineno c...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 09:15 PM
» Replies: 4
» Views: 211
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 03:52 PM
» Replies: 7
» Views: 266
Wish to write a code for ...
Forum: General Coding Help
Last Post: Hasan2025
Yesterday, 06:40 AM
» Replies: 4
» Views: 982
I have a question
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 04:47 AM
» Replies: 1
» Views: 92
How to produce a CPU load...
Forum: General Coding Help
Last Post: Plyth
Yesterday, 02:19 AM
» Replies: 2
» Views: 121
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Larz60+
Jun-17-2025, 02:23 AM
» Replies: 1
» Views: 134
Webscraping: Attendance L...
Forum: Web Scraping & Web Development
Last Post: Larz60+
Jun-17-2025, 02:20 AM
» Replies: 1
» Views: 109

 
  Homework help
Posted by: nzieno - Oct-07-2016, 04:00 PM - Forum: Homework - Replies (11)

So my issue is this we have started using functions and the module we are supposed to import does not import its from a zip file for examples from the..... More

Print this item

  Windows/Power Shell: Differences from the tutorial...
Posted by: diemildefreude - Oct-07-2016, 11:05 AM - Forum: News and Discussions - Replies (22)

I've switched to using the "Learn Python the Hard Way" method, which includes an appendix on learning to use the Powershell/other commandinput methods..... More

Print this item

  splitting a string numeically
Posted by: Skaperen - Oct-07-2016, 06:49 AM - Forum: General Coding Help - Replies (14)

i am looking for something that can split a string at a specific interval rather than by content

[python]a = '0123456789abcdefghijklmnopqrstuvwxyz'..... More

Print this item

  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 (6)

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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Dynamic Module Import Err... 41 minutes ago DaddyMAN snippsat General Codin...
  [split] Simple webbot for... 6 hours ago AB073 AB073 Code Review
  What Are the Most Overloo... Today, 03:37 shreyapatel Plyth News and Disc...
  Setting AST node lineno c... Yesterday, 21:15 voidtrance deanhystad General Codin...
  How do select this table ... Yesterday, 15:52 MarkMan snippsat Web Scraping ...
  Wish to write a code for ... Yesterday, 06:40 Hasan2025 Hasan2025 General Codin...
  I have a question Yesterday, 04:47 Clictithe Pedroski55 General Codin...
  How to produce a CPU load... Yesterday, 02:19 Calab Plyth General Codin...
  Venv - Python Virtual Env... 06-17, 02:23 DanneA Larz60+ General Codin...
  Webscraping: Attendance L... 06-17, 02:20 ThatsMe Larz60+ Web Scraping ...
  Convert any Python expres... 06-16, 14:06 voidtrance voidtrance General Codin...
Most views
  The best Prog... 572253
  Tutorial Requ... 484751
  Web Scraping ... 436789
  Newbie with P... 379620
  Thread remain... 351214
Most reputation
buran 581
snippsat 506
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+ 12066
buran 8173
snippsat 7337
deanhystad 6838
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
Donaldabani Today
linnchinnn Today
crobertson Today
PeterBoowl Today
ldbdragon Today

User Panel Messages

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