What will be the output of the following Python expression?
round(4.576)
  round(4.576)
Anonymous Quiz
    23%
    4
      
    40%
    4.6
      
    31%
    5
      
    6%
    4.5
      
    Hey folks π,
Most of you know that we organized our Programming Quiz League where you could compete with other members of our community.
Finding sponsors which would buy valuable prizes for our winners π is going very slow π so I will probably buy modest prizes by myself.
If you have any suggestions what could i buy to winners please write in comments or send me a DM.
That said, I also decided to give a chance to people who maybe didn't have time or didn't know about our quiz league. Anyone who missed some quiz round can take it now. Both old winners and potential new winner would get prizes π
Here is a list of all 10 quiz rounds:
1st round General Programming Knowledge
2nd round Data Structures (beginner level)
3rd round Java Quiz
4th round Database Management System
5th round Python Quiz
6th round HTML Quiz
7th round Javascript Quiz
8th round Data structures (advanced level)
9th round Data Science
10th round C/C++/OOP
After 10-15 days I will update results in this sheet.
PS. I will send this message to few or our other channels so I make sure everybody see it, I hope you don't mind.
Good luck π
  
  Most of you know that we organized our Programming Quiz League where you could compete with other members of our community.
Finding sponsors which would buy valuable prizes for our winners π is going very slow π so I will probably buy modest prizes by myself.
If you have any suggestions what could i buy to winners please write in comments or send me a DM.
That said, I also decided to give a chance to people who maybe didn't have time or didn't know about our quiz league. Anyone who missed some quiz round can take it now. Both old winners and potential new winner would get prizes π
Here is a list of all 10 quiz rounds:
1st round General Programming Knowledge
2nd round Data Structures (beginner level)
3rd round Java Quiz
4th round Database Management System
5th round Python Quiz
6th round HTML Quiz
7th round Javascript Quiz
8th round Data structures (advanced level)
9th round Data Science
10th round C/C++/OOP
After 10-15 days I will update results in this sheet.
PS. I will send this message to few or our other channels so I make sure everybody see it, I hope you don't mind.
Good luck π
Quiz Directory
  
  General knowledge programming quiz
  10 questions
π2
  Which of the following is a feature of Python DocString?
  Anonymous Quiz
    7%
    In Python all functions should have a docstring
      
    22%
    Docstrings can be accessed by the __doc__ attribute on objects
      
    24%
    It gives convenient way of associating documentation with Python modules,functions, classes,methods
      
    48%
    All
      
    What will be the output of the following Python code?
print("Hello {0[0]} and {0[1]}".format(('foo', 'bin')))
  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
  π2
  Which of the following is the use of id() function in python?
  Anonymous Quiz
    8%
    Every object in Python doesnβt have a unique id
      
    71%
    In Python Id function returns the identity of the object
      
    7%
    None
      
    15%
    All
      
    The process of pickling in Python includes ____________
  Anonymous Quiz
    47%
    conversion of a Python object hierarchy into byte stream
      
    15%
    conversion of a datatable into a list
      
    30%
    conversion of a byte stream into Python object hierarchy
      
    8%
    conversion of a list into a datatable
      
    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
  
  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
GitHub
  
  GitHub - weijie-chen/Linear-Algebra-With-Python: Lecture Notes for Linear Algebra Featuring Python. This series of lecture notesβ¦
  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 ski...
π₯5π3
  What will be the output of the Python code?
  Anonymous Quiz
    39%
    error, there is more than one return statement in a single try-finally block
      
    9%
    3
      
    33%
    2
      
    19%
    1
      
    π₯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π
  
  π 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π
cs50.harvard.edu
  
  Week 6 - CS50
  Introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation,β¦
π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π
  
  π£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π
MIT OpenCourseWare
  
  Introduction to Computer Science and Programming in Python | Electrical Engineering and Computer Science | MIT OpenCourseWare
  MIT OpenCourseWare is a web based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity
π2π1
  Why are local variable names beginning with an underscore discouraged?
  Anonymous Quiz
    57%
    they are used to indicate a private variables of a class
      
    11%
    they confuse the interpreter
      
    25%
    they are used to indicate global variables
      
    7%
    they slow down execution
      
    π3π2
  Which of the following is an invalid statement?
  Anonymous Quiz
    11%
    abc = 1,000,000
      
    58%
    a b c = 1000 2000 3000
      
    17%
    a,b,c = 1000, 2000, 3000
      
    14%
    a_b_c = 1,000,000
      
    π₯°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π
  
  π 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π
cs50.harvard.edu
  
  Week 2 Python - CS50's Web Programming with Python and JavaScript
  This course picks up where Harvard University's CS50 leaves off, diving more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap. Topics include database design, scalabilityβ¦
π4
  π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π
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
  π3