Let_us_python_by_yashavant_kanetkar_pr_35bd26fa5eb6eb80757cbb937d3e8321.pdf
9.1 MB
Want to learn Python from core to advanced? This book can teach you more than a YouTube tutorial playlist.
I've learned Python from this book, and I suggest getting a hard copy. However, you can also learn from this PDF
I've learned Python from this book, and I suggest getting a hard copy. However, you can also learn from this PDF
π5π3β‘1β€1π₯1π€©1π1π1π1π1
VS Code extensions I use as a Python programmer:
1. Python: For code suggestions, IntelliSense, debugging, and more.
2. Pylance: For type suggestions and checking syntax errors or warnings.
3. autopep8: For formatting code with proper tabs and spaces (code ko sundar dikhane ke liye sahi tabs aur spaces use karke).
4. Code Runner: To quickly run Python code (fatak se code ko run karta hai).
5. Error Lens: Shows inline syntax errors (inline syntax error fekta hai).
6. Isort: Sorts imports in Python code.
7. MagicPython: For syntax highlighting.
Try all and aur pata h to batao ππ
1. Python: For code suggestions, IntelliSense, debugging, and more.
2. Pylance: For type suggestions and checking syntax errors or warnings.
3. autopep8: For formatting code with proper tabs and spaces (code ko sundar dikhane ke liye sahi tabs aur spaces use karke).
4. Code Runner: To quickly run Python code (fatak se code ko run karta hai).
5. Error Lens: Shows inline syntax errors (inline syntax error fekta hai).
6. Isort: Sorts imports in Python code.
7. MagicPython: For syntax highlighting.
Try all and aur pata h to batao ππ
π4π3π₯1
You donβt need a .py extension to run Python code!
Python can execute code from any file extensionβwhether itβs .js, .txt, .go, or even something like .cow , .sahrukkhan , .devdotpyπ
This works because Python interprets the code itself, not the file extension.
Try at your home πβ
Python can execute code from any file extensionβwhether itβs .js, .txt, .go, or even something like .cow , .sahrukkhan , .devdotpyπ
This works because Python interprets the code itself, not the file extension.
Try at your home πβ
π3π2
π4π4
According to GitHub's 2024 survey, Python is the top programming language.
Django, Python's web framework, has surpassed 80K stars, making it the world's most starred web framework.
The slowest language is now growing at the fastest speed. π
Django, Python's web framework, has surpassed 80K stars, making it the world's most starred web framework.
The slowest language is now growing at the fastest speed. π
π₯8π3
Using print function to fnd bugs in your codes?
Don't do that again.β
Wrap your full codebase with logging β π
Learn logging (Pareto Principle tutorial) : https://github.com/biisal/logging-tutorial
Don't do that again.β
Wrap your full codebase with logging β π
Learn logging (Pareto Principle tutorial) : https://github.com/biisal/logging-tutorial
π3β€1π₯1
https://chat.whatsapp.com/FI5KE8kQg1JGWwuE71fmwZ
Join only if you are interested in programming .. otherwise you will not get any interest π
Join only if you are interested in programming .. otherwise you will not get any interest π
WhatsApp.com
Zero Is !One
WhatsApp Group Invite
π1
The Hour C Language Stopped Working
https://codeltix.com/blog/the-hour-c-language-stopped-working/
https://codeltix.com/blog/the-hour-c-language-stopped-working/
codeltix.com
The Hour C Language Stopped Working
It started as a normal dayβuntil your phone wouldnβt turn on, traffic lights froze, and stores descended into chaos. For one hour, the systems powering modern life came to a halt, leaving the world paralyzed. Hospitals, airports, factories, and even the stockβ¦
New update in our chatgpt bot and Bard ai bot with deepseek ai ππͺπ»
It's fun to see how ai thinks before responding to you
It's very useful when solving any problem with ai
Now I have added Deepseek-r1 model that is the best ai model ever in the world (currently better than gpt-4o)
If you are using our ChatGPTbot repo ,you don't need to upgrade your repo you can check it out. π
So check it : @bard_ai_v2_bot π
Ek star mar dena ππ»
It's fun to see how ai thinks before responding to you
It's very useful when solving any problem with ai
Now I have added Deepseek-r1 model that is the best ai model ever in the world (currently better than gpt-4o)
If you are using our ChatGPTbot repo ,you don't need to upgrade your repo you can check it out. π
So check it : @bard_ai_v2_bot π
Ek star mar dena ππ»
π3β€βπ₯1π₯1π1
Iβve created a new Python package with FastAPI in mind, called FastRDB (R stands for Redis).
While working with FastAPI (or any other framework), we usually write
separate CRUD operations for SQLAlchemy (database) and Redis (cache). So I thoughtβwhy not merge them?
So I made FastRDB π , which provides various methods to perform CRUD, and it will automatically work with Redis as well.
Features:
Type-Safe CRUD Operations: Built with Python type hints and generics for robust type checking
SQLAlchemy Integration: Seamless integration with SQLAlchemy for database operations
Redis Caching: Integrated Redis caching with automatic cache invalidation
Async Support: Fully asynchronous operations using SQLAlchemy async ORM and Redis
Pagination: Built-in pagination support with customizable limits and page numbers
Pydantic Integration: Seamless integration with Pydantic for schema validation
Automatic Cache Management: Smart cache invalidation on data modifications
please check it on pypi : https://pypi.org/project/fastrdb
Github : https://github.com/biisal/fastrdb
You can contribute or raise issues in the GitHub repo.
Thank you
ek star Mardo.... π
While working with FastAPI (or any other framework), we usually write
separate CRUD operations for SQLAlchemy (database) and Redis (cache). So I thoughtβwhy not merge them?
So I made FastRDB π , which provides various methods to perform CRUD, and it will automatically work with Redis as well.
Features:
Type-Safe CRUD Operations: Built with Python type hints and generics for robust type checking
SQLAlchemy Integration: Seamless integration with SQLAlchemy for database operations
Redis Caching: Integrated Redis caching with automatic cache invalidation
Async Support: Fully asynchronous operations using SQLAlchemy async ORM and Redis
Pagination: Built-in pagination support with customizable limits and page numbers
Pydantic Integration: Seamless integration with Pydantic for schema validation
Automatic Cache Management: Smart cache invalidation on data modifications
please check it on pypi : https://pypi.org/project/fastrdb
Github : https://github.com/biisal/fastrdb
You can contribute or raise issues in the GitHub repo.
Thank you
ek star Mardo.... π
π4β€1