Skip to content
Pythonista Planet Logo
Search
  • Home
  • About
    • About Pythonista Planet
    • About Ashwin Joy
  • Topics
    • Programming
    • Python
    • Data Science
    • Web Development
    • Soft Skills
  • Resources
  • Ebooks
  • Create Apps Course

Category: Programming

link to Why Scripting is Essential for Cybersecurity Professionals

Why Scripting is Essential for Cybersecurity Professionals

With the world becoming more technologically advanced each day, it is also becoming increasingly vulnerable. Coding is crucial in almost every technology area, including cyber security. In this...

Continue Reading
link to C Programming Notes

C Programming Notes

Hello World Program #include <stdio.h> int main() { printf("Hello World \n"); return 0; } Output: You can use int main() and void main to write the main() method in C....

Continue Reading
link to 31 C Programming Exercises and Solutions

31 C Programming Exercises and Solutions

If you know the fundamentals of C programming, now you can focus on solving some coding questions to practice. You will be able to understand all the basic concepts of C programming if you solve some...

Continue Reading
link to Scala Programming Syntax Examples

Scala Programming Syntax Examples

Hello World Program object HelloWorld { def main(args: Array[String]): Unit = { println("Hello, World!") } } Output: Variables Mutable: object Main { def main(args:...

Continue Reading
link to What Are Interpreted Languages? Pros and Cons

What Are Interpreted Languages? Pros and Cons

A computer programmer writes code in a programming language, and it has to be converted into machine code (binary language) for the system to understand the instructions. This translation is done for...

Continue Reading
link to Types of Programming Paradigms

Types of Programming Paradigms

Every day, we come across different programming languages that we use for specific purposes. A program can be built in multiple ways to provide solutions to a problem. But the path we choose has a...

Continue Reading
Page 1 Page 2 Page 3 … Page 9 NEXT »

About Me

Hi, I’m Ashwin Joy. I’m a Computer Science and Engineering graduate who is passionate about programming and technology. Pythonista Planet is the place where I nerd out about computer programming. On this blog, I share all the things I learn about programming as I go.

Legal Information

Pythonista Planet is the place where you learn technical skills and soft skills to become a better programmer. This site is owned and operated by Ashwin Joy. Pythonista Planet is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. This site also participates in affiliate programs of Udemy, Treehouse, Coursera, and Udacity, and is compensated for referring traffic and business to these companies.

  • LinkedIn
  • Instagram
  • Twitter
  • Pinterest
  • Podcast
  • Privacy Policy
  • Terms and Conditions
© 2023 Copyright Pythonista Planet