Python Projects & Resources
57.1K subscribers
777 photos
342 files
326 links
Perfect channel to learn Python Programming 🇮🇳
Download Free Books & Courses to master Python Programming
- Free Courses
- Projects
- Pdfs
- Bootcamps
- Notes

Admin: @Coderfun
Download Telegram
C2Cpayment is the Crypto C2C trading platform! C2C is coin TO coin! C2C is consumer TO consumer!Click to start
👍1
Learning python by building games [ Packt ] by Sachin Kafle
👇👇
Python Basics: A Practical Introduction to Python 3
👇👇
👍1
12👍4🔥4
Python Lists vs Sets vs Tuples
👍9🔥5
Text Analytics with Python
👇👇
Basic Arithmetic

# Addition
Input :2+1
Output:3

# Subtraction
Input :2-1
Output:1

# Multiplication
Input :2*2
Output:4

# Division
Input :3/2
Output:1.5

# Floor Division
Input :7//4
Output:1
7👍4
Six Steps to Defining a Function

1. What should your function do? Type a couple of example calls.
2. Pick a meaningful name (often a verb or verb phrase): What is a short answer to "What does
your function do"?
3. Decide how many parameters the function takes and any return values
4. Describe what your function does and any parameters and return values in the docstring
5. Write the body of the function
6. Test your function. Think about edge cases.
6👍1
11//5?
Anonymous Quiz
25%
1
49%
2
6%
3
20%
2.2
8👍3
11+7*4/2-1
Anonymous Quiz
8%
35
70%
24
4%
11
17%
39
👍8😁6
Python Basics: A Practical Introduction to Python 3

📖 Book
👍12