The Programmer's Trade School

Learn the fundamentals that have changed our world

import functools
from typing import Iterable
def summing(nums: Iterable[int]) -> int:
return functools.reduce(lambda x, y: x + y, nums)
if __name__ == '__main__':
# Sum the first hundred squares
result = summing(
x ** 2 for x in range(100)
)
print(result)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Advance your knowledge

Learn more about Computer Science with our highly qualified instructors. EK.edu is oriented around anyone interested in becoming artisans of software and keepers of digital knowledge.

Strengthen your fundamentals

Computer Science degrees waste much of your time on the classical waste involved in a Liberal Arts education. Bootcamps acted like a solution to this problem for people who wanted to start rapidly working in software, but overcorrected into specialization. Change your trajectory and join the first Computer Science trade school

Instructors

James Pic

James Orson

James is a chief Site Reliability Engineer at Pure Storage in Mountain View, California. He and his wife love their daughter, eating healthy, and participating in their local church life. James has written his own programming language, Daybreak, which you can look at and learn about here.

Brandon Apol

Brandon is a former bootcamp instructor who now works with a government contractor. He loves teaching and taught music in Alaskan elementary schools for five years before moving into tech. Brandon loves the outdoors, particularly rock climbing, and currently resides in central Ohio. His portfolio website and contact info can be found here.

Brandon Pic