How to Use Python for Cyber Forensics20210603141923
How to Use Python for Cyber Forensics
Theo DespoudisLast Updated: August 5, 2022Boto3, cobalt strike, Cyber Forensics, digital forensics, scapy, volatility
Learn how to use Python for cyber forensics with this practice use case to find out the source of an Amazon Web Services (AWS) data theft. ...
Top 10 SQL Commands Everyone Should Know20210128131717
Top 10 SQL Commands Everyone Should Know
Theo DespoudisLast Updated: January 28, 2021GROUP BY, INNER JOIN, ORDER BY, PostgreSQL, SELECT, SQL
If you work with data, especially relational data, the Structured Query Language (SQL) is your lingua franca. Without a doubt, SQL is one of the most ...
How to Use PyGame for Game Development20201231101547
How to Use PyGame for Game Development
Theo DespoudisLast Updated: March 22, 2021activepython, pygame, python, Python gaming, video game
Stranded at home with lots of time on your hands? Want to learn something new and exciting? If you‘re like most developers, you’ve probably been kicki...
How to Drive your Cloud Implementation using Python20201126132519
How to Drive your Cloud Implementation using Python
Theo DespoudisLast Updated: August 5, 2022Amazon Web Services, aws, Boto3, python, S3, SQS
Learn how to do Cloud Computing with Python by understanding how to use the Boto3 Python library to create, deploy and manage AWS services....
The best Python frameworks for mobile development and how to use them20200915153224
The best Python frameworks for mobile development and how to use them
Theo DespoudisLast Updated: March 23, 2021android, cross platform development, iOS, mobile development, python mobile development, python mobile frameworks
These Python frameworks will let you build native apps for iOS and Android without having to learn Swift or Java....
How to Build a Runtime Environment from Source20200514113616
How to Build a Runtime Environment from Source
Theo DespoudisLast Updated: March 18, 2021activestate platform, open source, runtime, runtime environment
This post compares two ways to build an open source language runtime environment - manually using compilers, or automated via the ActiveState Platform...
Built-in Packages in Python & Other Python Elements20191121095902
Built-in Packages in Python & Other Python Elements
Theo DespoudisLast Updated: August 5, 2022python, python built-in packages, Python functions, software development
This post explores Python's built-in packages and functions that simplify adoption, increase developer productivity and promote code consistency....