Python Learning
5.93K subscribers
433 photos
1 video
59 files
107 links
Python Coding resources, Cheat Sheets & Quizzes! 🧑‍💻

Free courses: @bigdataspecialist

@datascience_bds
@github_repositories_bds
@coding_interview_preparation
@tech_news_bds

DMCA: @disclosure_bds

Contact: @mldatascientist
Download Telegram
Python List Methods
👍16
Which one of these is floor division?
Anonymous Quiz
13%
/
69%
//
11%
%
7%
None
Python course by Google

Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience. The first exercises work on basic Python concepts like strings and lists, building up to the later exercises which are full programs dealing with text files, processes, and http connections. The class is geared for people who have a little bit of programming experience in some language, enough to know what a "variable" or "if statement" is. Beyond that, you do not need to be an expert programmer to use this material.

📣No registration or download required
🆓 Free Online Course
💻 Video Lessons
🏃‍♂️ Self paced
⌛️Exercises
🧭 Quizzes
Created by 👨‍🏫: developers.google

🔗 COURSE LINK


#Python #Google

👉Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group👈
🔥2👍1
What is the answer to this expression, 22 % 3 is?
Anonymous Quiz
29%
7
61%
1
6%
0
4%
5
🔥7
Learn Python the Hard Way
Online
version (by the original author - no worries, this isn't a pirate link!) of the "Learn Python the Hard Way." book. It emphasizes repetition and concept understanding.

Author: Zed Shaw
Language: English
Level: Beginner

🔗 Read Online

#Python #Python_3

Join @programming_books_bds for more
Mathematical operations can be performed on a string.
Anonymous Quiz
62%
True
38%
False
What is the output of this expression, 3*1**3?
Anonymous Quiz
40%
27
14%
9
44%
3
2%
1
2
Python for Beginners
Programming with Python
By Microsoft

📣No registration or download required
🆓 Free Online Course
🏃‍♂️ Self paced
🎬 44 episodes
180 mins
🧑‍🏫 Authors: Susan Ibach, GeekTrainer

🔗 Link to course

#python

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
👍42
NOC:Programming, Data Structures and Algorithms using Python

This course is an introduction to programming and problem solving in Python. It does not assume any prior knowledge of programming. Using some motivating examples, the course quickly builds up basic concepts such as conditionals, loops, functions, lists, strings and tuples. It goes on to cover searching and sorting algorithms, dynamic programming and backtracking, as well as topics such as exception handling and using files. As far as data structures are concerned, the course covers Python dictionaries as well as classes and objects for defining user defined datatypes such as linked lists and binary search trees.

🆓 Free Online Course
💻 45 Lecture Videos
8 Modules
🏃‍♂️ Self paced
Teacher 👨‍🏫 : Prof. Madhavan Mukund

🔗 Link to course


#python #dsa #datastructuresandalgorithms

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
👍4
The expression Int(x) implies that the variable x is converted to integer.
Anonymous Quiz
85%
True
15%
False
👍3
Python Cheat Sheet
7
Scientific Computing with Python

🆓 Free Online Course
🎬 56 lessons
💻 5 scientific projects
📜 Free certification
🏃‍♂️ Self paced
Teacher 👨‍🏫 : Dr. Charles Severance (also known as Dr. Chuck).
🔗 Link to course


#python #networking #webservices #regex #databases #datavisualizations #dataviz

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
Which one of the following has the highest precedence in the expression?
Anonymous Quiz
33%
Exponential
6%
Addition
8%
Multiplication
52%
Parenthesis
🔥3
Free Python Books
A list of Python books in English that are free to read online or download.

Creator: Paolo Amoroso
Stars ⭐️: 3.8k
Forked By: 503
https://github.com/pamoroso/free-python-books

#python #pythonbooks #books

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
4
Which of these in not a core data type?
Anonymous Quiz
4%
Lists
12%
Dictionary
9%
Tuples
75%
Class
👍2
Python Built-in Functions
👍43
Given a function that does not return any value, What value is thrown by default when executed in shell.
Anonymous Quiz
11%
int
10%
bool
39%
void
40%
None
23 Best Python Cheat Sheet For Developers [2023 Edition]

23
. Basic Reference by wilfredinni
22. Python 3 Cheat Sheet
21. Plain Cheat Sheet
20. Python Bokeh Cheat Sheet
19. Python Cheat Sheet by DaveChild
18. Just the Basics
17. Cheat Sheet by CodeConquest
16. Python for Dummies
15. Python 3 Cheat Sheet
14. Python Seaborn Cheat Sheet
13. Language and Syntax Cheat Sheet
12. Python-LiveCode Cheat Sheet
11. Exploratory Data Analysis in Python
10. Data Visualization in Python
9. Scikit-Learn Cheat Sheet
7. Learn X in Y minutes
6. Text Data Cleaning in Python
5. OverAPI Python
4. Python for Data Science
3. Basic and Intermediate Cheat Sheet for Data Science
2. Common Machine Learning Algorithms in Python and R
1. Python Crash Course

Source-Link

#Python #cheat_sheets

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
👍7
Which of the following will run without errors?
Anonymous Quiz
61%
round(45.8)
12%
round(6352.898,2,5)
23%
round()
5%
round(7463.123,2,1)