Eli the Computer Guy
  • Home
  • Videos
    • A+
    • Arduino (2019)
    • ChatGPT / OpenAI
    • Cloud Computing (2019)
    • Cloud Computing (OLD)
    • Computer Repair
    • CSS and HTML 5 (2020)
    • Data Recovery
    • Hacking
    • HTML Intro (2020)
    • Interviews
    • Linux (2019)
    • Linux (Old)
    • Linux Tools (2020)
    • Linux Projects (2020)
    • MySQL – Introduction (2019)
    • Network
    • PHP Programming (2019)
    • PHP Programming (OLD)
    • PHP Projects
    • Python
    • Python API’s
    • Programming – Intro (2020)
    • Raspberry Pi (2020)
    • Reviews
    • Security
    • Servers
    • Voice / Telephone
    • Web Design
    • Web Publishing
    • Windows Server 2012
    • WordPress
  • Project Notes
  • Parts List
  • Notes
    • Notes – OpenAI
    • Notes – SQLite

array

*NEW

Lists and Dictionaries in Python (Python Part 8)

Eli the Computer Guy

This class shows you how to use Lists and Dictionaries in Python. basic-list.py list-sort.py add-remove-list.py split-list.py basic-dict.py add-remove-dict.py nested-list.py

*NEW

PHP – Turn Strings into Arrays with explode()

Eli the Computer Guy

The explode() function allows you to turn a String into an Array based on a separator you define. explode() https://www.php.net/manual/en/function.explode.php https://www.w3schools.com/php/func_string_explode.asp explode.php

*NEW

PHP – Test Variable Against an Array with in_array()

Eli the Computer Guy

The in_array() function allows you to check if a value is stored with an Array. This can be used for things such as creating an array of which states a company ships products to. in_array() […]

PHP Programming (NEW)

PHP – Sort Array by Key – ksort() and krsort()

Eli the Computer Guy

You can sort arrays by key with ksort() and krsort().

PHP Programming (NEW)

PHP – Sort Array by Value – sort() and rsort()

Eli the Computer Guy

The sort() and sort() functions allow you to sort arrays alphabetically.

DONATE

If you want to tip a few dollars for the education videos.