Amir EdrisinPython in Plain EnglishList and Dictionary Comprehensions in Python: Tips, Tricks, and AlternativesGoing over when, why, and how we should use pythons comprehensions in our code and best practices for readability.Apr 28, 20231Apr 28, 20231
Amir EdrisMaking A Discord Bot That Uses GPT and Dalle-2In the first half of this article, I’ll be sharing a summary/tutorial on building a multi-feature AI-powered Discord bot, which I have…Apr 27, 20234Apr 27, 20234
Amir EdrisExploring the Promises and Perils of Artificial General Intelligence (AGI)After watching an amazing episode of the Lex Fridman Podcast featuring CEO of OpenAI Sam Altman, the thought of AGI being within our…Apr 7, 2023Apr 7, 2023
Amir EdrisLearning to get faster performance out in Python using Big O.When you start to get better at programming and are beginning to do more complicated things with your code, especially in Python you are…Jan 18, 2021Jan 18, 2021
Amir EdrisinThe StartupUnderstanding Reinforcement LearningReinforcement learning refers to machine learning focused on algorithms that learn how to interact with an environment. An example of such…Oct 14, 20203Oct 14, 20203
Amir EdrisQuickly Compile Python in C using Cythona lot of people use Cython to compile their python code in C for performance gains. It’s petty easy to do and might be something that you…Sep 29, 2020Sep 29, 2020
Amir EdrisIntro to Random Number Generation in PythonI think that a cool thing to learn as a beginner in python is how to produce random numbers. This post will go over surface-level concepts…Aug 25, 2020Aug 25, 2020