| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,281
» Latest member: drakhsin
» Forum threads: 38,792
» Forum posts: 175,870
Full Statistics
|
| Online Users |
There are currently 41 online users. » 0 Member(s) | 33 Guest(s) Bing, Google, Apple, Facebook Dev
|
| Latest Threads |
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
2 hours ago
» Replies: 0
» Views: 17
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 35
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,465
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 120
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 48
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,035
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,291
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 336
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 174
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 238
|
|
|
| Pandas Help |
|
Posted by: cliffordhubbard - Apr-24-2020, 07:12 PM - Forum: Homework
- Replies (9)
|
 |
[python]
# The Mojave Desert states
canu = ["California", "Arizona", "Nevada", "Utah"]
import pandas as pd
# Filter for rows in the Mojave Desert ..... More
|
|
|
| VERSION.TXT |
|
Posted by: tharpa - Apr-24-2020, 05:02 PM - Forum: General Coding Help
- Replies (3)
|
 |
I have a project that contains an empty file called VERSION.TXT. Is this a standard kind of a file? It sounds like it is, but I can't find any relev..... More
|
|
|
| re.match value |
|
Posted by: enigma619 - Apr-24-2020, 02:00 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi
I've a question about match value in python.
On a server I've installed a tool edac-utils. When I launch this command, result is:
[server]edac..... More
|
|
|
| tkinter installation |
|
Posted by: arbiel - Apr-24-2020, 01:38 PM - Forum: GUI
- Replies (8)
|
 |
Hi
I failed installing tkinter
[code]
python -m pip install tkinter
Defaulting to user installation because normal site-packages is not writeabl..... More
|
|
|
| Array and rectangles |
|
Posted by: pythonuser1 - Apr-24-2020, 12:21 PM - Forum: Homework
- Replies (3)
|
 |
Hello guys,
I need your help to solve this problem. I need to print a rectangle inside an another rectangle.
Example :
Input :
9 19 (number of..... More
|
|
|
| Blackjack |
|
Posted by: unionjackandsally - Apr-24-2020, 08:29 AM - Forum: Homework
- Replies (4)
|
 |
Hey guys! Been learning python through a private tutor and was given this code to fix/finish and I'm completely stuck here. For some reason I can't op..... More
|
|
|
| button, how to do many things |
|
Posted by: nanok66 - Apr-24-2020, 07:52 AM - Forum: GUI
- Replies (6)
|
 |
Hey all,
I'm really stuck on a number of things here. I'm trying to make a page with many buttons for incrementing/decrementing settings that anot..... More
|
|
|
| Help with 'Find' |
|
Posted by: steve140 - Apr-24-2020, 07:31 AM - Forum: General Coding Help
- Replies (4)
|
 |
I'm trying to re-learn python after a 15 year break (I was only ever a very new novice!).
I'm working through an old program I wrote, and - embarra..... More
|
|
|
| Marks Calculator |
|
Posted by: azure - Apr-24-2020, 07:12 AM - Forum: Homework
- Replies (16)
|
 |
Hi everyone,
So I am trying to figure out what's the mathematical operation I need to apply to get the final mark of three given grades.
The weighti..... More
|
|
|
|