Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,940
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516
Full Statistics
|
Online Users |
There are currently 76 online users. » 0 Member(s) | 65 Guest(s) Apple, Bing, AOL, AOL, Mojeek, Facebook Dev
|
Latest Threads |
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
8 hours ago
» Replies: 1
» Views: 241
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Today, 04:48 AM
» Replies: 8
» Views: 386
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,587
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 960
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,308
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,850
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,630
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,731
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,916
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,466
|
|
|
Learning GUI programming |
Posted by: SBachar - Apr-09-2018, 08:13 PM - Forum: GUI
- Replies (3)
|
 |
I want to learn GUI with Python (in Linux, UBUNTU).
How do I start? Any suggestions? Any good book?
Thanks.
|
|
|
TypeError: 'Subscription' object is not iterable in Python |
Posted by: hfan6206 - Apr-09-2018, 09:47 AM - Forum: General Coding Help
- Replies (2)
|
 |
I have a list like this:
[python]lst = [(9600002, 42, 3), (9600001, 17, 3), (9600003, 11, 1),
(9600002, 14, 5), (9600001, 17, 1), (9600003..... More
|
|
|
string manipulation |
Posted by: yogi123 - Apr-08-2018, 09:28 PM - Forum: Homework
- Replies (5)
|
 |
I need to replace parts of a string with what it matches in a dictionary. I have restrictions and to change strings only functions i can use are .stri..... More
|
|
|
Printing array without commas |
Posted by: pawlaczkaj - Apr-08-2018, 03:28 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
I have got this output from my script:
Output: [[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]]
I want to cover it to:
[out..... More
|
|
|
Timed Exit |
Posted by: Tbot - Apr-08-2018, 01:38 PM - Forum: Game Development
- Replies (11)
|
 |
Hello, I am making a Python game where there is a sequence of letters, and you have to guess it right within a certain amount of time. However, once t..... More
|
|
|
Multiplication Table |
Posted by: funnybone04 - Apr-07-2018, 11:09 PM - Forum: Homework
- Replies (4)
|
 |
So how can I create a multiplication table in python for a given number (user inputs a number, e.g "5" and table becomes "5x5"), column by column indi..... More
|
|
|
multiprocessing |
Posted by: srik - Apr-07-2018, 12:29 PM - Forum: Data Science
- Replies (2)
|
 |
I am given a data set and I need to analyze the statistics of a column based on the groups formed from other column unique values. I could do it using..... More
|
|
|
Homework help |
Posted by: JNG_123 - Apr-07-2018, 02:30 AM - Forum: Homework
- Replies (1)
|
 |
A county collects property taxes on the assessment value of property, which is 60 percent
of the property’s actual value. For example, if an acre of..... More
|
|
|
Order an array |
Posted by: unrealxqt - Apr-06-2018, 10:09 PM - Forum: Homework
- Replies (2)
|
 |
Hi there,
At the university, I need to create a project in Python language and I'm stuck with a function that is needed to finish my work.
[i][u]T..... More
|
|
|
|