Skip to content

edoardoCame/PythonMiniTutorials

Repository files navigation

A collection of mini tutorials

⚫️ Most of them discussed in posts on my LinkedIn: https://www.linkedin.com/in/edoardo-camerinelli/

⚫️ Contact me at: [email protected]

If you want to import a script from this repository:

import requests
url = 'https://raw.githubusercontent.com/username/repository/branch/filename.py' #URL of the raw file on GitHub

Fetch the content of the file and execute it. This way python automatically loads the script with all the respective functions/libraries into your enviroment.

exec(requests.get(url).text)

About

A collection of mini-tutorials shared on my LinkedIn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published