Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,942
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,514
Full Statistics
|
Online Users |
There are currently 53 online users. » 1 Member(s) | 46 Guest(s) Google, Bing, AOL, AOL, Applebot, Anunderling
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: Anunderling
1 minute ago
» Replies: 5
» Views: 165
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
33 minutes ago
» Replies: 0
» Views: 18
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,390
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 808
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,659
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,160
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,671
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,482
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,674
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,596
|
|
|
Kivy error |
Posted by: Leo_Red - Apr-10-2021, 04:13 PM - Forum: GUI
- Replies (5)
|
 |
Hi, I was learning kivy and I am stuck. Python gives me an error saying "No module named kivy" when I try to import it to a script. I am usjng Linux m..... More
|
|
|
Can a kivy interface be customised? |
Posted by: Leo_Red - Apr-10-2021, 08:37 AM - Forum: GUI
- No Replies
|
 |
Hi, I am currently working on a program and I am planning on using kivy. But, I am going for a pixel art style interface (Like the one in aseprite: ht..... More
|
|
|
Concatenate 3D arrays |
Posted by: paul18fr - Apr-09-2021, 02:24 PM - Forum: Data Science
- Replies (1)
|
 |
Hi
I still have difficulties to work with 3D arrays; in the following example, I'm trying to add/concatenate a 2D array to a 3D one.
My trials f..... More
|
|
|
Unexpected behavior accessing list elements. |
Posted by: tonyflute - Apr-09-2021, 12:12 PM - Forum: Homework
- Replies (2)
|
 |
Not homework but I'm a noob ;)
[quote]a = [[0,0,0],[0,0,0],[0,0,0]]
b = [[0] * 3] * 3
print(a == b)
print(' a =', a)
print(' b ='..... More
|
|
|
Failover |
Posted by: Anan - Apr-08-2021, 11:24 PM - Forum: Networking
- Replies (6)
|
 |
I was just wondering if we can implement the failover concept in client-server models?
I was reading Python.org documentation but could not really ..... More
|
|
|
What About SQL? |
Posted by: abrogard - Apr-08-2021, 09:50 PM - Forum: General Coding Help
- Replies (5)
|
 |
I am about to make another attempt to get into Python.
And it seems to me the first hurdle is going to be SQL. The type of app I intend to wri..... More
|
|
|
Modern version of XPM files |
Posted by: deanhystad - Apr-08-2021, 07:35 PM - Forum: GUI
- Replies (3)
|
 |
I want to make status indicator lamps for my Qt based GUI. The lamps will display a different image based on the value of the signal they monitor.
..... More
|
|
|
Getting Residuals from AutoReg |
Posted by: illmattic - Apr-08-2021, 12:39 PM - Forum: Data Science
- No Replies
|
 |
Hello,
I am trying to get the residuals from the AutoReg function from StatsModels but it outputs NaNs:
[python]from statsmodels.tsa.ar_model im..... More
|
|
|
PyQt5 not installed properly |
Posted by: Leo_Red - Apr-08-2021, 11:59 AM - Forum: GUI
- Replies (4)
|
 |
Hi,
I was starting to learn PyQt5 today. And I installed PyQt5 and PyQt-tools from pip3. I think I used Capital letters and typed "-tools" wrong. ..... More
|
|
|
NumPy Matrix help |
Posted by: ntailor97 - Apr-07-2021, 10:29 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello, im creating a project that is a sensor mat that shows where a user is stepping. I have successfully created the python code for the mat using m..... More
|
|
|
learn Python |
Posted by: Naheed - Apr-07-2021, 07:56 AM - Forum: News and Discussions
- Replies (6)
|
 |
What is the best way to learn Python from beginning to advanced?
What are some of the best sites to learn python?
|
|
|
|