I am also active at:
Sunday, May 19, 2024
Friday, May 17, 2024
Wednesday, May 15, 2024
Syllabus of core Python
Python installation
The Command Line
Jupyter Notebook
Python Comments
The print statement
Variables
Constants
Keywords
Numbers
Strings
Lists
Dictionaries
Tuples
Sets
Control Flow
IF, ELIF and ELSE statements
Comparison operators
For loops
While Loops
Nest Loops
Break, Continue and Pass keywords
enumerate
List Comprehensions
Dictionary Comprehensions
How to use Functions
How to create your own Functions
Parameters and arguments
*args and **kwargs
lambda expressions
Map and Filter functions
Python Scope
Accepting and validating user input
Object Oriented Programming (OOP)
Inheritance
Polymorphism
Special Methods
Modules & Packages
How to create your own packages
Errors and Exceptions handling
Decorators
Generators
Web Scraping using the requests and BeautifulSoup libraries
GUI's using Tkinter
Dashboards using plotly and dash
Work with CSV files, PDF files and Databases
The Collections module
Regular Expressions (regex)
Timing your Python Code
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया - सुदर्शन फ़ाकिर
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया वरना क्या बात थी किस बात ने रोने ना दिया आप कहते थे कि रोने से ना बदलेंगे नसीब उमर भर आप की इस बात...
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
#include<stdio.h> int main() { int M,N,q; scanf("%i %i",&M, &N); if((M%N)!=0) {printf("0...
-
"A good company understands that problem solving ability and the ability to learn new things are far more important than knowledge o...