Open in app

Sign In

Write

Sign In

Amir Edris
Amir Edris

54 Followers

Home

About

Published in

Python in Plain English

·Apr 28

Understanding List and Dictionary Comprehensions in Python: Tips, Tricks, and Alternatives

Python is a versatile, high-level programming language widely used in web development, data analysis, artificial intelligence, and more. Its popularity can be attributed to its readability, simplicity, and extensive library support. In this article, we’ll explore one of Python’s powerful features: list and dictionary comprehensions. List and Dictionary Comprehensions in Python List and dictionary comprehensions are…

Python

4 min read

List and Dictionary Comprehensions in Python: Tips, Tricks, and Alternatives
List and Dictionary Comprehensions in Python: Tips, Tricks, and Alternatives
Python

4 min read


Apr 27

Making A Discord Bot That Uses GPT and Dalle-2

In 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 created as an open-source project. …

Artificial Intelligence

17 min read

Making A Discord Bot That Uses GPT and Dalle-2
Making A Discord Bot That Uses GPT and Dalle-2
Artificial Intelligence

17 min read


Apr 7

Exploring 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 lifetimes can't escape my mind, prompting me to write my first article in a while on the topic of artificial general intelligence (AGI), AI has come a…

Machine Learning

4 min read

Exploring the Promises and Perils of Artificial General Intelligence (AGI)
Exploring the Promises and Perils of Artificial General Intelligence (AGI)
Machine Learning

4 min read


Jan 18, 2021

Learning 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 going to start caring about a lot more things than “did I get this to work.” A few things you might worry about are “Could this…

Big O Notation

6 min read

Learning to get faster performance out in Python using Big O.
Learning to get faster performance out in Python using Big O.
Big O Notation

6 min read


Published in

The Startup

·Oct 14, 2020

Understanding Reinforcement Learning

Understanding Reinforcement Learning Reinforcement learning refers to machine learning focused on algorithms that learn how to interact with an environment. An example of such an algorithm is called Q-learning. Although it is closer to a brute force approach, Q-learning is probably the most popular reinforcement learning method. …

Reinforcement Learning

8 min read

Understanding Reinforcement Learning
Understanding Reinforcement Learning
Reinforcement Learning

8 min read


Sep 29, 2020

Quickly Compile Python in C using Cython

a 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 want to take advantage of. Make sure you pip install Cython first. The overall process goes like this. Bring the parts of your…

Python

2 min read

Quickly Compile Python in C using Cython
Quickly Compile Python in C using Cython
Python

2 min read


Aug 25, 2020

Intro to Random Number Generation in Python

I think that a cool thing to learn as a beginner in python is how to produce random numbers. Random number generation is an interesting topic to get into learn simply because of its applications. …

Python

9 min read

Intro to Random Number Generation in Python
Intro to Random Number Generation in Python
Python

9 min read

Amir Edris

Amir Edris

54 Followers

Data Scientist/ Machine learning engineer who loves to share about this fascinating field

Following
  • Addison Sharrun

    Addison Sharrun

  • Carl M. Kadie

    Carl M. Kadie

  • ASAD EDUCATE

    ASAD EDUCATE

  • Paul Pallaghy, PhD

    Paul Pallaghy, PhD

  • Ahmed Besbes

    Ahmed Besbes

See all (552)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams