Tobi DEGNONtobidegnon.hashnode.dev·Sep 20, 2023Maximizing Productivity: PyCharm and htmx IntegrationTL;DR Learn how to add support for htmx in PyCharm for seamless development using web-types. If you're not familiar with htmx, check out this fantastic htmx + Django introduction by BugBytes. Introduction htmx is my go-to frontend tool for building ...Discusshtmx
SDET Unicornssdetunicorns.hashnode.dev·Aug 29, 2023Setting Up Selenium Python ChromeDriver in PyCharm: Chrome for Testing UpdatesThe software testing world is always changing. Just last week, at my desk, I tried running some Selenium Python tests I made a few months ago. But when I clicked ‘run’, I got this error: “This version of ChromeDriver only supports Chrome version 114....Discussselenium
The Murphthemurph.hashnode.dev·Aug 3, 2023Configure Black in PycharmBlack is an uncompromising opinionated formatter for Python. The formatter is widely used in the industry and unlike many formatters, especially those in the JavaScript world, it doesn't have very many overrides available. One of the main overrides y...Discuss·34 readsPython
Haneunhanlee.hashnode.dev·Jul 21, 2023Setting up Anaconda and PyCharm virtual environments: Step-by-step guideDefinition Anaconda is a package for Python and R languages, providing a convenient conditional free open-source package manager that manages dependencies and distributions. Since 2020, it has become free only for individual users, universities, non-...DiscussProgramminganaconda
AI Bloggeraiblogger.hashnode.dev·Jul 19, 2023Using Black in PyCharmCode formatting is an essential aspect of writing clean, readable, and maintainable code. Consistent code style not only improves code readability but also enhances collaboration among team members. To automate and enforce a consistent code style, va...Discusspycharm
Lawal Afeezafeez1131.hashnode.dev·Jul 16, 2023A Tale of Git Mishap and PyCharm's Heroic SaveOnce upon a time, in the realm of software development, a daring coder embarked on a coding adventure filled with triumphs and tribulations. Little did they know that a single command would lead them to the brink of despair, only to be rescued by an ...Discuss·5 likes·118 readsDjango
Ernest Akubuezeernestakubueze.hashnode.dev·Jul 10, 2023How to write your first python codePython is one of the world’s most popular programming languages and it is widely used across different fields and industries in the world. Python offers a wide range of services such as web development, data analysis, software development, machine le...Discuss·2 likes·42 readsPython
Namya Shahbigsmoke.hashnode.dev·Jun 3, 2023Unleashing Creativity and Productivity with JetBrains Tools: A Dynamic Journey into the World of CodingIntroduction: In the realm of software development, JetBrains has emerged as a trailblazing company, revolutionizing the way developers code and creating an ecosystem of powerful tools. In this captivating article, we will embark on an exciting journ...DiscussJetbrains
Abhinavtej Reddyabhinavtej.hashnode.dev·May 25, 2023How to download Pycharm and VS codePycharm Pycharm is an Integrated Development Environment [IDE]. It used for computer programming , specifically for the Python language. Developed by jetbrains. PyCharm is a widely used IDE or integrated development environment for Python, which...Discuss·41 readsApplication Development - Python ExplorePython
Omwami Ochieng'houdinipapi.hashnode.dev·May 9, 2023DAY 1: Introduction to Python and InstallationPython is a high-level programming language. This means that it is easy to read and write for humans. Python applies syntax that is more similar to human language than to machine language. Therefore it is easier for you and me to write and understand...Discuss·10 likesPython