
Flying Island 3D Model with Blender
Flying Island 3D Model with Blender

Riccardo Orion Feingold in π Projects, π» Tech
Sep 14, 2022 β’ 1 min read
Flying Island 3D Model with Blender
Sep 14, 2022 β’ 1 min read
This short post is a step-by-step guide on how to activate monitor mode on a WiFi adapter.
Sep 14, 2022 β’ 3 min read
*args stands for non-keyword arguments and **kwargs for keyword arguments. In your code, you donβt have to use the same names (args and kwargs). Importantly are the asterisks in front of the argument name. We use them when we are unsure about the number of arguments in our function.
Jun 3, 2022 β’ 2 min read
Today's blog post is for anyone interested in a career in mechanical engineering. I will give you my insights into being a mechanical engineering student. This post should cover all the questions I had had before I started this study back in 2020.
Mar 25, 2022 β’ 6 min read
Learn how you can create your Conda environment for your next python projects!
Jan 5, 2022 β’ 1 min read
How I Used Turtle Graphics to Create Dot Paintings
Dec 1, 2021 β’ 3 min read
Protocols are like certificates that are adopted by a class, structure, or enumeration.
Nov 13, 2021 β’ 1 min read
Github is a place where you can host and review your code, manage projects, and build software alongside millions of other developers. Git helps you to version control your project files.
Nov 11, 2021 β’ 11 min read
Today weβre going to be looking at how we can save data into a .plist file as well as get it back from that file. But first things first, what is actually βLocal Data Persistencyβ and why is it important for app developers? Feel free to skip that part if you are already familiar with that term.
Oct 28, 2021 β’ 6 min read