| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 32 online users. » 0 Member(s) | 30 Guest(s) Bing, Google
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
2 hours ago
» Replies: 3
» Views: 106
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
2 hours ago
» Replies: 2
» Views: 71
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
6 hours ago
» Replies: 6
» Views: 3,179
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 243
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 128
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 91
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,525
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 175
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 81
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,149
|
|
|
| if statement |
|
Posted by: d3fi - Jul-30-2019, 03:19 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello. hope you can help me.
first. here is my code
[python]medicin = input("hvilken medicin skal du give? ").lower() #What medicine are you givin..... More
|
|
|
| Better Coding |
|
Posted by: aankrose - Jul-30-2019, 01:43 PM - Forum: General Coding Help
- Replies (3)
|
 |
[python]
import sys
rows=colcnt=11
dotcnt=center=(rows-1)
for cnt in range(1,(rows+1)):
print("".ljust(dotcnt,'.'),end='')
for c in range(do..... More
|
|
|
| If Statement Help |
|
Posted by: VictorVictus - Jul-30-2019, 12:56 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hello, users of Python!
My name is Victor Puche, I'm a total noob at programming in Python. I'm trying to create a test program which, using variab..... More
|
|
|
| cuda gmp |
|
Posted by: manish1m97 - Jul-30-2019, 08:38 AM - Forum: Data Science
- Replies (2)
|
 |
I want to run mpmath or gmpy2 or any multiple-precision arithmetic on Cuda. I searched a lot but not able to find much.I'm working on google colab. th..... More
|
|
|
|