Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Concatenate two dictionaries
Post: RE: Concatenate two dictionaries

If you want to actually concatenate them you have to use the dict.update() method. tup = (x.update(y))This will create a single tuple(dict()): tup = ({'field1': 'test1', 'field2': 'test2', 'field3': ...
strngr12 General Coding Help 3 2,362 Oct-12-2019, 04:52 PM
    Thread: Help mocking simple-salesforce
Post: Help mocking simple-salesforce

Hello Everyone, I'm new to mocking API calls in Python and can't find any documentation that shows any straightforward examples of how to mock calls to an API that uses Requests. In particular, I ne...
strngr12 General Coding Help 0 1,717 Oct-11-2019, 08:23 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020