Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,939
» Latest member: goodvicent
» Forum threads: 38,724
» Forum posts: 175,513
Full Statistics
|
Online Users |
There are currently 56 online users. » 0 Member(s) | 53 Guest(s) Bing, Google, AOL
|
Latest Threads |
private dating for adults
Forum: General Coding Help
Last Post: xyz987
3 hours ago
» Replies: 0
» Views: 25
|
NEED HELP, LOST OF INVEST...
Forum: General Coding Help
Last Post: goodvicent
6 hours ago
» Replies: 0
» Views: 78
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
11 hours ago
» Replies: 11
» Views: 4,098
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 577
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,513
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 927
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,414
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,269
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,472
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,440
|
|
|
Pygame typewriter class |
Posted by: Windspar - Jan-21-2018, 02:09 AM - Forum: Code sharing
- No Replies
|
 |
It render text once. Uses clip rect for animations.
[python]import os
import pygame
class TypeWriterText:
def __init__(self, text, font, c..... More
|
|
|
Final problem |
Posted by: Truman - Jan-21-2018, 12:02 AM - Forum: Homework
- Replies (4)
|
 |
My task is to write a code that will add integers until user decides to quit the program with "Q". The program has two modules that user can choose - ..... More
|
|
|
Cannot find PIP |
Posted by: standenman - Jan-20-2018, 02:48 PM - Forum: General Coding Help
- Replies (5)
|
 |
I am brand new to Python, using the "Automate the Boring Stuff" to try to edit a pdf file using module PyPDF2. Cannot even get off the ground in the ..... More
|
|
|
flattree.py |
Posted by: Skaperen - Jan-20-2018, 06:57 AM - Forum: Code sharing
- Replies (2)
|
 |
this is my code to generate a "flat" iteration of a file tree, without doing recursion. it can also be downloaded [url=ipal.net/free/flattree.py]here[..... More
|
|
|
Mixed function |
Posted by: Truman - Jan-19-2018, 11:25 PM - Forum: Homework
- Replies (3)
|
 |
My final work is to add elements that I used so far in different programs. I wrote this code:
[python]
def str_analysis(argstr):
if arg..... More
|
|
|
Search List |
Posted by: Thethispointer - Jan-19-2018, 08:25 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hello Programmers,
I am working on learning python. This isn't for school, so we don't need to be extremely rigid, I am more interested in learning..... More
|
|
|
|