| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,238
» Latest member: Reema
» Forum threads: 38,776
» Forum posts: 175,792
Full Statistics
|
| Online Users |
There are currently 33 online users. » 2 Member(s) | 27 Guest(s) Google, Bing, Apple, Reema, skymindus5Dip
|
| Latest Threads |
print two different seque...
Forum: General Coding Help
Last Post: Reema
Less than 1 minute ago
» Replies: 3
» Views: 2,872
|
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
6 hours ago
» Replies: 1
» Views: 92
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 143
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 124
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 124
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,252
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,377
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,577
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,208
|
|
|
| what is [o,]? |
|
Posted by: landlord1984 - Jan-21-2017, 08:48 AM - Forum: General Coding Help
- Replies (6)
|
 |
I am studying following teaching me about composition of class objects. What is o doing here?
[python]def print_all_2(self):
def gen(o..... More
|
|
|
| Can this be done? |
|
Posted by: SteveMann - Jan-20-2017, 05:51 PM - Forum: General Coding Help
- Replies (4)
|
 |
I have been using a Tingbot which runs on a modified version of Jessie. There is an interesting feature (called a decorator) in the Tingbot Python th..... More
|
|
|
| Neighbours in an array |
|
Posted by: MattaFX - Jan-20-2017, 04:26 PM - Forum: Homework
- Replies (10)
|
 |
Hi everyone,
I've got the following problem:
Example:
If the original Input is:
[python]
[[0 0 0 0 0 0 0 1]
[0 0 0 0 0 0 0 0]
[0 0 0 0 0 0 0 0]
..... More
|
|
|
| Learning Python from Jython |
|
Posted by: NewtoPy - Jan-20-2017, 01:50 AM - Forum: Homework
- Replies (1)
|
 |
I 've learned the very basic of Jython in university. Now I would like to learn Python in the essence of interacting with MS SQL. In that case, which ..... More
|
|
|
| The problem of the cuts |
|
Posted by: ics - Jan-19-2017, 07:35 PM - Forum: Homework
- Replies (8)
|
 |
Hi.
I received this problem as one of my homework problems, and I'm catching my ears with it. I would like some help with it:
Python 2.7
The pr..... More
|
|
|
| Methods |
|
Posted by: infernoblaze - Jan-19-2017, 06:20 AM - Forum: Homework
- Replies (13)
|
 |
Does anyone here knows how to do methods inside a class?
I need help to find:
[font=Courier New][size=x-small][font=Times New Roman][size=large]1..... More
|
|
|
| meta array question |
|
Posted by: meems - Jan-18-2017, 10:03 PM - Forum: Data Science
- Replies (5)
|
 |
I'm modelling a 3D space.
I'd like to create a large multi dim array , like numpy.empty((720,720,720),dtype=object) in size, but anticipate for mos..... More
|
|
|
| leading zeros |
|
Posted by: kerzol81 - Jan-18-2017, 06:38 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hi,
A wrote a script that moves files into folders according to the files creation time, but I could not figure out how to add a leading zero to th..... More
|
|
|
|