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,921
» Latest member: RonR
» Forum threads: 38,722
» Forum posts: 175,491

Full Statistics

Online Users
There are currently 43 online users.
» 1 Member(s) | 36 Guest(s)
Applebot, Google, Bing, AOL, Internet Archive, Polybunny

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
1 hour ago
» Replies: 0
» Views: 9
adult cam girls for chat
Forum: Data Science
Last Post: lopezmason
1 hour ago
» Replies: 0
» Views: 12
Hire a Hacker to Recover ...
Forum: General Coding Help
Last Post: Erikventura
2 hours ago
» Replies: 0
» Views: 15
Recovered Assets Notifica...
Forum: General Coding Help
Last Post: SofiaAnatolie
2 hours ago
» Replies: 0
» Views: 11
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 1
» Views: 43
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
8 hours ago
» Replies: 6
» Views: 1,297
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 369
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,151
New to the field
Forum: News and Discussions
Last Post: Polybunny
Yesterday, 01:31 AM
» Replies: 0
» Views: 113
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,311

 
  Decimal problem
Posted by: hmillsar - Dec-01-2016, 05:40 PM - Forum: General Coding Help - Replies (2)

Hello forum. I am currently writing a program to determine the roots of a cubic equation. However I have come across some trouble with my script.
[py..... More

Print this item

  script closed before i can see the error that occurs?
Posted by: wrestlemy69 - Dec-01-2016, 05:19 PM - Forum: General Coding Help - Replies (9)

I am a newbie!!!!!!!!!!!! This code is pieces of other peoples code.
First a run down of what it does. Basically its a batch renamer.

Print this item

  Programs can be improved
Posted by: FouFOOM - Dec-01-2016, 04:55 PM - Forum: Code sharing - Replies (2)

Hi, my name is fabien.
I'm in highschool.
I started python language yesterday.
I want to know if the programs can be improved.
I try to do my best..... More

Print this item

  output to canvas widget
Posted by: freakbot - Dec-01-2016, 06:18 AM - Forum: GUI - Replies (2)

First post here on this new forum.

I'm trying to get a windows 'dir' command output to display in a canvas widget. Ultimately I want to built an in..... More

Print this item

  matplotlib timestamp
Posted by: zero_shubh0 - Dec-01-2016, 06:15 AM - Forum: General Coding Help - Replies (2)

I'm not able to attach my code here. 
This is about converting standard date formats to matplotlib's own kind of format (something greg..... More

Print this item

  More of my learning
Posted by: LordHill - Dec-01-2016, 05:37 AM - Forum: Code sharing - Replies (2)

Took a break while I worked a bunch of overtime, but had a rare day off yesterday. Decided to continue my learning. Read a bit about python classes. T..... More

Print this item

  ftplib os.listdir function
Posted by: peterkl - Nov-30-2016, 08:55 PM - Forum: Networking - Replies (1)

Hello everyone,

I'm looking for a method like os.listdir(), but in the ftplib, within a ftp server. I want to list every dir on the ftp server and..... More

Print this item

  Battleship game in python
Posted by: Colpyin - Nov-30-2016, 08:29 PM - Forum: General Coding Help - Replies (1)

Hello, I'm kinda new to python and programming in general, but I would like to code the battleship game.
But I'm currently struggling at implementing..... More

Print this item

  Google analytics for this site
Posted by: snippsat - Nov-30-2016, 08:19 PM - Forum: Board - No Replies

I did install Google analytics 18-11-16.
Here some Dashbord of differert stats.

We see a bump down on 23-11,because we had Unbound guests Dodgy
..... More

Print this item

  Extra line before code
Posted by: snippsat - Nov-30-2016, 06:06 PM - Forum: Board - Replies (1)

metulburr do you know why it now add an extra line(<br>) before syntax code.
Did not to that before,should be equal to output and error tag.

Test...... More

Print this item

  Perforce System Admin
Posted by: Axis Animation - Nov-30-2016, 05:03 PM - Forum: Jobs - No Replies

[Image: DbjIM1L.jpg][b][size=small][font=Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif][color=#993333][font=Verdana, Arial,..... More

Print this item

  Wtf i did wrong?
Posted by: AlexEdy1982 - Nov-30-2016, 04:38 PM - Forum: General Coding Help - Replies (7)

Cand someone please wtf i did wrong on this.Actually wtf i copied wrong on this.I really needed a keylogger that sends the text file + images via emai..... More

Print this item

  Last Pass
Posted by: metulburr - Nov-30-2016, 03:51 PM - Forum: News and Discussions - Replies (4)

The recent hack we had recently is a good reminder to everyone that you should not use the same password for each website. If one site is compromised,..... More

Print this item

  New to Python
Posted by: pmauer456 - Nov-30-2016, 07:25 AM - Forum: General Coding Help - Replies (1)

All,

  I'd really appreciate some help here.  I'm trying to learn Python from a book and in one section they put the function you see below.  So I ..... More

Print this item

  selenium click a span tag
Posted by: metulburr - Nov-30-2016, 07:10 AM - Forum: Web Scraping & Web Development - Replies (1)

I am having trouble clicking a span tag that is a button, but not using button html tag at all.

Most example i see are doing something like
[quote..... More


Attached Files

Thumbnail(s)
   
Print this item

  Sorry, but you can only perform one search every 30 seconds
Posted by: Skaperen - Nov-30-2016, 05:10 AM - Forum: Board - Replies (8)

for real searches, ok, but this should be shorter for links implemented as a search such as My Discussions and Today's Posts.  even better would be to..... More

Print this item

  sort_by_length
Posted by: roadrage - Nov-30-2016, 03:04 AM - Forum: Homework - Replies (8)

"""
Create a function called sort_by_length, which takes a single argument - a
(immutable) sequence of iterables (L).

The function must:
  1. ..... More

Print this item

  import vs. from module import *
Posted by: ggpf000 - Nov-30-2016, 12:48 AM - Forum: General Coding Help - Replies (4)

I defined my own module <folder1>/<module1> and inside I <module1>, defined <function1>.

Now I import using import statement and call function1, it..... More

Print this item

  Virus using Python
Posted by: miira - Nov-29-2016, 07:00 PM - Forum: Homework - Replies (7)

Hi guys, I hope everyone is doing well. I have a problem understanding this lab could you please guide me through it thank you! 
For this lab, you wi..... More

Print this item

  list_split
Posted by: roadrage - Nov-29-2016, 05:30 PM - Forum: Homework - Replies (3)

"""
Create a function called list_split, taking the arguments I (iterable) and
N (numeric). The goal of the function would be to split the iterabl..... More

Print this item

  unable to login with selenium
Posted by: metulburr - Nov-29-2016, 05:05 PM - Forum: Web Scraping & Web Development - Replies (4)

im trying to use selenium to login to a site. However when i attempt to login, i dont think i am logging in as the browser.title still retains "Sign I..... More

Print this item

  str_format_2var
Posted by: roadrage - Nov-29-2016, 03:42 PM - Forum: Homework - Replies (4)

"""
Create a function called str_format_2var, taking three arguments:
  - A string, containing two formatting markers supported by Python,
  like `..... More

Print this item

  Searching help to learn programming
Posted by: louiseclaeys - Nov-29-2016, 10:43 AM - Forum: General Coding Help - Replies (4)

Hello guys,
I wanted to start learning programming.
After 4 weeks i discovered i would never get it alone...
I really really want to program but le..... More

Print this item

  example of multiprocess piping
Posted by: Skaperen - Nov-29-2016, 05:47 AM - Forum: General Coding Help - Replies (4)

i'm looking for example code that can run two or more subprocesses that each periodically output data at different random times over separate pipes wi..... More

Print this item

  How to Create a web server pointing to a folder using python
Posted by: pras120687 - Nov-29-2016, 04:58 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

Please help me in creating the webserver pointing to a folder using python programming.

At present am using cmd line argument 

python -m ..... More

Print this item

  django migrate/migrations
Posted by: lewashby - Nov-29-2016, 02:42 AM - Forum: Web Scraping & Web Development - Replies (2)

I'm following a Django course on Udemy.com and there is what my django app's (msg) models.py file looked like before I hit the latest problem in the c..... More

Print this item

  Checking Social Security
Posted by: sigmahokies - Nov-28-2016, 11:18 PM - Forum: General Coding Help - Replies (6)

for my project to check social security:

I am wondering if they are correct to run, but seem programming did not do anything

I don't know if it ..... More

Print this item

  line number of exception
Posted by: ggpf000 - Nov-28-2016, 10:45 PM - Forum: General Coding Help - Replies (3)

I can get error message printed out how to get the line number at which exceptoin occurred:

[python]try:
    stat = callablePy(mainArgv, instGloba..... More

Print this item

  Hello all, here is a proxysocks5 tester
Posted by: Blue Dog - Nov-28-2016, 09:25 PM - Forum: Code sharing - No Replies

If some are you are into hacking(WhiteHat) here is a free proxy tester. Just type the address and port and it will tell you if it is up.

Have fun, ..... More

Print this item

  list to string
Posted by: roadrage - Nov-28-2016, 09:24 PM - Forum: Homework - Replies (5)

"""
Create a function called list2str, that takes two arguments - a list of
strings L, and a delimeter D. The function must:
  1. Return a single..... More

Print this item

  vector sum of tuples
Posted by: roadrage - Nov-28-2016, 09:23 PM - Forum: Homework - Replies (7)

"""
Create a function called vector_sum, taking two arguments:
  - Tuple, T1, consisting of multiple float numbers
  - Tuple, T2, of the same len..... More

Print this item

  Where has your https gone?
Posted by: consuli - Nov-28-2016, 06:51 PM - Forum: Board - Replies (45)

Where has your https gone? When I visited your forum before the hack, I had https, I think. Has your https also been hacked?

Print this item

  Detecting multiple markers based on bright spots detection on raspberry pi 3
Posted by: malinowydyplom - Nov-28-2016, 05:33 PM - Forum: General Coding Help - Replies (6)

We are doing a study end project, we're not used in programming so we're kinda stuck. Our project is based on real time markers detection (open cv) wh..... More

Print this item

  I dont think that this i hard, but I dont understand!
Posted by: Linamellannamn - Nov-28-2016, 05:29 PM - Forum: Homework - Replies (12)

Hi! Can someone help me with this question? I dont understand how to do it and our teachers just say "google it" and I cant find something helpful... ..... More

Print this item

  Very basic help needed please
Posted by: 0621_OWLgale - Nov-28-2016, 04:21 PM - Forum: General Coding Help - Replies (7)

First time using Python and I bought a book called Python in Easy Steps by Mike McGrath.
I have made it onto page 16!! and 'Writing your first program..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 1 hour ago RonR RonR GUI
  adult cam girls for chat 1 hour ago lopezmason lopezmason Data Science
  Hire a Hacker to Recover ... 2 hours ago Erikventura Erikventura General Codin...
  Recovered Assets Notifica... 2 hours ago SofiaAnatolie SofiaAnatolie General Codin...
  data input while debuggin... 2 hours ago fred1232 Pedroski55 General Codin...
  New to Python and Pygame 8 hours ago JMcM deanhystad Game Developm...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  New to the field Yesterday, 01:31 Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
Most views
  The best Prog... 575423
  Tutorial Requ... 496297
  Web Scraping ... 439531
  Newbie with P... 383133
  New Users Int... 363951
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+ 12086
buran 8174
snippsat 7366
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
RonR Yesterday
SofiaAnatolie Yesterday
Erikventura Yesterday
aidajnrz7704 Yesterday
Jillscitt 09-12

User Panel Messages

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