Codewars is a coding practice site for all programmers where you can learn various programming languages by solving tasks.
I used it myself to learn programming and still use it to practice. Check it out. It's great.
I used it myself to learn programming and still use it to practice. Check it out. It's great.
Codewars
Codewars - Achieve mastery through coding practice and developer mentorship
A coding practice website for all programming levels – Join a community of over 3 million developers and improve your coding skills in over 55 programming languages!
Hey, guys.
It's been a while since my last post in this channel.
The main reason is that I've no idea how to promote channels on Telegram without spending money. And without promotion the channel is losing audience. Slowly but surely.
I had some ways to attract new subscribers but they don't work anymore.
I hope that in the future Telegram is going to release its own feed and system of recommendations or something like that. In order to motivate authors like me to create content.
But for now, I decided to "freeze" this channel.
If you want to contact or financially support me - read the pinned message.
Thank you ❤️
It's been a while since my last post in this channel.
The main reason is that I've no idea how to promote channels on Telegram without spending money. And without promotion the channel is losing audience. Slowly but surely.
I had some ways to attract new subscribers but they don't work anymore.
I hope that in the future Telegram is going to release its own feed and system of recommendations or something like that. In order to motivate authors like me to create content.
But for now, I decided to "freeze" this channel.
If you want to contact or financially support me - read the pinned message.
Thank you ❤️
Long time no see.
Due to the current situation in Russia and your willingness to support me I've just updated the donation details.
Btw, this is my GitHub page. I'll be really grateful if you follow me and star my repos.
Thank you ❤️
Due to the current situation in Russia and your willingness to support me I've just updated the donation details.
Btw, this is my GitHub page. I'll be really grateful if you follow me and star my repos.
Thank you ❤️
🧐 What Python 3.10 release has brought to us?
* Pattern matching
* Parenthesized context managers
* Length checking for
* Various
and many many more...
🔗 Here's a full changelog in case you missed it
#python
* Pattern matching
* Parenthesized context managers
* Length checking for
zip()* Various
typing improvementsand many many more...
🔗 Here's a full changelog in case you missed it
#python
If you're actively developing any project that is distributed under the terms of an open-source license, you can easily get all JetBrains software (PyCharm, WebStorm, CLion, IntelliJ IDEA, etc.) for free. I use this opportunity myself, developing a browser extension that you can find (and star 🌚) on my GitHub profile.
🔗 Here's the details on OSS development license from JetBrains
#software
#tipsandtricks
🔗 Here's the details on OSS development license from JetBrains
#software
#tipsandtricks
🧐 What Python 3.11 release has brought to us?
* Efficiency improvements
* Exception groups
* New module:
* Improved error locations in tracebacks
* New
and many many more...
🔗 Here's a full changelog in case you missed it
#python
* Efficiency improvements
* Exception groups
* New module:
tomllib* Improved error locations in tracebacks
* New
typing featuresand many many more...
🔗 Here's a full changelog in case you missed it
#python
🧐 What Python 3.12 release has brought to us?
* New
* New grammar features in f-strings
* Interpreter improvements
* Improvements in the standard library
and many many more...
🔗 Here's a full changelog in case you missed it
#python
* New
type statement* New grammar features in f-strings
* Interpreter improvements
* Improvements in the standard library
and many many more...
🔗 Here's a full changelog in case you missed it
#python
🔋 19 "dead batteries" (outdated standard library modules) will be removed in Python 3.13
🔉
👨💻
🤫
🤔
✉️
🪟
📁
📰
🎧
📏
🔐
👴
#python
🔉
aifc, chunk, sunau — to read/write AIFF, Sun AU and other outdated file formats
🎚audioop — some operations on sound fragments👨💻
cgi, cgitb — support for Common Gateway Interface (CGI) scripts🤫
crypt — an interface to the crypt routine🤔
imghdr, sndhdr — to guess some image/sound file formats from the first n bytes of a file✉️
mailcap — assist in handling a file attachment in an email🪟
msilib — creation of .msi and .cab files📁
nis — support for an old NIS/YP directory service protocol📰
nntplib — the client side of the Network News Transfer Protocol🎧
ossaudiodev — access to the Open Sound System audio interface📏
pipes — to pipe the input of a command into the output of another one🔐
spwd — non-standard access to the Unix shadow password DB☎️ telnetlib — implementation of the Telnet protocol👴
uu, xdrlib — support for binary encoding formats from 1980s#python