learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.

Results 109 learn-python issues
Sort by recently updated
recently updated
newest added

Hello, @animator, I would like to add some basic mathematics like definition of scalars, vectors, tensors and their usage which would be useful while working with nd arrays, matrices etc..I...

gssoc
level2

It presents a random sequence and prompts players to input their sequence after memorizing the given sequence. After each guess, it provides instant feedback on whether the guess matches the...

As per @animator sir's instructions, here is an issue for adding practice codes for the topic control flow so that newcomers can practice and understand the concept flow statements. I...

i would like to add the project tic tac toe game an popular game deisgned in python which help the students and readers to know more about the python and...

Rock Paper Scissors: Players choose rock, paper, or scissors. Rock beats scissors, scissors beat paper, paper beats rock. Outcome determines winner; tie if both choose same. Randomly generated choice for...

I can add the usage of the library of how specific points are plotted using this lib.

gssoc
level2

I want to develop a basic mcq quiz game where user can select from a particular genre and user gets the points scored in the end

gssoc
level2

This generator creates random passwords after the user specifies the desired length and character set ensuring security.

As instructed by @animator sir, here is an issue raised regarding adding practice code exercises for different methods of input and output in python so that students can practice the...

We can add the slicing concept and which data structures of Python allows slicing under the List part where you described indexing.