aguea asia
Python Coding
@Pythoncode
Joined January 2015
Tweets
12
Following
7
Followers
297
Likes
0
4 Photos and videos
4 Photos and videos
Tweets
Python Coding
@Pythoncode
5 Feb 2015
TIP: you can cast one data type to another e.g a sting to an integer int(variable name) or integer to string str(variable name)
#python
3
1
3
Python Coding
@Pythoncode
5 Feb 2015
TIP: Syntax errors mean you have a problem with the way your code is written. Look for missing ( ) , : and " " in your code!
#Python
4
Python Coding
@Pythoncode
4 Feb 2015
Had a long day coding? Make navigating your piles of code easier by adding comments with the # key
#this
is a comment
#Python
1
Python Coding
@Pythoncode
4 Feb 2015
If "late to work": print("RUN!") else: print("Have a brew")
#Python
1
1
Python Coding
@Pythoncode
4 Feb 2015
print("Good Morning!")
#python
2
1
Python Coding
@Pythoncode
3 Feb 2015
TIP: Have two windows snapped open side by side ! Its much faster!
#Python
1
Python Coding
@Pythoncode
3 Feb 2015
Need any help with coding? Message us!
#Python
Python Coding
@Pythoncode
3 Feb 2015
Variable can be defined/named anything you wish and can store data types as shown below...
#Python
1
Python Coding
@Pythoncode
3 Feb 2015
Little mini project I'm doing...
#Python
Python Coding
@Pythoncode
3 Feb 2015
TIP: You can press 'f5' after saving a python code to run it!
#Python
Python Coding
@Pythoncode
3 Feb 2015
TIP : All functions will be purple in Python when typed correctly!
#Python
Python Coding
@Pythoncode
3 Feb 2015
The print( ) function allows you to display a message on screen! Don't forget the " " inside the brackets!
#Python
1
2
Load more