Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 32 Guest(s) Google, Applebot, Bing, AOL, Twitter, Williamcaurb
|
Latest Threads |
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Williamcaurb
4 minutes ago
» Replies: 5
» Views: 13,909
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Larz60+
10 minutes ago
» Replies: 1
» Views: 59
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
9 hours ago
» Replies: 4
» Views: 2,011
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 420
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,056
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,120
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 782
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,081
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,528
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,105
|
|
|
pandas error |
Posted by: Scott - Feb-05-2020, 07:07 AM - Forum: Data Science
- Replies (2)
|
 |
I recently did some pip installs and upgraded pip, now I am having an issue with pandas. When I try import it I get this error.
C:\Program Files\An..... More
|
|
|
Attemping 3D. |
Posted by: Zman350x - Feb-05-2020, 03:02 AM - Forum: Game Development
- No Replies
|
 |
I've been following a tutorial on making 3D graphics from scratch, and I've looked over my code many a time and can't figure out what's wrong. Can som..... More
|
|
|
Create a flowchart |
Posted by: Isabella - Feb-05-2020, 01:09 AM - Forum: GUI
- Replies (2)
|
 |
I'm trying to create a flowchart in the wxpython library, but I have no idea what commands to use.
I am not able to define a rectangle and asso..... More
|
|
|
Using groupby on non-categorical values |
Posted by: namy77 - Feb-04-2020, 08:36 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello everybody, I have a data set:
[python]animals = pd.DataFrame({'kind': ['cat', 'dog', 'cat', 'dog'],
'height': [9.1, 6.0, 9.5, 34.0],
'weight': ..... More
|
|
|
How can I simplify this code? |
Posted by: frednet - Feb-04-2020, 03:57 PM - Forum: GUI
- Replies (3)
|
 |
I'm trying to write a simple bit of code with tkinter to enable me to switch on and off all the gpio pins with checkbuttons. I've got a basic example ..... More
|
|
|
Screenshot in tkinter |
Posted by: raghav7203 - Feb-04-2020, 02:38 PM - Forum: GUI
- Replies (2)
|
 |
How to take screenshot of a particular frame of tkinter and export it as png file to a specific location in ubuntu
|
|
|
program crashing |
Posted by: antonzachrisson - Feb-03-2020, 08:42 PM - Forum: General Coding Help
- Replies (1)
|
 |
This is a function that i made for showing all empty squares neighbouring a empty square when clicked. (the program is minesweeper)
[python]
def gra..... More
|
|
|
|