| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 35 online users. » 0 Member(s) | 32 Guest(s) Bing, Google, AOL
|
| Latest Threads |
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: noisefloor
2 hours ago
» Replies: 3
» Views: 77
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,476
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 131
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 56
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,054
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,296
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 355
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 197
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 261
|
|
|
| Python Pandas for loop/while loop question |
|
Posted by: mrashy - Mar-24-2020, 03:05 AM - Forum: Data Science
- Replies (1)
|
 |
Hi I created the following dataframe:
df = pd.DataFrame([['a', 'car', 1], ['b', 'bus', 2], ['c', 'limo', 3]])
df.columns = ['letter', 'trans', 'n..... More
|
|
|
| How to create a Log file |
|
Posted by: skaailet - Mar-24-2020, 12:20 AM - Forum: General Coding Help
- No Replies
|
 |
Hi,
im new in this coding thing and im creating a "program" that Ping some Ip's that I have on a list
and I would like that when the program ends pi..... More
|
|
|
| Text pre-processing issue |
|
Posted by: PythonSpeaker - Mar-23-2020, 08:42 PM - Forum: Data Science
- No Replies
|
 |
I'm analyzing the speeches of several US presidents and I would like to make some sentiment analysis. However, the pre-processing part gets stuck on [..... More
|
|
|
| Game of life |
|
Posted by: Elyur - Mar-23-2020, 05:27 PM - Forum: Game Development
- Replies (2)
|
 |
Hello !
I have a problem with my game of life. To move from one step to the next, I execute this code :
[python]
import numpy as np
def pulsar():
..... More
|
|
|
| comparing 2 dimensional list |
|
Posted by: glennford49 - Mar-23-2020, 02:14 PM - Forum: General Coding Help
- Replies (10)
|
 |
i have this code:
[python]
num1=[[1,2,3],[1,2,4],[1,2,5]]
num2=[[1,2,3]]
for i in num1:
if (num2 == i):
print(..... More
|
|
|
| Pip problem |
|
Posted by: Jules - Mar-23-2020, 01:54 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hi there !
I'm a beginner and I have a problem : I want to install tensorflow and for that I need to import it with pip but unfortunately as soon ..... More
|
|
|
|