| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,279
» Latest member: Santoro
» Forum threads: 38,791
» Forum posts: 175,868
Full Statistics
|
| Online Users |
There are currently 49 online users. » 0 Member(s) | 40 Guest(s) Bing, Applebot, Google, Facebook Dev, Mojeek
|
| Latest Threads |
How Can Solo Indie Game D...
Forum: Game Development
Last Post: OtiliaBecker
4 hours ago
» Replies: 0
» Views: 18
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 90
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 31
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 5,984
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,282
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 296
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 144
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 208
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,114
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 255
|
|
|
| Searching for a word |
|
Posted by: Kristenl2784 - Jul-09-2020, 01:06 AM - Forum: General Coding Help
- No Replies
|
 |
Hello,
This script as it sits has no errors, and works, but I want to change it up slightly. Right now it takes the files in my input directory, an..... More
|
|
|
| CSV to Json |
|
Posted by: starfish - Jul-08-2020, 07:25 PM - Forum: General Coding Help
- Replies (6)
|
 |
As a python beginner, I like to take a CSV file and load and then output json
I have tried a few things - pandas, csvmapper but I'm struggling to ..... More
|
|
|
| How to fill between the same area with two different colors |
|
Posted by: Staph - Jul-08-2020, 07:01 PM - Forum: General Coding Help
- No Replies
|
 |
import matplotlib.pyplot as plt
x1 = [1,2,3,4,5,]
y1 = [2,3,4,5,6]
y2 = [6,7,8,9,10]
x2 = [6,7,8,9,10]
y11 = [2,3,4,5,6]
y22 = [10,11,12,12,5]..... More
|
|
|
| pandas.Series |
|
Posted by: IoannisDem - Jul-08-2020, 08:53 AM - Forum: Data Science
- Replies (2)
|
 |
I have just started using pandas and I have a question related to a coding bit.
[python]s = pd.Series(['a1', 'b2', 'c3'])
s.str.extract(r'([ab])(\d)..... More
|
|
|
|