Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
code management
#4
As mentioned by @ndc85430
1. Use version control system. Git is a popular one, incl. there are several popular options for cloud integration
Here you can start familiarize with git
https://git-scm.com/book/en/v2

Popular cloud platforms:
Github.com
Gitlab.com
Bitbucket

There is also nice integration with popular IDEs like VSCode and PyCharm

As for the tests- pytest is popular framework. There are others too, incl. ones in standard library. You can google it for more details
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
code management - by trix - Oct-22-2023, 03:26 PM
RE: code management - by deanhystad - Oct-22-2023, 09:37 PM
RE: code management - by ndc85430 - Oct-23-2023, 06:44 AM
RE: code management - by buran - Oct-23-2023, 05:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Keep getting Session management error when running imshow in pycharm pace 0 2,154 Mar-25-2021, 10:06 AM
Last Post: pace
  Can Python Do This? Asset Management mbaker_wv 4 2,279 Oct-28-2020, 01:37 PM
Last Post: mbaker_wv
  User management library? MuntyScruntfundle 0 1,497 Jan-14-2020, 02:01 PM
Last Post: MuntyScruntfundle
  Too big CSV file management CaptainCsaba 3 2,240 Sep-10-2019, 05:52 AM
Last Post: CaptainCsaba
  flux management chris_thibault 3 2,895 Sep-10-2018, 10:23 AM
Last Post: chris_thibault

Forum Jump:

User Panel Messages

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