| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 52 online users. » 2 Member(s) | 48 Guest(s) Google, Bing, Bummibaer, perfringo
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: bowlofred
3 hours ago
» Replies: 2
» Views: 95
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
3 hours ago
» Replies: 6
» Views: 3,175
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 67
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 240
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 126
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,522
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 173
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,146
|
|
|
| *args and Tuples |
|
Posted by: millpond - Aug-22-2019, 04:22 AM - Forum: Homework
- Replies (4)
|
 |
[Python]
def func(*items):
print(type(items))
a=list(items)
print(type(a))
a[3]= 1026
for i in a:
print i
..... More
|
|
|
| question about list comprehension |
|
Posted by: Exsul - Aug-22-2019, 03:19 AM - Forum: General Coding Help
- Replies (3)
|
 |
I understand most of this:
>>> [(x, y) for x in [1,2,3] for y in [3,1,4] if x != y] [output][(1, 3), (1, 4), (2, 3), (2, 1), (2, ..... More
|
|
|
| Next zero of a function on sympy |
|
Posted by: VicenteM - Aug-21-2019, 04:58 PM - Forum: Data Science
- No Replies
|
 |
On Sympy I need to find a sequence of roots (zeros) of a Bessel functions combination. So I need a function that returns the next zero of a function. ..... More
|
|
|
| MSVCRT Help |
|
Posted by: TomJS - Aug-21-2019, 12:29 PM - Forum: General Coding Help
- Replies (6)
|
 |
I want my distance variable to increase by 1 every time i click a / d.
[python]import msvcrt
import time
import random
def Start():
input..... More
|
|
|
| Copying a file |
|
Posted by: Kundan - Aug-21-2019, 08:28 AM - Forum: General Coding Help
- Replies (1)
|
 |
import shutil
shutil.copy(“\\Om-pc\e\Office File\Access Original 14-16\Cash MAR.2017 TO APR.2019.accdb”, "C:\Users\KUNDAN\Desktop\Cash MAR.2017 TO AP..... More
|
|
|
| paramiko exit code |
|
Posted by: Nabi - Aug-20-2019, 12:42 PM - Forum: Networking
- No Replies
|
 |
Hello,
I would like to ask please what is the correct way to check for exit code in paramiko. For some devices when the "show version" works fine i..... More
|
|
|
| Help appreciated |
|
Posted by: elperex - Aug-20-2019, 11:52 AM - Forum: Homework
- Replies (8)
|
 |
Hello! If anyone can help me with this please, I'm new to python and I know this is probably super easy for you guys but I just c..... More
|
|
|
|