Python Learning
5.93K subscribers
473 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
πŸ”₯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
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