DEV Community

Vishal J
Vishal J

Posted on

July 9, 2024 Print() Python (Q/A) - Part 2

This is a series of Python learning blog from parottosalna community by kaniyam foundation

This blog is based on this video "Print() Python (Q/A) | ParottaSalna - Part 2](https://youtu.be/OWjW7GBMND4?list=PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL)"

To watch the full series check this youtube playlist

Contents:

  1. Websites to learn programming for beginners
  2. Python installation in windows

Websites to learn programming for beginners

https://code.org/
https://scratch.mit.edu/

To use python in windows

  1. Install the python .exe file and select the option "Add python to environment variables"
  2. Create python file in text editor and save it in a folder
  3. Go to the file location in the windows explorer and in the location path enter cmd to open the file path in terminal
  4. In terminal to execute the python program enter python <file name>
  5. To check the available file in the folder enter dir

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay