https://github.com/rondweb/GoogleColab/blob/main/ChangerPythonVersion.ipynb
Tag: python
Encrypting and Decrypting files using Python
Python can be really handful to help us with encryption and decryption of files, let’s do it! [git-github-jupyter url=”https://github.com/rondweb/PythonEncryptionAndDecription/blob/main/EncryptAndDecryptFile.ipynb”]
ML App P2 ā Flask with SqlAlchemy, SqLite and Docker
This is the second part of the serie of posts ML App ā Flask with SqlAlchemy, SqLite and DockerFor this app we gonna use the technologies: Python Flask – Python backend dev and web api; SqlAlchemy – SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL; SqLite…
ML App 1 – Flask with SqlAlchemy, SqLite and Docker
Iām starting a serie of posts to create an app complete since the database conception til the launch of models to use with Machine Learning utils. 100% Open Source 100% Python. Let’s go!!!
Python Advanced Concepts Part 7 – Iterators and Lists manipulation
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/concepts/PythonCodeSnippets7.ipynb”]
Python Advanced Concepts Part 6 – Logging
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/concepts/CodeSnippetsPython6.ipynb”]
Python Advanced Concepts Part 5 – Class and Enum
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/concepts/CodeSnippetsPython5.ipynb”]
Python Advanced Concepts Part 4 – Lambda Expressions and Collections
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/concepts/CodeSnippetsPython4.ipynb”]
Python Advanced Concepts Part 3 – Itertools
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/concepts/CodeSnippetsPython2.ipynb”]
Python Advanced Concepts Part 2 – DocString
[git-github-jupyter url=”https://github.com/rondweb/Python-CodeSnippets/blob/main/concepts/CodeSnippetsPython3.ipynb”]