[WIP] : first support of file IO on PythonExtra #16

Draft
Slyvtt wants to merge 43 commits from Slyvtt/PythonExtra:fileio into dev
First-time contributor

Successfull tests of basic primitives :

  • open()
  • close()
  • read()
  • write()

Path does not seem to work well so files have to be at the root folder. To be investigated further.

Some example scripts are given.

Successfull tests of basic primitives : - open() - close() - read() - write() Path does not seem to work well so files have to be at the root folder. To be investigated further. Some example scripts are given.
Slyvtt added 38 commits 2024-02-24 17:06:59 +01:00
Slyvtt added 3 commits 2024-02-25 19:41:58 +01:00
Slyvtt added 1 commit 2024-02-25 20:49:08 +01:00
Slyvtt added 1 commit 2024-02-25 21:20:48 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Slyvtt-fileio dev
git pull fileio

Step 2:

Merge the changes and update on Forgejo.
git checkout dev
git merge --no-ff Slyvtt-fileio
git push origin dev
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lephenixnoir/PythonExtra#16
No description provided.