AWS Cloudflare Django Web Dev public – 2 min read Rationale As I keep making guides and discovering new and better ways to do things, other posts get lost in… Apr 2, 2020 Arturo
Python How-to Install Python on Ubuntu Server public – 1 min read Automatic Install Let's first check the version with: python3 --version To check all python versions you have: apt list --installed… Mar 25, 2020 Arturo
Python How-to Linux Install Python 3.7 on Ubuntu 16.04 public – 2 min read First than anything make sure you have uninstall and clean all other python installation tries if you've done any, otherwise… Aug 28, 2019 Arturo
Django Python Django 2 - Create html view public – 1 min read Motivation We'd like to create an html template to use in our web. Code It's farely simple, just follow the… Nov 16, 2018 Arturo
mustHavemacOSapps Python Install Anaconda env public – 2 min read Install Install Anaconda [https://conda.io/docs/user-guide/install/index.html#regular-installation] for your operating system. Create a virtual environment… Nov 4, 2018 Arturo
Python Install Python 3 on macOS public – 4 min read Motivation We want to run and develop software on our mac, for this we need to install Python. Method 1:… Oct 27, 2018 Arturo