Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,936
» Latest member: MihaiPope
» Forum threads: 38,723
» Forum posts: 175,511
Full Statistics
|
Online Users |
There are currently 60 online users. » 0 Member(s) | 54 Guest(s) Bing, Google, AOL, Mojeek
|
Latest Threads |
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
1 hour ago
» Replies: 2
» Views: 178
|
FAST,SECURE AND RELIABLE ...
Forum: Game Development
Last Post: MihaiPope
2 hours ago
» Replies: 0
» Views: 61
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
2 hours ago
» Replies: 10
» Views: 3,627
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
8 hours ago
» Replies: 1
» Views: 3,304
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
10 hours ago
» Replies: 4
» Views: 586
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,030
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 940
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,170
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,195
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,288
|
|
|
Python Coding |
Posted by: kshtriyadin1994 - Oct-26-2021, 11:10 PM - Forum: General Coding Help
- Replies (4)
|
 |
Need Help in python code for below conversion:
"()" => "00"
")(" => "-11"
"((a) => "10a0"
"(a(b)c) => "0a0b0c"
"()a((((" => "00a1111"
|
|
|
GPIO pins to RaspPi |
Posted by: mmagner2022 - Oct-26-2021, 05:30 PM - Forum: Game Development
- Replies (4)
|
 |
I am currently trying to program a simple pong game using pygame and thus far I have used pygame.KEYUP and pygame.KEYDOWN to control the game. I have ..... More
|
|
|
hundreds of function |
Posted by: Skaperen - Oct-25-2021, 05:28 PM - Forum: Bar
- Replies (1)
|
 |
i have written over a hundred functions in Python. i use most of them frequently in other projects. i want to release them for others to use. i'd l..... More
|
|
|
Use of function/return |
Posted by: Paulman - Oct-24-2021, 12:56 PM - Forum: Homework
- Replies (6)
|
 |
Hello all,
I had the task to code the following:
Take a list of integers and returns the value of these numbers added up, but only if they are ..... More
|
|
|
What's wrong with my code? |
Posted by: NeedHelpPython - Oct-22-2021, 05:30 AM - Forum: Homework
- Replies (4)
|
 |
[python]
# you'll need the random module
from random import randint
### Write your functions below ###
def getCardValue():
result = randi..... More
|
|
|
|