#pydiary search results
#PyDiary Fun to see how Github has tried to "gamify" the otherwise extremely dry practise of version control...
#PyDiary I was curious if you could customise the familiar '>>>' Python prompt... and you can! With a little ingenuity you can even update it dynamically e.g. to show the time. Magic!
Don't you love it when a client takes the time to provide specifics in their feedback? Praise is always nice of course, but insight into what people actually value is golden... #Python @Upwork #PyDiary
#PyDiary Getting the "Top Rated" badge from Upwork today has gone a long way in helping me counter #ImposterSyndrome. Feeling good and ready to code! #Python
#PyDiary Finally got my head around nested list comprehensions, or in plain English how to flatten lists of lists elegantly! Hope this video and accompanying article are useful to people? FREE link to Medium: medium.com/@petefison/a-c…
#PyDiary Just published my 2nd article on #Medium introducing a new, super-simple wrapper for #Python #Logging: medium.com/@petefison/log…
#PyDiary Hey everyone - please check out my new publication on Medium? medium.com/pythoniq It's all about #programming in #Python.
#PyDiary Playing with QR codes in #Python today and childishly pleased with the results! Found a great package called Segno: segno.readthedocs.io/en/stable/comp… #QRcode
#PyDiary Feeling buoyed after feedback from a happy client 🤓 I created an 'always on' web scraper API using German Proxy IP addresses with @ScrapyProject, @pythonanywhere and @zytedata. pythonanywhere.com/?affiliate_id=…
How to Extract Text from Images in PDF Files with Python: thepythoncode.com/article/extrac… clouddoor #motoko #vscode #PyDiary
thepythoncode.com
How to Extract Text from Images in PDF Files with Python - The Python Code
Learn how to leverage tesseract, OpenCV, PyMuPDF and many other libraries to extract text from images in PDF files with Python
Top 50 Useful PHP Library List: geekyhumans.com/de/50-most-pop… clouddoor #motoko #vscode #PyDiary #ThunderClient #vscode #dev #CLion #ZorinOS
geekyhumans.com
Top 50 Useful PHP Library List - Geeky Humans
PHP is an amazing and powerful web development language. It is being used by more than 80% of the total web applications available globally....
#PyDiary Stumbled on the Pony Object Relational Mapper (ORM) last week... Excited by the promise of writing database queries in vanilla #Python and swapping between SQLite, MySQL, Postgres etc. WITHOUT having to re-code. docs.ponyorm.org/index.html
#PyDiary I just updated log2d on PyPI: Simple, sane, and sensible logging for #Python developers. Now supports the creation of custom log levels. #Programming #Logging #PyPI pypi.org/project/log2d/
#PyDiary Using regex101.com a lot recently. Did you know only [0-9,\.]*% of people actually use Regular Expressions? 🤓 #Regex @regex101
#PyDiary Exploring the many tools and options of @ScrapyProject including the Scrapy Shell... Just added some custom functions to the basic Response object and added a GUI. Now we're cooking!
#PyDiary I just published my first MEDIUM.com article "Send unlimited WhatsApp messages from Python for free". Please give it a few claps? Many thanks! medium.com/@petefison/sen…
#PyDiary I just published my 3rd article on Medium. FREE-to-read link below: medium.com/@petefison/cre… #Python @ScrapyProject
#PyDiary Very impressed by my friend Felix who helped me improve a simple Time Recording app. It now has a GUI and connects to physical buttons to start and stop recording. Read about it here: ftc-webdev.online/list/time-is-m…
#PyDiary Hey everyone - please check out my new publication on Medium? medium.com/pythoniq It's all about #programming in #Python.
#PyDiary Playing with QR codes in #Python today and childishly pleased with the results! Found a great package called Segno: segno.readthedocs.io/en/stable/comp… #QRcode
#PyDiary I just updated log2d on PyPI: Simple, sane, and sensible logging for #Python developers. Now supports the creation of custom log levels. #Programming #Logging #PyPI pypi.org/project/log2d/
#PyDiary Finally got my head around nested list comprehensions, or in plain English how to flatten lists of lists elegantly! Hope this video and accompanying article are useful to people? FREE link to Medium: medium.com/@petefison/a-c…
Don't you love it when a client takes the time to provide specifics in their feedback? Praise is always nice of course, but insight into what people actually value is golden... #Python @Upwork #PyDiary
#PyDiary I just published my 4th article on Medium. FREE-to-read link below: medium.com/@petefison/6c6… #Python #PyScript @pyscript_dev @__ted__ #Chrome #ChromeExtensions
#PyDiary Getting the "Top Rated" badge from Upwork today has gone a long way in helping me counter #ImposterSyndrome. Feeling good and ready to code! #Python
#PyDiary I just published my 3rd article on Medium. FREE-to-read link below: medium.com/@petefison/cre… #Python @ScrapyProject
#PyDiary Just published my 2nd article on #Medium introducing a new, super-simple wrapper for #Python #Logging: medium.com/@petefison/log…
#PyDiary Using regex101.com a lot recently. Did you know only [0-9,\.]*% of people actually use Regular Expressions? 🤓 #Regex @regex101
#PyDiary I was curious if you could customise the familiar '>>>' Python prompt... and you can! With a little ingenuity you can even update it dynamically e.g. to show the time. Magic!
#PyDiary Fun to see how Github has tried to "gamify" the otherwise extremely dry practise of version control...
#PyDiary I've read dozens of "ultimate" tutorials about #Python #Multiprocessing but today I finally found one that thoroughly explained Queues and Pipes - the easiest methods for returning/exchanging output from multiple Processes. @SuperFastPython superfastpython.com/multiprocessin…
superfastpython.com
Multiprocessing Return Value From Process - Super Fast Python
You can return a variable from a child process using a multiprocessing.Value or a multiprocessing.Queue. In this tutorial you will discover how to return a value from a process in Python. Let’s get...
#PyDiary Feeling buoyed after feedback from a happy client 🤓 I created an 'always on' web scraper API using German Proxy IP addresses with @ScrapyProject, @pythonanywhere and @zytedata. pythonanywhere.com/?affiliate_id=…
#PyDiary Love the new design templates by fellow @anvil_works and #Python enthusiast @SPSDigitalTech. Check out spsdigitaltech.com
#PyDiary I just published my first MEDIUM.com article "Send unlimited WhatsApp messages from Python for free". Please give it a few claps? Many thanks! medium.com/@petefison/sen…
#PyDiary Stumbled on the Pony Object Relational Mapper (ORM) last week... Excited by the promise of writing database queries in vanilla #Python and swapping between SQLite, MySQL, Postgres etc. WITHOUT having to re-code. docs.ponyorm.org/index.html
#PyDiary Exploring the many tools and options of @ScrapyProject including the Scrapy Shell... Just added some custom functions to the basic Response object and added a GUI. Now we're cooking!
#PyDiary Very impressed by my friend Felix who helped me improve a simple Time Recording app. It now has a GUI and connects to physical buttons to start and stop recording. Read about it here: ftc-webdev.online/list/time-is-m…
#PyDiary Fun to see how Github has tried to "gamify" the otherwise extremely dry practise of version control...
#PyDiary I learnt something I should've realised already about about List Comprehensions - they evaluate everything once per iteration, so be careful in cases like this:
#PyDiary I was curious if you could customise the familiar '>>>' Python prompt... and you can! With a little ingenuity you can even update it dynamically e.g. to show the time. Magic!
#PyDiary I started an article about Machine Learning and Noughts & Crosses/Tic Tac Toe. My laptop took 9 seconds to play and 'learn' all 255,168 possible games. Apparently the first player wins in just 23% of these; second player wins 31% of the time; 46% are Draws. More soon...
#PyDiary Getting the "Top Rated" badge from Upwork today has gone a long way in helping me counter #ImposterSyndrome. Feeling good and ready to code! #Python
Don't you love it when a client takes the time to provide specifics in their feedback? Praise is always nice of course, but insight into what people actually value is golden... #Python @Upwork #PyDiary
#PyDiary Just published my 2nd article on #Medium introducing a new, super-simple wrapper for #Python #Logging: medium.com/@petefison/log…
#PyDiary Hey everyone - please check out my new publication on Medium? medium.com/pythoniq It's all about #programming in #Python.
#PyDiary Playing with QR codes in #Python today and childishly pleased with the results! Found a great package called Segno: segno.readthedocs.io/en/stable/comp… #QRcode
#PyDiary Feeling buoyed after feedback from a happy client 🤓 I created an 'always on' web scraper API using German Proxy IP addresses with @ScrapyProject, @pythonanywhere and @zytedata. pythonanywhere.com/?affiliate_id=…
Something went wrong.
Something went wrong.
United States Trends
- 1. Epstein 688K posts
- 2. Steam Machine 33.1K posts
- 3. Bradley Beal 2,792 posts
- 4. Boebert 22.7K posts
- 5. Valve 23.5K posts
- 6. Virginia Giuffre 38.6K posts
- 7. Anthony Joshua 1,763 posts
- 8. Scott Boras N/A
- 9. #BLACKROCK_NXXT N/A
- 10. GabeCube 2,159 posts
- 11. Rosalina 64.2K posts
- 12. Mel Tucker N/A
- 13. Clinton 105K posts
- 14. H-1B 94.4K posts
- 15. Jordan Humphrey N/A
- 16. Zverev 2,921 posts
- 17. #NASDAQ_NXXT N/A
- 18. Michael Wolff 16.7K posts
- 19. AJ Brown 8,593 posts
- 20. The Devil Wears Prada 2 48.6K posts