Python Learning
5.93K subscribers
426 photos
1 video
59 files
106 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
Python For Beginners Course In-Depth

Python: A Comprehensive Introduction to Fundamental Python Concepts and the Python Advanced Programming Concepts

Rating ⭐️: 4.2 out 5
Students πŸ‘¨β€πŸŽ“ : 226,748
Duration ⏰ : 7 hours on-demand video
Created by πŸ‘¨β€πŸ«: Horizon Academy

πŸ”— Course Link

⚠️ Its free for first 1000 enrollments only!


#python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ
πŸ‘6πŸ‘Ž1😁1
Comment your answer
❀1
1714129332938.pdf
6.3 MB
Numpy and Pandas

This slide explores some of the most important Python libraries needed for machine learning
πŸ‘10❀2
Python String Methods
πŸ‘6
Python for Data Visualization: The Complete Masterclass

Transforming Data into Insights: A Comprehensive Guide to Python-based Data Visualization

Rating ⭐️: 4.6 out 5
Students πŸ‘¨β€πŸŽ“ : 29,613
Duration ⏰ : 3.5 hours on-demand video
Created by πŸ‘¨β€πŸ«: Meta Brains

πŸ”— Course Link

⚠️ Its free for first 1000 enrollments only!


#python #data_visualization
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ
πŸ‘7
The code shows a class Planet with two init methods defined. In Python, a class cannot have multiple init methods; it can only have one init method. If you try to define more than one, the last one defined will overwrite any previous definitions.

Therefore, when creating an instance of the Planet class, the last init method defined will be called, which in this case will print '2'. So the output of the code will be 2.
πŸ‘5πŸ‘2❀1
Python Loops
πŸ‘11❀2
Learn Python Language Fundamentals In Simple Way

To Know Basics of Python and To Enter Python World Very Easily

⏰ Free Online Course
🎬 video lessons
Rating ⭐️: 4.5 out 5
Students πŸ‘¨β€πŸŽ“ : 66,678
Duration ⏰ : 10hr 57min of on-demand video
Created by πŸ‘¨β€πŸ«: DURGASOFT DURGA

πŸ”— COURSE LINK


#python #programming
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @python_bds for moreπŸ‘ˆ
❀3πŸ”₯2πŸ‘1
Comment your answer
❀2πŸ‘Ž1
Given a string example=”hello” what is the output of example.count(β€˜l’)?
Anonymous Quiz
59%
2
21%
1
8%
0
13%
None
πŸ‘4❀2
azure-sdk-for-python

This repository is for active development of the Azure SDK for Python.

Creator: Microsoft Azure
Stars ⭐️: 4.3k
Forked By: 2.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
Python for Finance.pdf
765.6 KB
Python for Finance
πŸ‘9❀2
Python Complete Course For Beginners

This Python Course is a Depth Introduction to Fundamental Python Programming Concepts and Python Programming Language.

Rating ⭐️: 4.3 out 5
Students πŸ‘¨β€πŸŽ“ : 230,667
Duration ⏰ : 5.5 hours on-demand video
Created by πŸ‘¨β€πŸ«: Horizon Tech

πŸ”— Course Link

⚠️ Its free for first 1000 enrollments only!


#python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @python_bds for moreπŸ‘ˆ
πŸ‘4
Forwarded from Free programming books
Please open Telegram to view this post
VIEW IN TELEGRAM
PythonNotesForProfessionals.pdf
6.1 MB
Python Notes For Professionals
πŸ‘6❀4
Python Loops
❀10πŸ‘1
Pattern Program in Python
πŸ‘12
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/Asabeneh/30-Days-Of-Python

#python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
πŸ‘5
What will be the output of the following Python code?
Anonymous Quiz
16%
None None
29%
22 None
33%
None 22
22%
Error is generated
❀2πŸ”₯1