Computer Science
Guido van Rossum: The creator of the python programming language
pythondata-scienceprogramming
7 Best Python ORM Libraries You Should Know
Power up your Python development
pythonpython-programmingsoftware-engineering
A Step-by-Step Guide to Restoring an EC2 Instance from a Snapshot
awscloud-computingdevops
The Mysteries of Floating-Point Numbers
Exploring the Fascinating World of Computational Precision
pythoncomputer-scienceprogramming
A Simple Guide to Shared Memory in Python
software-engineeringsoftware-developmentpython
Pass By Object Reference in Python
Understanding “pass by object reference” in Python.
pythoncomputer-sciencepass-by-object-reference
Python: A Quick Revision
An introduction to Python for beginners
pythoncodingcomputer-science
AWS ECS Cluster using the EC2 Launch Type
The diagram below shows you what exactly I will create in this tutorial. I will create a cluster in one region spreading instances across three availability zones. All instances will be isolated…
awsprogrammingcloud-computing
4 Reasons Why ‘var’ is Considered Obsolete in Modern JavaScript
JavaScript is a powerful language because you can write an entire software without adopting any other programming language at all. var used to be a way to declare variables in JavaScript. However…
software-developmentprogrammingjavascript
5 Ways You Can Remove the Last Character from a String in Python
How to remove the last character from a string in Python.
pythonprogrammingcoding