| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,303
» Latest member: TimTom420
» Forum threads: 38,797
» Forum posts: 175,898
Full Statistics
|
| Online Users |
There are currently 28 online users. » 0 Member(s) | 26 Guest(s) Bing, Google
|
| Latest Threads |
Python is not working on ...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 2
» Views: 66
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,797
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
Yesterday, 02:09 AM
» Replies: 7
» Views: 626
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 121
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 100
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 179
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,207
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 299
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 183
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 113
|
|
|
| understanding some code |
|
Posted by: souprqtpie - Apr-02-2019, 11:07 AM - Forum: Homework
- Replies (2)
|
 |
Hello
I am currently learning how to code in python, and am doing a set of challenges set by the course I am on.
there was a certain challenge I was ..... More
|
|
|
| Compution |
|
Posted by: lekuru01 - Apr-02-2019, 12:47 AM - Forum: Homework
- Replies (1)
|
 |
Good evening everyone, i m trying to compute GCD and LCM of n numbers and i can only do GCD and LCM for two integer numbers. I need your help and/or d..... More
|
|
|
| Monoalphabetic cipher |
|
Posted by: pawlo392 - Apr-01-2019, 08:33 PM - Forum: Homework
- Replies (1)
|
 |
Hello!
I wrote this code:
[python]keys={'a':'z','b':'y','c':'x','d':'w','e':'v','f':'u','g':'t','h':'s','i':'r','j':'q','k':'p','l':'o','m':'n'}
re..... More
|
|
|
| recursion |
|
Posted by: mcgrim - Apr-01-2019, 06:43 PM - Forum: Data Science
- Replies (6)
|
 |
How to write recursion on python?
I need to write something like
x sub (n)= x sub (n-1) + 10.
I am a bit lost since online is
quite impossible to..... More
|
|
|
| subprocess.Popen |
|
Posted by: jenya56 - Apr-01-2019, 04:35 PM - Forum: General Coding Help
- Replies (3)
|
 |
I was wondering if any of you know of the way to pass multiple parameters into subprocess.Popen.
In the code below, I pass str(my_var). Is there a wa..... More
|
|
|
| Not working |
|
Posted by: Confused - Apr-01-2019, 03:28 PM - Forum: Homework
- Replies (1)
|
 |
Hi,
I've only been using python for 3 weeks and I have a csv file and I'm trying to do the following. I will put my code underneath:
1. Print th..... More
|
|
|
| Beginner:Python |
|
Posted by: Shaswat - Apr-01-2019, 01:04 PM - Forum: Homework
- Replies (1)
|
 |
Hello,
I am new in Python programming and started reading Python documentation. Few queries I would like to ask:
[python]def fib2(n): # return ..... More
|
|
|
|