Code Faster and Smarter: 10 PyCharm Snippets to Speed Up Your Game

preview_player
Показать описание
In this video, I show you ten useful PyCharm templates or snippets that can help you to increase your coding speed.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(0:20) PyCharm Code Templates
(2:18) 1 - Data Science Stack Imports
(3:17) 2 - Join Paths
(4:55) 3 - OpenCV Video Capture
(7:15) 4 - Flatten Lists
(9:02) 5 - Merging Data Frames
(10:02) 6 - Server Socket
(10:57) 7 - Client Socket
(11:48) 8 - Measure Execution Time
(13:06) 9 - Flask App
(13:42) 10 - Flask Endpoint
(14:57) Outro
Рекомендации по теме
Комментарии
Автор

I always wonder why you define the end field when you're timing something rather than just doing print(start - time.perf_counter()) - not a criticism, just my personal preference.

richardboreiko
Автор

In pycharm (and in all Jetbrains IDE) it is also possible to create files with text via "File Template" feature. It is more useful for larger blocks of code like flask app, socket server, etc

YntymakPlay
Автор

Can you please explain how to build an exe? I tried pyInstaller and antivirus detect it as a malicious file even though its just a basic app

tapifier
Автор

Is it possible to sync/backup the templates to my jetbrains account?

elatedbento
Автор

When stuff like this exists but you still use vs code

matt-xqxv
Автор

I would create a simple discord bot snippet because it's always the same code

ahmehhhd