learn-python
learn-python copied to clipboard
📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
I want to create a beginner guide to data visualization with python and matplotlib. Please assign this issue to me. I will use attractive illustrations and images for better understanding.
## PR Description This is a simple Python script for a basic quiz game. It allows users to choose from different genres of quizzes including Sports, Entertainment, Physics, Chemistry, and...
on the basis of content of TMDB5000 dataset I want to make a movie recommendation system and also using streamlit it can be seen @animator please assign me the issue
I'll implement it by: - Prompting user for weight and height (numbers). - Using formula: BMI = weight / (height in meters)^2. - Displaying calculated BMI and interpreting it.
I want to add how to use Beautiful soup in python.
## PR Description Have added a full section of decorators which covers everything a newbie might need to learn decorators, including first class objects in python. ## Related Issues -...
pattern problem using loop ## PR Description _Add your description_ ## Related Issues - Closes # ### Checklist - [x] I have gone through the [contributing guide](https://github.com/animator/learn-python/blob/main/CONTRIBUTING.md) - [x] I...
I plan to implement it using: - [ ] Random module to generate characters. - [ ] String manipulation functions to create the password. - [ ] User input to...
Sir, In your documentation, you have not mentioned any topic regarding virtual environment which is a must for the people who are learning python as it helps in package management,...
I would love to add some basic coding questions such as 1. Printing 1 to n numbers 2. Printing n to 1 numbers 3. Reverse of a Number 4. Palindrome...