| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 27 Guest(s) Bing, Google, Facebook
|
| Latest Threads |
New to python and coding
Forum: Homework
Last Post: mamta25
2 hours ago
» Replies: 2
» Views: 75
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
2 hours ago
» Replies: 4
» Views: 131
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 281
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 260
|
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 99
|
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,612
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 199
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 182
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,058
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,419
|
|
|
| Jupyter Notebook as IDE |
|
Posted by: bytecrunch - Sep-12-2021, 07:41 PM - Forum: General Coding Help
- No Replies
|
 |
Hello everyone,
Installing the Anaconda distro installs a PYthon interpreter, modules, libraries as well as the Jupyter Notebook IDE. Jupyter uses ..... More
|
|
|
| numpy 2-dimentional |
|
Posted by: rwahdan - Sep-11-2021, 04:54 PM - Forum: Data Science
- Replies (3)
|
 |
I am trying to learn numpy and I am trying to print some data as shown below:
[python]
import numpy as np
names = np.array([["Rami", "Taher",..... More
|
|
|
| sorting a list of lists by an element |
|
Posted by: leapcfm - Sep-10-2021, 03:13 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I have a list of lists that I want to sort, something like :
[python]data = [[0,False,'c'], [0,True,'z'], [1,False,'P'], [0,True,'A']][/pyt..... More
|
|
|
| unpacking list |
|
Posted by: wardancer84 - Sep-10-2021, 02:08 PM - Forum: General Coding Help
- Replies (2)
|
 |
hi,
test script...
[python]
#!/usr/bin/env python3
#test_lst = [('IP', '172.17.10.147'), ('IP', '172.16.88.57'), ('IP', '172.16.12.147')]
t..... More
|
|
|
| catboost |
|
Posted by: dawid294 - Sep-10-2021, 07:19 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello can you help me , I tried install catboost but i have issue. I use jupyter notebook. Thank you
from catboost import CatBoostClassifier
from..... More
|
|
|
| Pysimplegui - Windows location |
|
Posted by: jamesaarr - Sep-09-2021, 03:47 PM - Forum: GUI
- Replies (7)
|
 |
Hello All,
I'm making a program using PySimpleGUI, and unlike my previous programs, I'm looking to make the windows appear in the same place as the..... More
|
|
|
|