โค2
To concatenate two strings to a third what statements are applicable?
Anonymous Quiz
14%
s3 = s1 . s2
50%
s3 = s1.add(s2)
21%
s3 = s1.__add__(s2)
15%
s3 = s1 * s2
Which of the following statement prints hello\example\test.txt?
Anonymous Quiz
48%
print(โhello\example\test.txtโ)
35%
print(โhello\\example\\test.txtโ)
9%
print(โhello\โexample\โtest.txtโ)
8%
print(โhelloโ\exampleโ\test.txtโ)
๐7๐1
Suppose s is โ\t\tWorld\nโ, what is s.strip()?
Anonymous Quiz
13%
\t\tWorld\n
18%
\t\tWorld\n
10%
\t\tWORLD\n
59%
World
๐7
The format function, when applied on a string returns ___________
Anonymous Quiz
24%
Error
10%
int
13%
bool
54%
str
โค3๐3๐1
What will be the output of the โhelloโ +1+2+3?
Anonymous Quiz
43%
hello123
19%
hello6
5%
hello
34%
Error
โค4๐1
What will be displayed by print(ord(โbโ) โ ord(โaโ))?
Anonymous Quiz
23%
0
50%
1
22%
-1
5%
2
โค1
Say s=โhelloโ what will be the return value of type(s)?
Anonymous Quiz
6%
int
5%
bool
53%
str
35%
String
โค4๐2
30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.
Creator: Asabeneh
Stars โญ๏ธ: 33.2k
Forked By: 6.7k
https://github.com/Azure/azure-sdk-for-python
#python #azure
โโโโโโโโโโ
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace.
Creator: Asabeneh
Stars โญ๏ธ: 33.2k
Forked By: 6.7k
https://github.com/Azure/azure-sdk-for-python
#python #azure
โโโโโโโโโโ
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
GitHub
GitHub - Azure/azure-sdk-for-python: This repository is for active development of the Azure SDK for Python. For consumers of theโฆ
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our v...
๐8
Given a string example=โhelloโ what is the output of example.count(โlโ)?
Anonymous Quiz
65%
2
14%
1
16%
None
5%
0
๐3
What will be the output of the Python code?
Anonymous Quiz
24%
snow world
12%
snow
43%
Error
21%
sonos world
โค3๐1
What will be the output of the following code :
print type(type(int))
print type(type(int))
Anonymous Quiz
14%
Wrongtype \'int\'
20%
type \'type\'
57%
Error
9%
0
๐3
Free Python Courses, Books and Cheat Sheets (part 1)
The fundamentals of programming - Python Tutorial
๐จโ๐ซ Teacher: Annyce Davis
๐ฌ 39 short video lessons
๐ Level: beginner
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Python for Absolute Beginners!
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 129,780 students
Duration โฐ: 2hr 16min of on-demand video
Created by: Joseph Delgadillo, Nick Germaine
๐ Course link
Introduction to Python 3 (basics) - Learning to Program with Python 3
๐ฌ 15 lessons
โฐ 2 hours of video + code examples and readings
๐ blogpost for each lesson
๐ Link to course
Introduction To Python Programming
Rating โญ๏ธ: 4.4 out of 5
Students ๐จโ๐ซ: 824,949 students
Duration โฐ: 1hr 39min of on-demand video
Created by: Avinash Jain, The Codex
๐ Course link
Intermediate Python Programming introduction
๐ฌ 28 lessons
โฐ 4.5 hours of video + code examples and readings
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Link to course
Learn Core Python, Numpy and Pandas
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 34,908 students
Duration โฐ: 2hr 50min of on-demand video
Created by: Vishal Kumar Singh
๐ Course link
Sockets Tutorial with Python 3 part 1 - sending and receiving data
๐ฌ 5 lessons
โฐ 100 minutes of video + code examples and readings
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Link to course
Advanced Python: Real-World Programming Deep Dive (2024)
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 2457 students
Duration โฐ: 1hr 51min of on-demand video
Created by: Ali Saif | Quant & Technical Architect (5x AWS Certified), Marti Castany, AxOps Academy
๐ Course link
Machine Learning with Python: Zero to GBMs
๐ฌ Watch hands-on coding-focused video tutorials
๐งฎ Practice coding with cloud Jupyter notebooks
๐ป Build an end-to-end real-world course project
๐ Earn a verified certificate of accomplishment
๐ You will solve 2 coding assignments & build a course project where you'll train ML models using a large real-world datasets
๐ Course Link
Data Visualization in Python for Beginners
Rating โญ๏ธ: 4.8 out of 5
Students ๐จโ๐ซ: 3983 students
Duration โฐ: 1hr 17min of on-demand video
Created by: Fawz Mehfil
๐ Course link
Introduction to Computer Science and Programming in Python
The most common starting point for MIT students with little or no programming experience. This half-semester course introduces computational concepts and basic programming.
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ฌ Lecture videos
๐ Course link
Python Mastery: From "Novice to Ninja"
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 737 students
Duration โฐ: 1hr 58min of on-demand video
Created by: infusion X
๐ Course link
Python for Everybody (PY4E)
by Charles R. Severance (aka Dr. Chuck)
๐ฌ 17 sections with multiple video lessons
๐จโ๐ซ Prof. Dr. Charles R. Severance
โ Completely free
๐ Course link
Python course by kaggle
Learn the most important language for data science.
๐ฌ 8 lessons
โฐ 5 hours
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Scientific Computing with Python
Author: Dr. Charles Severance (also known as Dr. Chuck).
๐ฌ 56 lessons
๐ป 5 scientific projects
๐ Free certification
๐ Link to course
Python from scratch
by University of Waterloo
๐ Free Online Course
โณ 13 modules
๐โโ๏ธ Self paced
๐ Course Link
Learn Python PyQt
(Python binding of the cross-platform GUI toolkit Qt, used as a Python module)
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Python for Beginners
Programming with Python
By Microsoft
Authors: Susan Ibach, GeekTrainer
๐ฌ 44 episodes
โฐ 180 mins
๐ Link to course
Python Programming MOOC
๐ Free Online Course
๐งฎ Problem Sets
โณ 12 modules
๐โโ๏ธ Self paced
๐ถ Assignments with Examples
๐ Link to course
Free Python course by Datacamp
๐ Free Online Course
๐ฌ video lessons
โ Completely free
interactive code exercises
No registration or download needed:
๐ Link to course
CS50โs Web Programming with Python by Harvard University
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Python course by Google
โฐ Free Online Course
๐โโ๏ธ Self paced
No registration or download needed.
๐ Course link
The fundamentals of programming - Python Tutorial
๐จโ๐ซ Teacher: Annyce Davis
๐ฌ 39 short video lessons
๐ Level: beginner
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Python for Absolute Beginners!
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 129,780 students
Duration โฐ: 2hr 16min of on-demand video
Created by: Joseph Delgadillo, Nick Germaine
๐ Course link
Introduction to Python 3 (basics) - Learning to Program with Python 3
๐ฌ 15 lessons
โฐ 2 hours of video + code examples and readings
๐ blogpost for each lesson
๐ Link to course
Introduction To Python Programming
Rating โญ๏ธ: 4.4 out of 5
Students ๐จโ๐ซ: 824,949 students
Duration โฐ: 1hr 39min of on-demand video
Created by: Avinash Jain, The Codex
๐ Course link
Intermediate Python Programming introduction
๐ฌ 28 lessons
โฐ 4.5 hours of video + code examples and readings
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Link to course
Learn Core Python, Numpy and Pandas
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 34,908 students
Duration โฐ: 2hr 50min of on-demand video
Created by: Vishal Kumar Singh
๐ Course link
Sockets Tutorial with Python 3 part 1 - sending and receiving data
๐ฌ 5 lessons
โฐ 100 minutes of video + code examples and readings
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Link to course
Advanced Python: Real-World Programming Deep Dive (2024)
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 2457 students
Duration โฐ: 1hr 51min of on-demand video
Created by: Ali Saif | Quant & Technical Architect (5x AWS Certified), Marti Castany, AxOps Academy
๐ Course link
Machine Learning with Python: Zero to GBMs
๐ฌ Watch hands-on coding-focused video tutorials
๐งฎ Practice coding with cloud Jupyter notebooks
๐ป Build an end-to-end real-world course project
๐ Earn a verified certificate of accomplishment
๐ You will solve 2 coding assignments & build a course project where you'll train ML models using a large real-world datasets
๐ Course Link
Data Visualization in Python for Beginners
Rating โญ๏ธ: 4.8 out of 5
Students ๐จโ๐ซ: 3983 students
Duration โฐ: 1hr 17min of on-demand video
Created by: Fawz Mehfil
๐ Course link
Introduction to Computer Science and Programming in Python
The most common starting point for MIT students with little or no programming experience. This half-semester course introduces computational concepts and basic programming.
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ฌ Lecture videos
๐ Course link
Python Mastery: From "Novice to Ninja"
Rating โญ๏ธ: 4.6 out of 5
Students ๐จโ๐ซ: 737 students
Duration โฐ: 1hr 58min of on-demand video
Created by: infusion X
๐ Course link
Python for Everybody (PY4E)
by Charles R. Severance (aka Dr. Chuck)
๐ฌ 17 sections with multiple video lessons
๐จโ๐ซ Prof. Dr. Charles R. Severance
โ Completely free
๐ Course link
Python course by kaggle
Learn the most important language for data science.
๐ฌ 8 lessons
โฐ 5 hours
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Scientific Computing with Python
Author: Dr. Charles Severance (also known as Dr. Chuck).
๐ฌ 56 lessons
๐ป 5 scientific projects
๐ Free certification
๐ Link to course
Python from scratch
by University of Waterloo
๐ Free Online Course
โณ 13 modules
๐โโ๏ธ Self paced
๐ Course Link
Learn Python PyQt
(Python binding of the cross-platform GUI toolkit Qt, used as a Python module)
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Python for Beginners
Programming with Python
By Microsoft
Authors: Susan Ibach, GeekTrainer
๐ฌ 44 episodes
โฐ 180 mins
๐ Link to course
Python Programming MOOC
๐ Free Online Course
๐งฎ Problem Sets
โณ 12 modules
๐โโ๏ธ Self paced
๐ถ Assignments with Examples
๐ Link to course
Free Python course by Datacamp
๐ Free Online Course
๐ฌ video lessons
โ Completely free
interactive code exercises
No registration or download needed:
๐ Link to course
CS50โs Web Programming with Python by Harvard University
โฐ Free Online Course
๐โโ๏ธ Self paced
๐ Course link
Python course by Google
โฐ Free Online Course
๐โโ๏ธ Self paced
No registration or download needed.
๐ Course link
LinkedIn
The fundamentals of programming - Python Video Tutorial | LinkedIn Learning, formerly Lynda.com
In this video, Annyce provides a walkthrough of the course and a very special welcome.
โค2๐2๐ฅ1๐1
Free Python Courses, Books and Cheat Sheets (part 2)
Additional materials
Books
A list of Python books in English that are free to read online or download
Learn Python the Hard Way
Python for Everybody
Automate The Boring Stuff With Python
Python 3 Patterns, Recipes and Idioms
Clean Architectures in Python
python intro notes
An introduction to Python for absolute beginners
python programming notes
Python Data Science Handbook
Cheat sheets
Python Tutorial -> Condensed Cheatsheet
Python Programming Exercises, 2022., gently explained
python matplotlib
python panda
python basics
python seaborn
Useful Python for data science cheat sheets
python data type cheat sheet
python cheat sheets
GitHub Repositories
Machine Learning University: Accelerated Natural Language Processing Class
Hands on ML notebook series
Machine learning cheat sheet with code
#python #python3
โโโโโโโโโโโโโโ
๐Join @bigdataspecialist for more๐
Additional materials
Books
A list of Python books in English that are free to read online or download
Learn Python the Hard Way
Python for Everybody
Automate The Boring Stuff With Python
Python 3 Patterns, Recipes and Idioms
Clean Architectures in Python
python intro notes
An introduction to Python for absolute beginners
python programming notes
Python Data Science Handbook
Cheat sheets
Python Tutorial -> Condensed Cheatsheet
Python Programming Exercises, 2022., gently explained
python matplotlib
python panda
python basics
python seaborn
Useful Python for data science cheat sheets
python data type cheat sheet
python cheat sheets
GitHub Repositories
Machine Learning University: Accelerated Natural Language Processing Class
Hands on ML notebook series
Machine learning cheat sheet with code
#python #python3
โโโโโโโโโโโโโโ
๐Join @bigdataspecialist for more๐
GitHub
GitHub - pamoroso/free-python-books: Python books free to read online or download
Python books free to read online or download. Contribute to pamoroso/free-python-books development by creating an account on GitHub.
๐1
Which of the following statement prints hello\example\test.txt?
Anonymous Quiz
43%
print(โhello\example\test.txtโ)
43%
print(โhello\\example\\test.txtโ)
8%
print(โhello\โexample\โtest.txtโ)
7%
print(โhelloโ\exampleโ\test.txtโ)
๐1
The format function, when applied on a string returns ___________
Anonymous Quiz
28%
Error
9%
imt
10%
bool
53%
str
What will be the output of the โhelloโ +1+2+3?
Anonymous Quiz
39%
hello123
8%
hello
39%
Error
14%
hello6
What will be displayed by print(ord(โbโ) โ ord(โaโ))?
Anonymous Quiz
18%
0
57%
1
22%
-1
3%
2
๐5โค1
Say s=โhelloโ what will be the return value of type(s)?
Anonymous Quiz
4%
int
9%
bool
59%
str
28%
String
๐4