| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,834
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 25 Guest(s) Google, Bing, AOL, Mojeek, Twitter
|
|
|
| file Problem |
|
Posted by: faraz_h - Apr-12-2021, 06:51 AM - Forum: General Coding Help
- Replies (2)
|
 |
hi
I can not create a file or write anything inside the file on mac OS
my cod is :
[python]test = open("test.txt","w")
test.write('te..... More
|
|
|
| Aggregate |
|
Posted by: krisrajz - Apr-11-2021, 06:29 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a document with id, timestamp and a value field. How can I use aggregate function to get avg, min and max grouped by id and everyday? Here’s th..... More
|
|
|
| python vs perl |
|
Posted by: jruderwier - Apr-11-2021, 03:25 AM - Forum: Homework
- Replies (1)
|
 |
Probably a little different to the threads usually posted here.
I am doing a presentation on Scripting Languages, and comparing the strengths/weakn..... More
|
|
|
| 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
|
|
|
|