fa
Feedback
Python Learning

Python Learning

رفتن به کانال در Telegram

Python learning resources Beginner to advanced Python guides, cheatsheets, books and projects. For data science, backend and automation. Join 👉 https://rebrand.ly/bigdatachannels DMCA: @disclosure_bds Contact: @mldatascientist

نمایش بیشتر
5 792
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-27 روز
-4030 روز
آرشیو پست ها
Round 4 of our programming quiz league is officially over. 🏆 Top results in the quiz ROUND 4: 'Database Management System Quiz' 🖊 8 questions ⏱ 45 seconds per question 🤓 106 people took the quiz 🥇 @zed_anon8 (16.6 sec) 🥈 @divyashaktipal8 (18.3 sec) 🥉 @Shark_0208 (23.2 sec) 4. RAJ SINGH SODHA – 8 (1 min 18 sec) 5. @Jaiswal_Pranav7 (44.6 sec) 6. @jylim02087 (47.3 sec) 7. Suhas – 7 (56.8 sec) 8. Hamza Mushtaq – 7 (1 min 2 sec) 9. @bitSurfer217 (1 min 2 sec) 10. Anonymous – 7 (1 min 4 sec)) See entire list for this round and all previous rounds here. New round: Round 5: Python Quiz https://t.me/QuizBot?start=0GfRU80S Good luck!

Quiz next week will be about Python! Don't miss it.

Greetings, Results for 3rd round of our Programming Quiz League have been updated. Here is how top 25 currently looks like. F
Greetings, Results for 3rd round of our Programming Quiz League have been updated. Here is how top 25 currently looks like. For more detailed list, check this google sheet. Next quiz, round 4 is: Database Management System Quiz: http://t.me/QuizBot?start=DpGHU079 Good luck 😊

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

Crawl Websites Using Python In this notebook, I will go over a simpler Python scraper. Notebook Link #Python ➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @python_bds for more

+1
image_2022-11-07_11-53-00.png2.32 MB

Python Cheat Sheet sent few days ago was blurry so I hope it's better this time.

Python’s Popularity — What Stats Say?
Python’s Popularity — What Stats Say?

Which of the following is used to define a block of code in Python language?
Anonymous voting

Python 3 cheat sheet
Python 3 cheat sheet

Python tricks and tips Section 2: Strings Lesson 8: Printing out multiple values of strings Code snippet to copy: print(“on”*
Python tricks and tips Section 2: Strings Lesson 8: Printing out multiple values of strings Code snippet to copy: print(“on”*3+’ ‘+”off”*2)

General python usage
General python usage

Chaining Of Comparison Operators Code snippet to copy: n = 10 result = 1 < n < 20 print(result) result = 1 > n <=
Chaining Of Comparison Operators Code snippet to copy: n = 10 result = 1 < n < 20 print(result) result = 1 > n <= 9 print(result)

Participate in free programming knowledge quiz league! Hey guys, we in big data specialist community created first programmin
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.

Features of Python
Features of Python

Python tricks and tips Section 6: Dictionary Lesson 15: Merging multiple dictionaries Code snippet to copy: x = {'a': 1, 'b':
Python tricks and tips Section 6: Dictionary Lesson 15: Merging multiple dictionaries Code snippet to copy: x = {'a': 1, 'b': 2} y = {'b': 3, 'c': 4} z = {**x, **y} print(z)

Python Notes Basics of Python programming 📄 29 pages #Python ➖➖➖➖➖➖➖➖➖➖➖➖➖ Join @python_bds for more

Python tricks and tips Section 6: Dictionary Lesson 14: Iterating value pairs and dictionary keys Code snippet to copy: dict1
Python tricks and tips Section 6: Dictionary Lesson 14: Iterating value pairs and dictionary keys Code snippet to copy: dict1={‘a’: 1, ‘b’: 2, ‘c’: 3, ‘d’: 4, ‘e’: 5, ‘f’: 6} for a, b in dict1.iteritems(): print (‘{: {}’.format(a,b))

Software Engine Usage
Software Engine Usage

All keywords in Python are in _________
Anonymous voting