Python Learning
5.93K subscribers
474 photos
1 video
65 files
109 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
What will be the output of the following Python code?

print("Hello {0[0]} and {0[1]}".format(('foo', 'bin')))
Anonymous Quiz
23%
Hello (β€˜foo’, β€˜bin’) and (β€˜foo’, β€˜bin’)
21%
Error
47%
Hello foo and bin
8%
None
πŸ‘2
What is output of print(math.pow(3, 2))?
Anonymous Quiz
29%
9.0
51%
9
17%
Both
3%
None
πŸ‘2
weijie-chen/Linear-Algebra-With-Python

Lecture
Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc.

Creator: Weijie Chen
Stars ⭐️: 1.9k
Forked By: 456
https://github.com/weijie-chen/Linear-Algebra-With-Python

#Linear_Algebra #Python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
πŸ”₯5πŸ‘3
πŸ”₯3
This is Spring 2021 of CS50 at Harvard College Python Course

πŸ†“
Free Online Course
πŸ’» 1 Long Video
πŸƒβ€β™‚οΈ Self paced
Resources πŸ’» : Slides & Notes
βŒ›οΈLabs
🧭 Quizzes
Created by πŸ‘¨β€πŸ«: Harvard College

πŸ”— COURSE LINK


#Python #Harvard
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ
πŸ‘2
Which of the following is an invalid variable?
Anonymous Quiz
5%
my_string_1
57%
1st_string
10%
foo
29%
_
Introduction to Computer Science and Programming in Python

πŸ“£No registration or download required
πŸ†“ Free Online Course
πŸƒβ€β™‚οΈ Self paced
Resources πŸ’» : Slides & Notes
βŒ›οΈLabs
🧭 Problem Sets / Codes
Created by πŸ‘¨β€πŸ«: MIT

Video lessons πŸŽ₯
Slides and code πŸ‘¨β€πŸ’»

πŸ”— COURSE LINK


#Python #MIT
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @datascience_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist groupπŸ‘ˆ
πŸ‘2😁1
😁3πŸ‘2
πŸ₯°2
CS50’s Web Programming with Python and JavaScript

πŸ†“
Free Online Course
πŸ’» 1 Long Video
πŸƒβ€β™‚οΈ Self paced
Resources πŸ’» : Slides, Notes & Codes
βŒ›οΈLabs
🧭 Quizzes
Created by πŸ‘¨β€πŸ«: Harvard

πŸ”— COURSE LINK


#Python #Harvard
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist groupπŸ‘ˆ
πŸ‘4
Which of the following cannot be a variable?
Anonymous Quiz
57%
__init__
27%
in
7%
it
9%
on
πŸ‘2
Free Python course by Datacamp
with video lessons and interactive code exercises.

πŸ“£No registration or download required
πŸ†“ Free Online Course
πŸ’» Video Lessons
πŸƒβ€β™‚οΈ Self paced
Created by πŸ‘¨β€πŸ«: datacamp

πŸ”— Python course by DataCamp


#Python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist groupπŸ‘ˆ
❀4
Which is the correct operator for power(xy)?
Anonymous Quiz
22%
x^y
64%
x**y
5%
x^^y
9%
None
πŸ‘3
Python List Methods
πŸ‘16
Which one of these is floor division?
Anonymous Quiz
14%
/
68%
//
11%
%
7%
None