https://github.com/rondweb/GoogleColab/blob/main/ChangerPythonVersion.ipynb
Author: Ronaldo Andrade
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”]
My first Golang Application ;)
Golang or just Go! is a dev language created by google on 2009 and sounds be really ready for the next jump of the siecle 21 so let’s create something with this! š 1 – Let’s create a virtual enviroment using Miniconda, activate and check the GO version: 2 – Let’s create our module GO…
Install Hyper-V on Windows 11 Home
Windows 11 Home has the hyper-v services disabled but there’s a way to install it and use your VMS. 1 – Open the Task-Manager typing it on the Windows search bar and check if is it enabled on Windows 2 – Open the notepad and copy the content and save it as hyperv.bat 3 –…
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”]