Programming notes, snippets and examples.
- Keep processes running and closing SSH connection
- Deploy a Flask Application on an Ubuntu VPS (DigitalOcean)
- Keep SSH sessions running after disconnecting
- Set up server in Raspberry Pi
- Linux Crontab
- Set
$PATH
variable in Ubuntu - Initial Server Setup with Ubuntu 18.04
- Set up a Django production server with gunicorn
- Integrating from data points
- Working with strings
- Preparing figures for publication
- Surface fitting with MATLAB
- Design of Experiments
- Deploy Django app to Azure App Service
- Deploy a Django app in an Ubuntu VPS (DigitalOcean)
- Git Version Control System
- Windows terminal
- Installing Python 3.7 on Raspbian
- Set up Amazon S3 to serve Django Static and Media files
- Powershell
- Deploy a Django app to Heroku
- VSCode shortcuts for Windows
- VPS providers
- Create a Windows batch script
- Hiding Passwords and Secret Keys in Environment Variables
- Editing photos metadata
- Online Resources For Web Developers
- Regular expressions
- Visual Studio Code setup
- Guide to contributing on GitHub
- MessagePack serializer for Python
- Python packaging
- String formatting in Python
- Pipelines
- Python boilerplates
- Magic Methods
- Slice notation
- Seaborn
- Scientific quality figures
- Hosting scripts and services
- Logging
- Interfacing with Strava API using stavalib
- Sending e-mails with Python
- Create a executable Django App
- Building a Django site
- Storing dictionaries for later use: JSON and Pickle
- Building a Flask site
- CSV files
- Machine Learning with
scikit-learn
- Create a standalone executable of a Python app
- Streamlit
- Custom exceptions
- Using MySQL in Python
- Annonymous functions (Lambda functions)
- Run Matlab programs in Python
- Python Libraries for Data Science and Data Viz
- Tutorials on various Python subjects
- Abstract classes
- Graphical User Interfaces (GUIs) in Python
- *args and **kwargs
- Schedule task in Python
- Dataclasses
- Working with JSON
- Classes and OOP (Object Oriented Programming)
- Python packages and modules
- Decorators
- Geo ploting with Basemap
- Project set-up
- Imports in Python
- Simple Machine Learning workflow
- Pure Python web development
- Useful Python code snippets
- Image manipulation in Python
- Web scrapping with Beautiful Soup 4
- Virtual enviroments
- Collection of useful Django snippets for several purposes
- Data manipulation with
pandas
- Django and UV workflow
- Working with the Python version
- Creating documentation with Sphinx
- Configuration files
- Argument parsing using the argparse module
- Working with paths in Python using
pathlib
- Sorting lists
- Datetime module
- Data structures
- Create a REST API with Django Rest Framework
- Saving Scikit-learn model for reuse
- Profiling in Python
- Jupyter
- Deploying to Github pages with
ghp-import
- Progress Bars
- Anaconda
- Python type hints
- Matplotlib
- Modern JavaScript
- Set expiration time (TTL) for LocalStorage
- Caching data
- Making AJAX request
- Create ReactJS app and deploy to Github pages
- DataTables JS Library
- Basic Javascript concepts
- Filter, sort and layout
- React
- Bibliography management
- An Introduction to LaTeX
- Derivatives
- Create LaTeX presentations with Beamer
- Working with figures
These notes contain excerpts, code snippets and examples from various sources including, but not limited to, Python Docs, The Hitchhiker’s Guide to Python, Real Python and Stack Overflow users.