Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,940
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516
Full Statistics
|
Online Users |
There are currently 38 online users. » 0 Member(s) | 33 Guest(s) Bing, Google, AOL, Facebook, AOL
|
Latest Threads |
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
6 hours ago
» Replies: 1
» Views: 230
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
10 hours ago
» Replies: 8
» Views: 384
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,583
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 957
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,307
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,845
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,628
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,728
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,915
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,465
|
|
|
lxml |
Posted by: Prince - Apr-06-2018, 09:00 AM - Forum: General Coding Help
- No Replies
|
 |
Hi Guys, i needed to dynamically compare two xml files xpaths, if the xpaths are the same , compare the values which is text in xml, anyone did it bef..... More
|
|
|
pip3 under Mac |
Posted by: sgbotsford - Apr-06-2018, 03:54 AM - Forum: News and Discussions
- Replies (1)
|
 |
I'm in the process of coming up to speed on python on mac.
I downloaded the Mac installer ran it.
The app I want to turn under python tells me t..... More
|
|
|
Why is this code wrong? |
Posted by: Lemmy - Apr-05-2018, 02:56 PM - Forum: Homework
- Replies (4)
|
 |
This is the quiz:
The function in this quiz, median, returns the median value of an input list. Unfortunately it only works with lists that ..... More
|
|
|
Am I right? |
Posted by: sun30812 - Apr-05-2018, 05:38 AM - Forum: General Coding Help
- Replies (3)
|
 |
a = 3
b = 5
print("The product of the two numbers is %d." % a*b)
I don't know that is right.
[python]
a = 3
b = 5
print("The product of t..... More
|
|
|
PyCharm |
Posted by: miranda - Apr-05-2018, 04:29 AM - Forum: Homework
- Replies (5)
|
 |
Has anyone used PyCharm? Is PyCharm for Data scientist or for developer? Any sharing about PyCharm is appreciated.
Thank you.
|
|
|
|