| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 38 online users. » 0 Member(s) | 31 Guest(s) Google, Bing, AOL, Facebook
|
| Latest Threads |
How to Score Better Grade...
Forum: General Coding Help
Last Post: alexcarteraus
27 minutes ago
» Replies: 0
» Views: 8
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
1 hour ago
» Replies: 0
» Views: 5
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
7 hours ago
» Replies: 6
» Views: 194
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 89
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 70
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,507
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 165
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 77
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,110
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,313
|
|
|
| JSON vs PYON |
|
Posted by: Skaperen - Oct-29-2019, 04:03 AM - Forum: News and Discussions
- Replies (18)
|
 |
JSON (JavaScript Object Notation) is really just data in JavaScript syntax. you could insert it at the front of JavaScript source code with an assign..... More
|
|
|
| Phantom Errors |
|
Posted by: prospero - Oct-29-2019, 12:59 AM - Forum: General Coding Help
- Replies (20)
|
 |
Can anyone see anything wrong with the syntax in this code?
[python]
def CheckClearInv(self, EntityName):
me=Bladex.GetEntity(EntityName)
..... More
|
|
|
| Arcade Collision Problem |
|
Posted by: randor - Oct-28-2019, 11:17 PM - Forum: Game Development
- No Replies
|
 |
Hello all,
Ok, I found Python Arcade and wanted to play and see what I could come up with. I have been following some tutorials and videos but most o..... More
|
|
|
| Pip not looking in venv |
|
Posted by: Wavecycle - Oct-28-2019, 01:21 PM - Forum: Bar
- Replies (2)
|
 |
Hi having trouble with pip not looking inside my activated virtual environment. This was working before and I don't know what changed it but would rea..... More
|
|
|
| Calculator math.sqrt |
|
Posted by: GFreenD - Oct-28-2019, 12:58 PM - Forum: Homework
- Replies (4)
|
 |
So the main problem is im unsure how to implement math.sqrt into my code.
what i want is that i could take squareroot from answer i get. ive tried ad..... More
|
|
|
| Python Beginner |
|
Posted by: Python2019 - Oct-28-2019, 12:22 PM - Forum: Homework
- Replies (1)
|
 |
Hi All,
I am new to programming and python. I am currently taking a course and I have a data analysis assignment where I am analysing property pric..... More
|
|
|
| sum of number's caracters |
|
Posted by: foli - Oct-28-2019, 09:44 AM - Forum: Homework
- Replies (7)
|
 |
hi i have problems solving this homework :
write a program in python that inputs a number and prints the summation of its characters till the sum is ..... More
|
|
|
| refactoring |
|
Posted by: kerzol81 - Oct-27-2019, 07:48 PM - Forum: Homework
- Replies (8)
|
 |
Hi all, I dont like my implementation of a cat-human age converter, could you please suggest a a more pythonic approach?
[python]
"""
First, ..... More
|
|
|
|