| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,834
Full Statistics
|
| Online Users |
There are currently 29 online users. » 0 Member(s) | 27 Guest(s) Bing, Google
|
|
|
| Python Project in NYC!! Developer Needed |
|
Posted by: bschauer8 - Oct-11-2017, 07:02 PM - Forum: Jobs
- No Replies
|
 |
We are looking for a qualified Python Developer to work with our client Bank of America in NYC. This is a 18 month contract opportunity and job detail..... More
|
|
|
| Sharing link to this site on FB |
|
Posted by: gruntfutuk - Oct-11-2017, 05:54 PM - Forum: Board
- Replies (21)
|
 |
Every time I share a link to this forum on FB as a pointer to another help resource, Facebook renders a preview of the site that is rather odd:
[im..... More
|
|
|
| Bingo Ticket Question |
|
Posted by: Oli - Oct-11-2017, 02:12 PM - Forum: Homework
- Replies (3)
|
 |
Would anyone be able to help me out with this question I have been set, I am very new to Python and do not know much about arrays however I know that ..... More
|
|
|
| Argparse |
|
Posted by: niru - Oct-11-2017, 08:12 AM - Forum: General Coding Help
- Replies (5)
|
 |
[python]import argparse
parser = argparse.ArgumentParser()
parser.add_argument("-a", action="store_true", help="get anna's age")
parser.add_argum..... More
|
|
|
| What am I missing/forgetting? :///// |
|
Posted by: aksmlo - Oct-11-2017, 02:07 AM - Forum: Homework
- Replies (5)
|
 |
def tic_tac_toe(): board = [1,2,3,4,5,6,7,8,9]
end = False
win_combinations = ((0, 1, 2), (3, 4, 5), (6, 7, 8), (0, 3, 6), (1,
4, 7), (2, 5, 8), (0..... More
|
|
|
| Password Saver Project |
|
Posted by: jhenry - Oct-10-2017, 09:27 PM - Forum: Homework
- Replies (15)
|
 |
I'm having trouble with a project that I have to create a password saver for. I'm running into an indent error that I have no clue on how to fix. The ..... More
|
|
|
| How about HTML/2 |
|
Posted by: wavic - Oct-10-2017, 03:29 PM - Forum: Networking
- Replies (1)
|
 |
The last tutorial in the Tutorials/Networking forum is why I am asking is Python HTML/2 compatible. What I am meaning... In HTML/2 a client can send m..... More
|
|
|
| how to solve UserWarning |
|
Posted by: rajeev1729 - Oct-10-2017, 02:01 PM - Forum: General Coding Help
- Replies (2)
|
 |
UserWarning: 'n_jobs' > 1 does not have any effect when 'solver' is set to 'liblinear'. Got 'n_jobs' = -1.
" = {}.".format(self.n_jobs))
|
|
|
|