Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,935
» Latest member: Baran12332
» Forum threads: 38,722
» Forum posts: 175,510
Full Statistics
|
Online Users |
There are currently 47 online users. » 1 Member(s) | 39 Guest(s) Applebot, Bing, Google, AOL, AOL, Mojeek, Abobus4Dip
|
Latest Threads |
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 352
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 06:57 PM
» Replies: 10
» Views: 3,815
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,390
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 723
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,194
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,066
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,294
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,288
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,411
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 973
|
|
|
Data sets comparison |
Posted by: Fraetos - Sep-14-2021, 06:45 AM - Forum: Data Science
- No Replies
|
 |
Hello,
I want to compare some basketball player statistics. I have two different data sets, one with players original stats and another one with so..... More
|
|
|
Jupyter kernel restarts |
Posted by: russellm10 - Sep-14-2021, 04:24 AM - Forum: General Coding Help
- No Replies
|
 |
Hi everyone,
I am installing a package called "Lightweaver" inside an anaconda virtual environment. Applying the correct commands brings the enviro..... More
|
|
|
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
|
|
|
|