Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenombuya/pythontipsandtricks
Python Tips and Tricks is a series of exercises I have been doing in Python to challenge my understanding and also practice the concepts I have learned. It comes from the book Python Tips and Tricks by Benjamin Bennett Alexander
https://github.com/stephenombuya/pythontipsandtricks
api-integration data-structures-and-algorithms database-management many-python-topics python3 speech-recognition
Last synced: about 1 month ago
JSON representation
Python Tips and Tricks is a series of exercises I have been doing in Python to challenge my understanding and also practice the concepts I have learned. It comes from the book Python Tips and Tricks by Benjamin Bennett Alexander
- Host: GitHub
- URL: https://github.com/stephenombuya/pythontipsandtricks
- Owner: stephenombuya
- License: gpl-3.0
- Created: 2024-08-20T14:21:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T13:51:18.000Z (about 2 months ago)
- Last Synced: 2024-11-09T14:34:26.184Z (about 2 months ago)
- Topics: api-integration, data-structures-and-algorithms, database-management, many-python-topics, python3, speech-recognition
- Language: Python
- Homepage:
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# __PythonTipsAndTricks__
Python Tips and Tricks is a series of exercises I have been doing in Python to challenge my understanding and also practice the concepts I have learned.
It comes from the book *Python Tips and Tricks* by **Benjamin Bennett Alexander**
You can get a copy of the book from libraries or even on __Amazon__ using the following link: [link to Amazon.com](https://www.amazon.com/Python-Tips-Tricks-Collection-Intermediate/dp/B0D3CK44JH)
[The Book's Image](https://m.media-amazon.com/images/I/61KF9usV+EL._SY522_.jpg)
### Prerequisites
To get started with the Python Tips and Tricks, you need the following:
1. Download and install Python from their official website at [Python's Official Website Downloads](https://www.python.org/downloads/)
2. Download and install Visual Studio Code from their official website at [VS Code's Official Website Downloads](https://code.visualstudio.com/download)
3. You need to know basics of Python which you can learn from Mosh Hamedani's YouTube Channel at [codewithmosh](https://www.youtube.com/watch?v=_uQrJ0TkZlc&t=684s&pp=ygUdQmFzaWNzIG9mIFB5dGhvbiBDb2Rld2l0aE1vc2g%3D)
4. The Zen of Python(_Run the below code to get principles of effective python coding_)```
import thisprint(this)
```5. At last you need yourself, discipline and consistency!!