Blogging Workshop

Learn the about Blogging and how you can earn passive income from Blogging or how to pursue a career in blogging

What we will cover:
1. Introduction to blogging
2. How to create a blog
3. Hosting and Setup
4. Configurations and Customizations
5. First Blog Post, About and Contact Page
6. Creating the Main Page and other content
7. How to Create User Call-to-Actions on your blog
8. Adding Resources Page
9. Monetizing your blog
10. Discussing popular blogs
11. Content Writing and Graphic Design
12. Tips, Tools, Templates, Exercises, etc.

Who this course is for:
* Anyone who wants to start blogging on any niche of their choice
* This course is for students who would like to monetize their websites or blogs
* You will get a lot of ideas on how to succeed in your blogging business
* This course is perfect for beginners who want to quickly learn about blogging and build a website

Requirements:
* Basic Internet Knowledge
* No Prior Knowledge Required
* To start blogging you need a PC or Laptop, Smartphones or Tablet and access to the internet.

Date : 8th September 2019, 10 am to 5 pm

Book your seat here: https://www.instamojo.com/aatulpalandurkar/blogging-workshop-a17c1/?discount=ganeshafestival

About Trainer:
Aatul Palandurkar
International Trainer and Author, Blogger, Developer
12 Awards Till date
Member of NetBeans Dream Team
Trained more than 500000 candidates globally
14+ years of experience

Addition with Python

Objectives:

  • How to perform addition in Python?
  • How to do addition in Python?
  • How to add two numbers in Python?
  • How to add numbers in Python?

 

Code:

[sourcecode language=”python”]
x=5
y=3
z = x + y
print(x)
print(y)
print(z)
[/sourcecode]

Please refer above code to add numbers in Python and print their values.

 

Steps to Run the above code:

  • Navigate to the folder/directory where you have saved your python code or file.
  • Here I have considered that python file is saved on “c:\>” and the File name is “Addition.py
  • Just type the following command now to execute the Python program: c:\> python Addition.py

 

Download code:

  • Navigate to GitHub repository and download the code from here: Addition.py

 

We conduct Python Training and Workshop for Corporates and College Students, if interested, please write to us on kloudsancyber@gmail.com

 

Aatul Palandurkar
Life Coach, International Trainer, and Author

https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Writing Comments in Python

Objectives:

  • How to write comments in Python?
  • How to write single line comments in Python?
  • How to write multiple line comments in Python?
  • What are the types of comments in Python?

 

In Python there are two (2) types of Comments in Python:

  • Single Line Comments
  • Multiple Line of Comments

Comments are statements which are not readable to an interpreter and will not be executed. Basically, comments are used to specify details such as why we have written the block of code, etc.

Single Line Comments are defined using hash sign (#) whereas multiple line comments are defined using three times double quote for opening and closing as mentioned below.

 

Code:

[sourcecode language=”python”]
# This is Single Line Comment.

"""
This
is
Multiline
Comment.
"""

print ("Now I understand comments in python.")
[/sourcecode]

Please refer above code to write comments in Python.

 

Steps to Run the above code:

  • Navigate to the folder/directory where you have saved your python code or file.
  • Here I have considered that python file is saved on “c:\>” and the File name is “Comments.py
  • Just type the following command now to execute the Python program: c:\> python Comments.py

 

Download code:

  • Navigate to GitHub repository and download the code from here: Comments.py

 

We conduct Python Training and Workshop for Corporates and College Students, if interested, please write to us on kloudsancyber@gmail.com

 

Aatul Palandurkar
Life Coach, International Trainer, and Author

https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Variables in Python

Objectives:

  • How to write variables in Python?
  • How to create variables in Python?
  • How to add variables in Python?
  • How to define variables in Python?
  • What are the types of variables in Python?

 

Code:

[sourcecode language=”python”]
x=5 # int
y=3.5 # float
z="ABC" # String
print(x)
print(y)
print(z)
[/sourcecode]

Please refer above code to define variables in Python and print their values.

The above code clearly states that there are three (3) types of Variables in Python:

  • int – Integer Values
  • float – Float Values or Decimal Values
  • String – String literals

 

Steps to Run the above code:

  • Navigate to the folder/directory where you have saved your python code or file.
  • Here I have considered that python file is saved on “c:\>” and the File name is “Variables.py
  • Just type the following command now to execute the Python program: c:\> python Variables.py

 

Download code:

  • Navigate to GitHub repository and download the code from here: Variables.py

 

We conduct Python Training and Workshop for Corporates and College Students, if interested, please write to us on kloudsancyber@gmail.com

 

Aatul Palandurkar
Life Coach, International Trainer, and Author

https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Hello World in Python

Objectives:

  • How to write Hello World in Python?
  • How to print Hello World in Python?
  • How to print a new line in Python?
  • How to print a blank line in Python?
  • How to run the Python Code?
  • How to execute the Python Code?

 

Code:

[sourcecode language=”python”]
print("Hello, World!")
print() # prints a new or blank line, works as "\n"
print("Hi")
[/sourcecode]

Please refer above code to print Hello World in Python

 

Steps to Run the above code:

  • Navigate to the folder/directory where you have saved your python code or file.
  • Here I have considered that python file is saved on “c:\>” and the File name is “HelloWorld.py
  • Just type the following command now to execute the Python program: c:\> python HelloWorld.py

 

Download code:

  • Navigate to GitHub repository and download the code from here: 001_Hello.py

 

We conduct Python Training and Workshop for Corporates and College Students, if interested, please write to us on kloudsancyber@gmail.com

 

Aatul Palandurkar
Life Coach, International Trainer, and Author

https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Hashtag yourself today

Do you have your own hashtag?
Maybe it’s something that you want to promote, or could be your name.

Hashtag are a great way to organise your content and to promote yourself.

Hashtags gets you noticed.
Hashtags can be trending.
Hashtag yourself today.
Follow my hashtag #aatulpalandurkar
What’s yours?

#hashtag #hashtags #hashtagyourself #gohashtagyourself #hashtagyourselftoday #socialmedia #socialmediamarketing #facebookmarketing #instagrammarketing #linkedinmarketing #twittermarketing #pinterestmarketing #usehashtag

Entrepreneurship Development Program

[youtube https://www.youtube.com/watch?v=z3HxaNYDCZk&w=480&h=270]

via https://youtu.be/z3HxaNYDCZk

Conducted Entrepreneurship Development Program for students of Industrial Training Institute, Parshivni, Nagpur on 27th July 2019 along with Narendra Palandurkar who talked on personality development.

Regards
Aatul Palandurkar
Life Coach, International Trainer, and Author
http://palandurkar.com
http://aatul.me (Tech Blog)
https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Digital Marketing Training Bhopal

[youtube https://www.youtube.com/watch?v=JhHcAadzxPI&w=480&h=270]

via https://youtu.be/JhHcAadzxPI

Digital Marketing Training conducted at Workspace.City, Bhopal for startups, entrepreneurs, individuals, students, etc.

Why you should learn Social Media Marketing?
👉To Market yourself
👉To Market your business
👉To promote your products and services
👉To sell more
👉To acquire more clients
👉To be where the business is
👉To earn money providing Digital Marketing especially Social Media Marketing Services to others
👉To get a good salaried job as a Digital Marketing person
👉To be your own BOSS
👉To grow your social contacts exponentially

Regards
Aatul Palandurkar
Life Coach, International Trainer, and Author
http://palandurkar.com
http://aatul.me (Tech Blog)
https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/

Believe in yourself

[youtube https://www.youtube.com/watch?v=xcjAD79VGuw&w=480&h=270]

via https://youtu.be/xcjAD79VGuw

Believe in yourself and you can do it.

#believeinyourself #believe #beliveinyourdreams #believer #believeinkarma #believe2success #believetoachieve #motivationsaturday #motivationalstory #motivationsayings #motivation #motivationalvideo #motivationalquotes #motivational #motivationalspeaker #motivationquotes #dailymotivation #followyourheart #mindsetcoach #lifecoaching #successtip #success #lifecoach #mentality #trainthetrainer #successmindset