Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codersales/msc-y1-s1-w8-lang-eng-python-lecture
MSc-y1-s1-w8-Lang-Eng-Python
https://github.com/codersales/msc-y1-s1-w8-lang-eng-python-lecture
2023 lang-eng language-engineering msc msc-y1 msc-y1-s1 msc-y1-s1-w8 python w8 week8
Last synced: 5 days ago
JSON representation
MSc-y1-s1-w8-Lang-Eng-Python
- Host: GitHub
- URL: https://github.com/codersales/msc-y1-s1-w8-lang-eng-python-lecture
- Owner: CoderSales
- License: mit
- Created: 2023-11-02T12:58:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T05:28:21.000Z (about 1 year ago)
- Last Synced: 2024-11-08T05:16:32.081Z (about 2 months ago)
- Topics: 2023, lang-eng, language-engineering, msc, msc-y1, msc-y1-s1, msc-y1-s1-w8, python, w8, week8
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MSc-y1-s1-w8-Lang-Eng-Python-Lecture
## Description
MSc-y1-s1-w8-Lang-Eng-Python-Lecture
## Content
[python string methods | W3Schools](https://www.w3schools.com/python/python_ref_string.asp)
[how to read a file in python | geeksforgeeks.com](https://www.geeksforgeeks.org/how-to-read-from-a-file-in-python/)
[an onine ide](https://www.onlinegdb.com/online_python_compiler)
[Brightspace | online ide](https://learn.ul.ie/d2l/le/lessons/10832/topics/454992)
[strings slides week 6](https://learn.ul.ie/d2l/le/lessons/10832/topics/530039)
[most frequent words known as Dolch words](https://www.sess.ie/sites/default/files/Resources/Cirricular_Material/DolchWord_List_220.pdf)
[search | dolch words](https://www.google.com/search?q=dolch+words&client=ms-android-samsung-gj-rev1&sca_esv=579379779&biw=375&bih=702&sxsrf=AM9HkKnHAw1o1f9WU-usaUwhvg_FlswN3g%3A1699074728784&ei=qNJFZY23L9KkhbIPmpqcSA&oq=dolch+words&gs_lp=EhNtb2JpbGUtZ3dzLXdpei1zZXJwIgtkb2xjaCB3b3JkczIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAESOE0UP8QWOohcAF4AZABAJgBUKABlQGqAQEyuAEDyAEA-AEBwgIHECMYsAMYJ8ICChAAGEcY1gQYsAPCAgoQABiKBRiwAxhDwgIMEAAYigUYsAMYChhDwgIQEC4YigUYxwEY0QMYsAMYQ8ICBBAjGCfCAgcQABiKBRhD4gMEGAAgQYgGAZAGEQ&sclient=mobile-gws-wiz-serp)
### terminal commands (on Windows in CMD Command Line)
ren file1 file2
- renames file1 to file2
## References