Python Notes
π 40 pages
π Book link
#Python
βββββββββββββ
Join @python_bds for more
π 40 pages
π Book link
#Python
βββββββββββββ
Join @python_bds for more
π4
All keywords in Python are in _________
Anonymous Quiz
15%
Capitalized
53%
lower case
5%
UPPER CASE
28%
None of the mentioned
π5
Python_Notes_Basics_of_Python_programmin.pdf
83.8 KB
Python Notes Basics of Python programming
π 29 pages
#Python
βββββββββββββ
Join @python_bds for more
π 29 pages
#Python
βββββββββββββ
Join @python_bds for more
Participate in free programming knowledge quiz league!
Hey guys, we in big data specialist community created first programming league! We will have quizzes every week, you will gain points by giving right answers, and after 10 weeks we will have our winner! This should be really fun and we should learn something new.
First round - General programming knowledge quiz
Quiz link: http://t.me/QuizBot?start=7FcREcyF
Tomorrow is next round starting and you will no longer be able to take first round so hurry up π
Here you can find more info and track leaderboards:
https://docs.google.com/spreadsheets/d/1wF9oHAI5KBtr9c85QLTKObClYpXwtRYouK5iAQs9z74/edit?usp=sharing
Join https://t.me/bigdataspecialist to get notified about next rounds. You can also find valuable programming learning materials here and ask any programming related questions you have.
Hey guys, we in big data specialist community created first programming league! We will have quizzes every week, you will gain points by giving right answers, and after 10 weeks we will have our winner! This should be really fun and we should learn something new.
First round - General programming knowledge quiz
Quiz link: http://t.me/QuizBot?start=7FcREcyF
Tomorrow is next round starting and you will no longer be able to take first round so hurry up π
Here you can find more info and track leaderboards:
https://docs.google.com/spreadsheets/d/1wF9oHAI5KBtr9c85QLTKObClYpXwtRYouK5iAQs9z74/edit?usp=sharing
Join https://t.me/bigdataspecialist to get notified about next rounds. You can also find valuable programming learning materials here and ask any programming related questions you have.
π₯6π1
Which of the following is used to define a block of code in Python language?
Anonymous Quiz
52%
Indentation
3%
Key
14%
Brackets
31%
All of these
π4
image_2022-11-07_11-53-01.png
2.3 MB
Python Cheat Sheet sent few days ago was blurry so I hope it's better this time.
π10
Crawl Websites Using Python
In this notebook, I will go over a simpler Python scraper.
Notebook Link
#Python
βββββββββββββ
Join @python_bds for more
In this notebook, I will go over a simpler Python scraper.
Notebook Link
#Python
βββββββββββββ
Join @python_bds for more
Python Functions Cheat sheet
A function is a block of organized code that is used to perform a single task. They provide better modularity for your application and reuse-ability.
π Article Link
A function is a block of organized code that is used to perform a single task. They provide better modularity for your application and reuse-ability.
π Article Link
www.pythoncheatsheet.org
Python Functions - Python Cheatsheet
In Python, A function is a block of organized code that is used to perform a single task.
π2