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 Git for Beginners: A Step-by-Step Guide to Version Control

Git for Beginners: A Step-by-Step Guide to Version Control

If you're like me, you probably like coding and learning new technologies. One such technology that you must learn is Git. In this article, let's go through the fundamentals of Git and I promise to...

Continue Reading
link to MS SQL Server Tutorial

MS SQL Server Tutorial

Microsoft SQL Server (MS SQL Server) is a relational database management system (RDBMS) created by Microsoft. We can use MS SQL Server for storing, accessing, managing, and manipulating data. This...

Continue Reading
link to ADO.NET Basics: How to Connect C# Code to a Database

ADO.NET Basics: How to Connect C# Code to a Database

ADO.NET is a data access technology created by Microsoft. It helps .NET developers to connect to the database from C# code. This technology is a set of software components that developers use to...

Continue Reading
link to C# Programming Basics for Beginners

C# Programming Basics for Beginners

What is .NET? .NET is an open-source development platform created by Microsoft for building different types of apps. A developer platform contains programming languages and libraries. C#, F#, and...

Continue Reading
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
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
  • Pinterest
  • Instagram
  • Twitter
  • Podcast
  • Privacy Policy
  • Terms and Conditions
  • Sitemap
© 2025 Copyright Pythonista Planet