Tech with Tim

Python

Learn the 5 Must-Know Concepts in Python

This video is from Tech With Tim. If you’re interested in becoming a developer that writes any type of code in python, then you need to understand these 5 Python concepts. In today’s video, I’m going to break down 5 key Python concepts for any aspiring developer. Master Python, elevate your skills.

Read More
Python

The Truth About Learning Python in 2023

Tech With Tim helps you hone your skills as a developer, prove to your current employer or even to a future employer to show them that you are worth hiring for a software engineer position despite of the current economic situation were in!

Read More
GameDev Python

How to Make a Game in Python

In this video from Tech With Tim, Tim will be giving you guys an introduction to Python Game Development using the Pygame module, which is a simple 2D graphics library in Python. This tutorial will be simple, fun, yet allow you to create an extensible game!

Read More
Python

How to Properly Log in Python

Learn how to properly log your programs (and using the standard print debugging method is not it). Logging Attributes: https://docs.python.org/3/library/logging.html#logrecord-attributes Time stamps: 00:00 | Why Use Logging? 01:03 | ProgrammingExpert 01:32 | Logging Levels 04:09 | Logging To A File 07:32 | Logging Variable Values 08:45 | Logging Exceptions 10:16 | Custom Loggers 12:21 | […]

Read More
Python

Planet Simulation In Python

In this video Tim from Tech with Time is going to show you how to make a planet simulation using Python! The goal of this tutorial is to simulate the orbits of different planets around the sun using real astronomical values! We’re also going to apply the force of gravity on each of the planets […]

Read More
Python

Learn Python in about 75 Minutes

This python tutorial aims to teach you python as fast as possible. This python speed course will cover all the fundamentals of python and give you a quick overview of all of the main python features.

Read More
Career Python

Impressive Python Resume Projects

In this video, see some Python Projects that look great on a resume and really showcase the abilities you have as a programmer and your skills with Python. These projects will be in different categories such as Web Development, Machine Learning, Artificial Intelligence, Data Analysis, and all of the things that Python is really good […]

Read More
Python

3 Python Automation Projects For Beginners

In this video, take a look at 3 different Python Automation Projects for beginners. These are simple projects that are meant to show you a real world use case of Python! So even if you don’t use these specifically for automation, you will be learning a lot and so I hope you enjoy! Resources: Code […]

Read More
Interesting

Why Random Numbers Aren’t Random

Tech with Tim explains why random numbers are not random. In most computer programming languages, random numbers are generated deterministically. Meaning you can guess what the random number will be and control it as well. Time stamps: 00:00 | Why Random Numbers Aren’t Random 01:58 | Random Module Documentation 02:23 | Generating Random Numbers in […]

Read More