Skip to content

Python Journey

My Coding Blog

Menu
  • Links
Menu

Month: January 2023

The Zen of Python

Posted on January 6, 2023 by coden00b

What will happen if you open up a terminal, then type “import this”? In windows: >>> import this C:\Users\darwin>python Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Warning: This Python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail…

Read more

Recent Posts

  • The Zen of Python
  • Python>>String Interpolation and Formatting
  • Python>>String Methods
  • Python>>String Concatenation
  • Python>>Strings: Indexing and Slicing

Recent Comments

No comments to show.

Archives

  • January 2023
  • August 2022

Categories

  • Blog
  • Data Types